summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubos Slovak <lubos.slovak@nic.cz>2012-04-17 21:31:09 +0200
committerLubos Slovak <lubos.slovak@nic.cz>2012-04-17 21:31:09 +0200
commitd35196feb69eb57d70ac7752d96573d6c9f17997 (patch)
tree5e05a0f0b6a09a0ace9f6b2bb2654d568fb1e211
parentFixed potential read errors on fdset iterations. (diff)
downloadknot-1.0.3.tar.xz
knot-1.0.3.zip
Version info updated.v1.0.3
-rw-r--r--KNOWN_ISSUES1
-rw-r--r--RELNOTES10
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index bd0453434..1d879585f 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -12,4 +12,3 @@ 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 d5f4d2df0..e0297d61f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,13 @@
+v1.0.3 - Apr 17, 2011
+---------------------
+
+Bugfixes:
+ * Corrected handling of EDNS0 when TCP is used (was applying the UDP size limit).
+ * Fixed slow compilation of zones.
+ * Fixed potential crash with many concurrent transfers.
+ * Fixed missing include for FreeBSD.
+
+
v1.0.2 - Apr 13, 2012
---------------------
diff --git a/configure.ac b/configure.ac
index e0c8feb1e..c2b498fd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.65])
-AC_INIT([knot], [1.0.2], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.0.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])