summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubos Slovak <lubos.slovak@nic.cz>2012-08-23 15:48:57 +0200
committerLubos Slovak <lubos.slovak@nic.cz>2012-08-23 15:48:57 +0200
commit3fa5606861697cf830e1dfb79cfb55b097ecf3d1 (patch)
tree12e89bd8045ca82d8cc93e279d829fc4fee3916d
parentRemoved invalid semantic check from documentation. (diff)
downloadknot-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--RELNOTES15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index c3624b32a..4b0a14fae 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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])