Skip to content
Snippets Groups Projects
Commit 9ded9d23 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

updated news and version

parent 7d9c1744
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,13 @@ Knot DNS NEWS
-----------------------
Features:
* edns-client-subnet support in kdig
* Optional asynchronous startup (config "asynchronous-start")
Improvements:
* Preempt task queue for faster reload
* Lazy zone file write after zone transfer (governed by "zonefile-sync")
Bugfixes:
* Close zone transfer after SERVFAIL response
* Incremental to full zone transfer fallback, wrong log message
1.5.0-rc1 - Jun 3, 2014
-----------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.5.0-rc1], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.5.0-rc2], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnits subdir-objects dist-xz -Wall -Werror])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/knot/main.c])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment