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

Fixed version to rc1 + updated KNOWN_ISSUES.

parent 43a03a82
No related merge requests found
...@@ -10,5 +10,6 @@ current version of Knot. ...@@ -10,5 +10,6 @@ current version of Knot.
Known bugs Known bugs
========== ==========
* Slow start with too many zones. * ACL may not always find the best match so it may behave counter-intuitively.
* Generating journal from reloaded zone adds redundant records to the changes when the RDATA are in binary format. * Generating journal from reloaded zone adds redundant records to the changes
when the RDATA are in binary format.
v1.1.0 - Aug 17, 2012 v1.1.0-rc1 - Aug 17, 2012
--------------------- -------------------------
New features: New features:
* Optionally disable ANY queries for authoritative answers. * Optionally disable ANY queries for authoritative answers.
......
# -*- Autoconf -*- # -*- Autoconf -*-
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([knot], [1.1.0], [knot-dns@labs.nic.cz]) AC_INIT([knot], [1.1.0-rc1], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnu -Wall -Werror]) AM_INIT_AUTOMAKE([gnu -Wall -Werror])
AC_CONFIG_SRCDIR([src/knot/main.c]) AC_CONFIG_SRCDIR([src/knot/main.c])
AC_CONFIG_HEADERS([src/config.h]) 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