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

Version info updated.

parent b599dd68
Branches
Tags v1.0.3
No related merge requests found
......@@ -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).
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
---------------------
......
# -*- 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])
......
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