From 1a7f9c519b9dec6d5ca41c7ad01d1581f0f24572 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Fri, 15 Feb 2013 12:06:49 +0100 Subject: [PATCH] Updated RELNOTES, versioned as 1.2-rc2. --- RELNOTES | 7 ++++++- configure.ac | 2 +- src/knot.conf.5 | 2 +- src/knotc.8 | 2 +- src/knotd.8 | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/RELNOTES b/RELNOTES index 3d4d6d762e..449a849e23 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,11 @@ -v1.2 - Jan 30, 2013 +v1.2-rc2 - Feb 15, 2013 ------------------- +Bugfixes: + * Fixed processing of some non-standard dnames. + * Correct checking of label length bounds in some cases. + * More compliant rcodes in case of DDNS/TSIG failures. + * Correct processing of malformed DDNS prereq section. v1.2-rc1 - Jan 4, 2013 ------------------ diff --git a/configure.ac b/configure.ac index abc1f2f2cd..7a723e5336 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- AC_PREREQ([2.60]) -AC_INIT([knot], [1.2], [knot-dns@labs.nic.cz]) +AC_INIT([knot], [1.2-rc2], [knot-dns@labs.nic.cz]) AM_INIT_AUTOMAKE([gnu -Wall -Werror]) AC_CONFIG_SRCDIR([src/knot/main.c]) AC_CONFIG_HEADERS([src/config.h]) diff --git a/src/knot.conf.5 b/src/knot.conf.5 index 927ad44886..f99739c94d 100644 --- a/src/knot.conf.5 +++ b/src/knot.conf.5 @@ -1,4 +1,4 @@ -.TH "knot.conf" "5" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.2" +.TH "knot.conf" "5" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.2-rc2" .SH "NAME" .LP .B knot.conf diff --git a/src/knotc.8 b/src/knotc.8 index 94b6d6cb81..ba345cef0a 100644 --- a/src/knotc.8 +++ b/src/knotc.8 @@ -1,4 +1,4 @@ -.TH knotc "8" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.2" +.TH knotc "8" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.2-rc2" .SH NAME .B knotc \- Knot DNS control utility diff --git a/src/knotd.8 b/src/knotd.8 index 35d6d62f18..4c96cffc52 100644 --- a/src/knotd.8 +++ b/src/knotd.8 @@ -1,4 +1,4 @@ -.TH "knotd" "8" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.2" +.TH "knotd" "8" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.2-rc2" .SH NAME .B knotd \- Knot DNS daemon -- GitLab