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

new patch release: bump version, update changelog

parent ff1cfe23
No related merge requests found
Knot DNS 1.6.5 (2015-09-01)
===========================
Bugfixes:
---------
- Do not reload expired zones on 'knotc reload' and server startup
- Fix rare race-condition in event scheduling causing delayed event execution
- Fix skipping of non-authoritative nodes in NSEC proofs
- Fix TC flag setting in RRL slipped answers
- Disable domain name compression for root label for better compatibility
- Log via journald only when running under systemd
- Improve lookup of libsystemd build dependencies
- Fix compilation warnings in endian conversion functions on OpenBSD
Features:
---------
- Update persistent timers only on shutdown for better performance
- Add 'request-edns-option' config option to add custom EDNS0 option into
server initiated queries
- Allow specification of time units in 'max-conn-idle', 'max-conn-handshake',
'max-conn-reply', and 'notify-timeout' config options
Knot DNS 1.6.4 (2015-06-16)
===========================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.6.4], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.6.5], [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