diff options
author | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-07-29 15:33:19 +0200 |
---|---|---|
committer | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-07-29 15:33:19 +0200 |
commit | 7076b052e25e25b4c69e5ea02fe9f62ed18ce309 (patch) | |
tree | e3f5cd67afc5b395ff0cf744a4dd11460b9809c3 | |
parent | samples: fix remote description (diff) | |
download | knot-7076b052e25e25b4c69e5ea02fe9f62ed18ce309.tar.xz knot-7076b052e25e25b4c69e5ea02fe9f62ed18ce309.zip |
Updated version to 1.3.0-rc5v1.3.0-rc5
-rw-r--r-- | KNOWN_ISSUES | 1 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES index 934ca7b71..31330b989 100644 --- a/KNOWN_ISSUES +++ b/KNOWN_ISSUES @@ -14,3 +14,4 @@ Known bugs ========== * ACL may not always find the best match so it may behave counter-intuitively. +* Rarely, incremental transfer fails to reschedule @@ -1,5 +1,16 @@ Knot DNS NEWS +v1.3.0-rc5 - Jul 29, 2013 +------------------------- +Features: + * Much faster bootstrap of many zones +Bugfixes: + * Removed deprecated 'knotc -w' option + * Slave ignores out-of-zone records in zone + * Support for obsolete types in zone transfers + * Slave zone file names fixes + * Long transfers being randomly dropped + v1.3.0-rc4 - Jul 15, 2013 ------------------------- Features: diff --git a/configure.ac b/configure.ac index 7f664488b..5747c8f53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- AC_PREREQ([2.60]) -AC_INIT([knot], [1.3.0-rc4], [knot-dns@labs.nic.cz]) +AC_INIT([knot], [1.3.0-rc5], [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]) |