diff options
author | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-06-14 13:29:54 +0200 |
---|---|---|
committer | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-06-14 13:29:54 +0200 |
commit | 9acc88271a99bda1d42772007303e3955e3f0db0 (patch) | |
tree | 8a485c33ecaf928013280230efe243937d4b33b4 | |
parent | kdig: update help (diff) | |
download | knot-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-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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]) |