Skip to content
Snippets Groups Projects
Commit b83f1e9f authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated version to v1.3.0-rc1.

parent 1450c976
Branches
Tags v1.3.0-rc4
No related merge requests found
......@@ -4,7 +4,7 @@ Features not supported
Here is a list of the most notable features that are not supported in the
current version of Knot.
* Other DNS classes than IN (CH, CS, HS)
* Other DNS classes than IN, partially CH (CS, HS)
* Dynamic updates with signed zones have following limitations:
- Knot DNS doesn't automatically sign incoming RRs
- Removing of RRSIG without covered type specification
......
Knot DNS NEWS
v1.3.0-dev - ??, 2013
v1.3.0-rc1 - Jun 4, 2013
---------------------------
Features:
* faster zone parser
* full support for EUI and ILNP resource records
* lower memory footprint for large zones
* no compilation of zones
* improved scheduling of zone transfers
* logging of serials and timing information for zone transfers
* config: 'groups' keyword allowing to create groups of remotes
* config: 'include' keyword allowing other file includes
* client utilities: kdig, khost, knsupdate
* server identification using TXT/CH queries (RFC 4892)
* Faster zone parser
* Full support for EUI and ILNP resource records
* Lower memory footprint for large zones
* No compilation of zones
* Improved scheduling of zone transfers
* Logging of serials and timing information for zone transfers
* Config: 'groups' keyword allowing to create groups of remotes
* Config: 'include' keyword allowing other file includes
* Client utilities: kdig, khost, knsupdate
* Server identification using TXT/CH queries (RFC 4892)
* Improved build scripts
* Improved dname compression and performance
Bugfixes:
* Fixed creating of PID file when dropping privileges
v1.2.0 - Mar 29, 2013
---------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.3.0-dev], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.3.0-rc1], [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])
......
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