summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubos Slovak <lubos.slovak@nic.cz>2012-04-13 13:12:01 +0200
committerLubos Slovak <lubos.slovak@nic.cz>2012-04-13 13:12:01 +0200
commit82add38577cfee1abb6d6fca09003dc865c76d5c (patch)
treea2507e1341232265ba8558e66e7349a81b628a2f
parentMerge branch 'development' (diff)
downloadknot-82add38577cfee1abb6d6fca09003dc865c76d5c.tar.xz
knot-82add38577cfee1abb6d6fca09003dc865c76d5c.zip
Updated RELNOTES, KNOWN_ISSUES and version.v1.0.2
-rw-r--r--KNOWN_ISSUES1
-rw-r--r--RELNOTES18
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 1 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index 1d879585f..bd0453434 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -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).
diff --git a/RELNOTES b/RELNOTES
index 5e80be9f5..d5f4d2df0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,21 @@
+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
--------------------
diff --git a/configure.ac b/configure.ac
index d87e9c828..e0c8feb1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- 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])