diff options
-rw-r--r-- | RELNOTES | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | samples/knot.full.conf | 4 | ||||
-rw-r--r-- | src/knot.conf.5 | 6 | ||||
-rw-r--r-- | src/knotc.8 | 2 | ||||
-rw-r--r-- | src/knotd.8 | 2 |
6 files changed, 14 insertions, 8 deletions
@@ -1,3 +1,9 @@ +v1.1.3 - Dec 19, 2012 +--------------------- + +Bugfixes + * Updated manpage. + v1.1.3-rc1 - Dec 6, 2012 ------------------------ diff --git a/configure.ac b/configure.ac index 6bbc47e1d..260f379cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- AC_PREREQ([2.60]) -AC_INIT([knot], [1.1.3-rc1], [knot-dns@labs.nic.cz]) +AC_INIT([knot], [1.1.3], [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/samples/knot.full.conf b/samples/knot.full.conf index bb3ba9258..3943b216c 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -36,11 +36,11 @@ system { # Number of workers per interface # This option is used to force number of threads used per interface # Default: unset (auto-estimates optimal value from the number of online CPUs) - workers 1; + # workers 3; # User for running server # May also specify user.group (e.g. knot.users) - user root; + # user knot.users; } # Section 'keys' contains list of TSIG keys diff --git a/src/knot.conf.5 b/src/knot.conf.5 index 2dfc9bb4e..62954e361 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.3-rc1" +.TH "knot.conf" "5" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.3" .SH "NAME" .LP .B knot.conf @@ -43,11 +43,11 @@ system { # Number of workers per interface # This option is used to force number of threads used per interface # Default: unset (auto-estimates optimal value from the number of online CPUs) - workers 1; + # workers 1; # User for running server # May also specify user.group (f.e. knot.users) - user root; + # user knot.users; } # Section 'keys' contains list of TSIG keys diff --git a/src/knotc.8 b/src/knotc.8 index 4fd150b99..f08642e28 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.3-rc1" +.TH knotc "8" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.3" .SH NAME .B knotc \- Knot DNS control utility diff --git a/src/knotd.8 b/src/knotd.8 index 920cdf754..f57b5a58d 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.3-rc1" +.TH "knotd" "8" "September 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.3" .SH NAME .B knotd \- Knot DNS daemon |