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

bump version to 1.6.0

parent 4975b366
Branches
Tags v1.6.0
No related merge requests found
Knot DNS 1.6.0 (2014-10-23)
===========================
Bugfixes:
---------
- Fix zone expiration when AXFR/IXFR is being refused by master
- Fix forced zone refresh on slave (knotc refresh -f)
Knot DNS 1.6.0-rc2 (2014-10-17)
===============================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.6.0-rc2], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.6.0], [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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment