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

Updated RELNOTES, KNOWN_ISSUES and version.

parent 71a22d6f
No related merge requests found
......@@ -12,3 +12,4 @@ Known bugs
* IXFR may be slow when too much (10 000+) RRSets are transfered at once.
* Slow start with too many zones.
* Slower compilation of zones (to be fixed soon).
v1.0.2 - Apr 13, 2012
---------------------
New features:
* Configuration checker (invoked via knotc).
* Specifying source interface for transfers and NOTIFY requests directly.
Bugfixes:
* Fixed leak when querying non-existing name and zone SOA TTL > minimal.
* Fixed some minor bugs in tansfers.
Other improvements:
* Improved log messages (added date and time, better specification of XFR remote).
* Improved saving incoming IXFR to journal (memory optimized).
* Now using system scheduler (better for Linux).
* Decreased thread stack size.
v1.0.1 - Mar 9, 2012
--------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.65])
AC_INIT([knot], [1.0.1], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.0.2], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnu -Wall -Werror])
AC_CONFIG_SRCDIR([src/knot/main.c])
AC_CONFIG_HEADERS([src/config.h])
......
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