summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vavrusa <marek.vavrusa@nic.cz>2013-06-14 13:29:54 +0200
committerMarek Vavrusa <marek.vavrusa@nic.cz>2013-06-14 13:29:54 +0200
commit9acc88271a99bda1d42772007303e3955e3f0db0 (patch)
tree8a485c33ecaf928013280230efe243937d4b33b4
parentkdig: update help (diff)
downloadknot-1.3.0-rc2.tar.xz
knot-1.3.0-rc2.zip
Updated NEWS and version to 1.3.0-rc2v1.3.0-rc2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 657d042a0..521ed6b88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
Knot DNS NEWS
+v1.3.0-rc2 - Jun 14, 2013
+
+-------------------------
+
+Bugfixes:
+ * Label compression related bug
+ * Proper resolution of some CNAME chains
+ * Unstable response rate in rare cases
+ * Several log messages
+
v1.3.0-rc1 - Jun 4, 2013
---------------------------
diff --git a/configure.ac b/configure.ac
index 6b5a27dd2..f4e8a9828 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.60])
-AC_INIT([knot], [1.3.0-rc1], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.3.0-rc2], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnits subdir-objects dist-bzip2 dist-xz -Wall -Werror])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/knot/main.c])