Skip to content
Snippets Groups Projects
Commit 425094c8 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

bump version to 2.0.0 (final)

"That's one small step for man, one giant leap for mankind." -- Niel Armstrong
parent b7c9b62e
Branches
Tags v2.0.0
No related merge requests found
Knot DNS 2.0.0-rc1 (2015-06-15)
===============================
Knot DNS 2.0.0 (2015-06-26)
===========================
Bugfixes:
---------
......@@ -19,6 +19,9 @@ Features:
- Try all master servers in multi-master environment
- Improved remotes and ACLs (multiple addresses, multiple keys)
- Basic support for zone file patterns (%s to substitute zone name)
- Disable zone file synchronization by setting 'zonefile_sync' to '-1'
- knsupdate: Add input prompt in interactive mode and 'quit' command
- knsupdate: Allow TSIG algorithm specification in interactive prompt
Improvements:
-------------
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [2.0.0-rc1], [knot-dns@labs.nic.cz])
AC_INIT([knot], [2.0.0], [knot-dns@labs.nic.cz])
AM_INIT_AUTOMAKE([gnits subdir-objects no-dist-gzip 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