From 7c85e884e2579117639c830e05c4fd74573ade16 Mon Sep 17 00:00:00 2001
From: Jan Kadlec <jan.kadlec@nic.cz>
Date: Fri, 12 Dec 2014 19:29:32 +0100
Subject: [PATCH] NEWS: added 1.6.1

---
 NEWS         | 13 +++++++++++++
 configure.ac |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 7d51225d8..50722c393 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Knot DNS 1.6.1 (2014-12-13)
+===========================
+
+Bugfixes:
+---------
+ - Journal file would sometimes outgrow its limit (ixfr-fslimit in configuration)
+ - Fixed incompatibility with OpenSSL 0.9.8
+ - Proper handling when hostname cannot be retreived (for NSID and CH)
+
+Features:
+---------
+ - DNSSEC Single Type Signing Scheme is now supported
+
 Knot DNS 1.6.0 (2014-10-23)
 ===========================
 
diff --git a/configure.ac b/configure.ac
index fcb970982..5f4698c47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 
 AC_PREREQ([2.60])
-AC_INIT([knot], [1.6.0], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.6.1], [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])
-- 
GitLab