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

Updated RELNOTES and version for 1.0.1

parent 484d5ca2
Branches
Tags v1.0.1
No related merge requests found
v1.0.1 - Mar 9, 2012
--------------------
New features:
* Implemented jitter to REFRESH/RETRY timers.
* Implemented magic bytes for journal.
* Improved error messages.
Bugfixes:
* Problem with creating IXFR journal for bootstrapped zone.
* Race condition in processing NOTIFY/SOA queries.
* Leak when reloading zone with NSEC3.
* Processing of APL RR.
* TSIG improper assignment of algorithm type.
v1.0.0 - Feb 29, 2012
---------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.65])
AC_INIT([knot], [1.0.0], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.0.1], [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