From ddef7f0c07ca85baf27cc63f4f2fd4b99623bb23 Mon Sep 17 00:00:00 2001 From: Jan Kadlec <jan.kadlec@nic.cz> Date: Fri, 12 Sep 2014 16:49:49 +0200 Subject: [PATCH] NEWS: version bump to 1.5.3 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 726c32a0ac..4bddc7bc9c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +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) ========================== diff --git a/configure.ac b/configure.ac index 8477232706..95aff9fe06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- 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]) -- GitLab