Skip to content
Snippets Groups Projects
Commit ddef7f0c authored by Jan Kadlec's avatar Jan Kadlec
Browse files

NEWS: version bump to 1.5.3

parent 09a9ad2b
Branches
Tags
No related merge requests found
Knot DNS 1.5.3 (2014-09-15)
==========================
Bugfixes:
---------
- Some specific incoming IXFRs were causing server to crash
- Rare sychronization error during reload caused read-after-free
- Response synthetization module did not work properly with DNSSEC-enabled zones
Knot DNS 1.5.2 (2014-09-08)
==========================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.5.2], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.5.3], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnits subdir-objects 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