summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubos Slovak <lubos.slovak@nic.cz>2012-10-30 14:57:14 +0100
committerLubos Slovak <lubos.slovak@nic.cz>2012-10-30 14:57:14 +0100
commitd5898defa89d871a3243a8c257ffd34807b64cb7 (patch)
tree525d7b12153d0f344e22946b5237f6c5b782b05a
parentFixed wrong assert in answering. (diff)
downloadknot-1.1.1.tar.xz
knot-1.1.1.zip
Switched version to 1.1.1v1.1.1
-rw-r--r--RELNOTES7
-rw-r--r--configure.ac2
-rw-r--r--src/knot.conf.52
-rw-r--r--src/knotc.82
-rw-r--r--src/knotd.82
5 files changed, 11 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index c533fb4dc..ea54bc5ce 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,10 @@
+v1.1.1 - Oct 31, 2012
+---------------------
+
+Bugfixes:
+ * Fixed assertion failing when asking directly for a wildcard name.
+
+
v1.1.1-rc1 - Oct 23, 2012
-------------------------
diff --git a/configure.ac b/configure.ac
index e163192af..68bc0d5c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.60])
-AC_INIT([knot], [1.1.1-rc1], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.1.1], [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 533dcbe77..e778553f2 100644
--- a/src/knot.conf.5
+++ b/src/knot.conf.5
@@ -1,4 +1,4 @@
-.TH "knot.conf" "5" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1-rc1"
+.TH "knot.conf" "5" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1"
.SH "NAME"
.LP
.B knot.conf
diff --git a/src/knotc.8 b/src/knotc.8
index 3df482e44..5b83f496e 100644
--- a/src/knotc.8
+++ b/src/knotc.8
@@ -1,4 +1,4 @@
-.TH knotc "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1-rc1"
+.TH knotc "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1"
.SH NAME
.B knotc
\- Knot DNS control utility
diff --git a/src/knotd.8 b/src/knotd.8
index 90dca6876..9ae9eba16 100644
--- a/src/knotd.8
+++ b/src/knotd.8
@@ -1,4 +1,4 @@
-.TH "knotd" "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1-rc1"
+.TH "knotd" "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1"
.SH NAME
.B knotd
\- Knot DNS daemon