Skip to content
Snippets Groups Projects
Commit 7076b052 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated version to 1.3.0-rc5

parent 10088b36
Branches
Tags v1.3.0-rc4
No related merge requests found
......@@ -14,3 +14,4 @@ Known bugs
==========
* ACL may not always find the best match so it may behave counter-intuitively.
* Rarely, incremental transfer fails to reschedule
Knot DNS NEWS
v1.3.0-rc5 - Jul 29, 2013
-------------------------
Features:
* Much faster bootstrap of many zones
Bugfixes:
* Removed deprecated 'knotc -w' option
* Slave ignores out-of-zone records in zone
* Support for obsolete types in zone transfers
* Slave zone file names fixes
* Long transfers being randomly dropped
v1.3.0-rc4 - Jul 15, 2013
-------------------------
Features:
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.3.0-rc4], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.3.0-rc5], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnits subdir-objects dist-bzip2 dist-xz -Wall -Werror])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/knot/main.c])
......
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