summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vavrusa <marek.vavrusa@nic.cz>2013-07-29 15:33:19 +0200
committerMarek Vavrusa <marek.vavrusa@nic.cz>2013-07-29 15:33:19 +0200
commit7076b052e25e25b4c69e5ea02fe9f62ed18ce309 (patch)
treee3f5cd67afc5b395ff0cf744a4dd11460b9809c3
parentsamples: fix remote description (diff)
downloadknot-7076b052e25e25b4c69e5ea02fe9f62ed18ce309.tar.xz
knot-7076b052e25e25b4c69e5ea02fe9f62ed18ce309.zip
Updated version to 1.3.0-rc5v1.3.0-rc5
-rw-r--r--KNOWN_ISSUES1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
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
diff --git a/NEWS b/NEWS
index 149795106..225de376d 100644
--- a/NEWS
+++ b/NEWS
@@ -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])