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

new release 1.6.2

parent fd2cb94e
Branches
Tags v1.6.2
No related merge requests found
Knot DNS 1.6.2 (2015-02-19)
===========================
Features:
---------
- Limiting number of parallel TCP clients (max-tcp-clients config option)
Bugfixes:
---------
- Ignore refresh and transfer events on non-slave zones
- Compilation with Dnstap support on FreeBSD
- Possible file descriptor leak when terminating inactive TCP clients
Knot DNS 1.6.1 (2014-12-13)
===========================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.6.1], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.6.2], [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