diff options
author | Lubos Slovak <lubos.slovak@nic.cz> | 2012-08-23 15:48:57 +0200 |
---|---|---|
committer | Lubos Slovak <lubos.slovak@nic.cz> | 2012-08-23 15:48:57 +0200 |
commit | 3fa5606861697cf830e1dfb79cfb55b097ecf3d1 (patch) | |
tree | 12e89bd8045ca82d8cc93e279d829fc4fee3916d | |
parent | Removed invalid semantic check from documentation. (diff) | |
download | knot-1.1.0-rc2.tar.xz knot-1.1.0-rc2.zip |
Switched version to 1.1.0-rc2 & updated RELNOTES.v1.1.0-rc2
-rw-r--r-- | RELNOTES | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +v1.1.0-rc2 - Aug 23, 2012 +------------------------- + +New features: + * Signing SOA with TSIG queries when checking zone version with master. + +Bugfixes: + * Fixed ixfr-from-differences journal generation in case of IPSECKEY + and APL records. + * Fixed possible leak on server shutdown with a pending transfer. + +Other improvements: + * Improved user manual. + + v1.1.0-rc1 - Aug 17, 2012 ------------------------- diff --git a/configure.ac b/configure.ac index 97cf2919a..baaf0e3a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- AC_PREREQ([2.65]) -AC_INIT([knot], [1.1.0-rc1], [knot-dns@labs.nic.cz]) +AC_INIT([knot], [1.1.0-rc2], [knot-dns@labs.nic.cz]) AM_INIT_AUTOMAKE([gnu -Wall -Werror]) AC_CONFIG_SRCDIR([src/knot/main.c]) AC_CONFIG_HEADERS([src/config.h]) |