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

new release, bump version, update changelog

parent 60fcdc2f
Branches
Tags v1.6.6
No related merge requests found
Knot DNS 1.6.6 (2015-11-24)
===========================
Bugfixes:
---------
- Fix daemon startup systemd notification
- Out-of-bound read in packet parser for malformed NAPTR records (LibFuzzer)
Features:
---------
- Add rosedb module
Knot DNS 1.6.5 (2015-09-01)
===========================
......
# -*- Autoconf -*-
AC_PREREQ([2.60])
AC_INIT([knot], [1.6.5], [knot-dns@labs.nic.cz])
AC_INIT([knot], [1.6.6], [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