Skip to content
Snippets Groups Projects
Commit 6cba7233 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Updated version to 1.1.1-rc1 + RELNOTES.

parent 2b89ce43
Branches
Tags
No related merge requests found
v1.1.1-rc1 - Oct 23, 2012
-------------------------
Bugfixes:
* Crash after IXFR in certain cases when adding RRSIG in an IXFR.
* Fixed behaviour when incoming IXFR removes a zone cut. Previously
occluded names now become properly visible. Previously lead to a
crash when the server was asked for the previously occluded name.
* Fixed handling of zero-length strings in text zone dump. Caused the
compilation to fail.
* Fixed TSIG algorithm name comparison - the names should be in
canonical form.
* Fixed handling unknown RR types with type less than 251.
Features:
* Improved compression of packets. Out-of-zone dnames present in RDATA
were not compressed.
* Slave zones are now automatically refreshed after startup.
* Proper response to IXFR/UDP query (returns SOA in Authority section).
v1.1.0 - Aug 31, 2012
---------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.1.0], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.1.1-rc1], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnu -Wall -Werror])
AC_CONFIG_SRCDIR([src/knot/main.c])
AC_CONFIG_HEADERS([src/config.h])
......
.TH "knot.conf" "5" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1"
.TH "knot.conf" "5" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1-rc1"
.SH "NAME"
.LP
.B knot.conf
......
.TH knotc "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1"
.TH knotc "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1-rc1"
.SH NAME
.B knotc
\- Knot DNS control utility
......
.TH "knotd" "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1"
.TH "knotd" "8" "August 2012" "CZ.NIC Labs" "Knot DNS, version 1.1.1-rc1"
.SH NAME
.B knotd
\- Knot DNS daemon
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment