diff options
author | Lubos Slovak <lubos.slovak@nic.cz> | 2012-04-17 21:31:09 +0200 |
---|---|---|
committer | Lubos Slovak <lubos.slovak@nic.cz> | 2012-04-17 21:31:09 +0200 |
commit | d35196feb69eb57d70ac7752d96573d6c9f17997 (patch) | |
tree | 5e05a0f0b6a09a0ace9f6b2bb2654d568fb1e211 | |
parent | Fixed potential read errors on fdset iterations. (diff) | |
download | knot-1.0.3.tar.xz knot-1.0.3.zip |
Version info updated.v1.0.3
-rw-r--r-- | KNOWN_ISSUES | 1 | ||||
-rw-r--r-- | RELNOTES | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
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). @@ -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]) |