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

Updated information about new version.

parent e92dacf7
No related merge requests found
......@@ -5,7 +5,6 @@ Here is a list of the most notable features that are not supported in the
current version of Knot.
* NSID (RFC5001)
* RRSet rotation
* Root zone support
* Other DNS classes than IN (CH, CS, HS)
* Dynamic updates
......
v0.9.1 - Jan 20, 2012
---------------------
New features:
* RRSet rotation
Bugfixes:
* Fixed build on BSD.
* Fixes in parsing and dumping of zone
- types IPSECKEY, WKS, DLV, APL, SPF, NSAP
Other changes:
* Replaced pseudo-random number generator by one with MIT/BSD license.
v0.9 - Jan 13, 2012
-------------------
......
# -*- Autoconf -*-
AC_PREREQ([2.65])
AC_INIT([knot], [0.8], [knot-dns@labs.nic.cz])
AC_INIT([knot], [0.9.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