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

2.1.1-test release

parent 5c64166d
No related merge requests found
Knot DNS 2.2.0-dev (TBD)
========================
Knot DNS 2.1.1-test (2016-02-04)
===========================
Bugfixes:
---------
- Fix server crash with high number of file descriptor for control interface
- KASP keystore: Allow import of duplicate private key
- UDP: Pick correct source address when configured to listen on all interfaces
Knot DNS 2.1.0 (2016-01-14)
===========================
......
......@@ -3,9 +3,9 @@
AC_PREREQ([2.60])
m4_define([knot_VERSION_MAJOR],2)dnl
m4_define([knot_VERSION_MINOR],2)dnl
m4_define([knot_VERSION_PATCH],0)dnl
m4_define([knot_VERSION_EXTRA],-dev)dnl
m4_define([knot_VERSION_MINOR],1)dnl
m4_define([knot_VERSION_PATCH],1)dnl
m4_define([knot_VERSION_EXTRA],-test)dnl
m4_define([knot_PKG_VERSION],[knot_VERSION_MAJOR.knot_VERSION_MINOR.knot_VERSION_PATCH]knot_VERSION_EXTRA)dnl
AC_INIT([knot], knot_PKG_VERSION, [knot-dns@labs.nic.cz])
......
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