From 7076b052e25e25b4c69e5ea02fe9f62ed18ce309 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Mon, 29 Jul 2013 15:33:19 +0200 Subject: [PATCH] Updated version to 1.3.0-rc5 --- KNOWN_ISSUES | 1 + NEWS | 11 +++++++++++ configure.ac | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES index 934ca7b714..31330b989c 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 1497951066..225de376d7 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 7f664488b3..5747c8f539 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]) -- GitLab