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

new release 1.6.3

parent 07d37cb7
Branches
Tags v1.6.3
No related merge requests found
Knot DNS 1.6.3 (2015-04-08)
===========================
Bugfixes:
---------
- Performance drop for NSEC-signed zones
- Proper handling of TCP short-writes
- Out-of-bound read in zone parser for long domain names in origin (AFL fuzzer)
- Out-of-bound read in packet parser for TSIG RR without RDATA (AFL fuzzer)
- Out-of-bound read in packet parser for malformed NAPTR RR (AFL fuzzer)
Features:
--------
- CDS and CDNSKEY support in zone parser
Improvements:
-------------
- Add defaults for TCP config options into documentation
- Detailed error message if zone reload fails
Knot DNS 1.6.2 (2015-02-19)
===========================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.6.2], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.6.3], [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