Skip to content
Snippets Groups Projects
Commit 2946e79e authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

new release, bump version, update changelog

parent 9b35c359
Branches 2.0
Tags v2.0.2
No related merge requests found
Knot DNS 2.0.2 (2015-11-24)
===========================
Bugfixes:
---------
- Out-of-bound read in packet parser for malformed NAPTR records (LibFuzzer)
Knot DNS 2.0.1 (2015-09-02)
===========================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [2.0.1], [knot-dns@labs.nic.cz])
AC_INIT([knot], [2.0.2], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnits subdir-objects no-dist-gzip dist-xz -Wall -Werror])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/knot/main.c])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment