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

Updated version to 1.0.6

parent 4e667ab1
Branches
Tags v1.0.6
No related merge requests found
......@@ -11,3 +11,5 @@ Known bugs
==========
* Slow start with too many zones.
* IXFR is still quite slow with large transfers (more than 50 000 RRs
changed), despite the previous improvements.
v1.0.6 - Jun 13, 2012
---------------------
Bugfixes
* Fixed potential problems with RCU synchronization.
* Adding NSEC/NSEC3 for all wildcard CNAMEs in the response.
v1.0.5 - May 17, 2012
---------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.65])
AC_INIT([knot], [1.0.5], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.0.6], [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