From dcfb0c1eb90a4234cddd606c8d4674f51de5aab0 Mon Sep 17 00:00:00 2001
From: Jan Vcelak <jan.vcelak@nic.cz>
Date: Thu, 19 Feb 2015 10:11:40 +0100
Subject: [PATCH] new release 1.6.2

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

diff --git a/NEWS b/NEWS
index 50722c393..33b101d2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Knot DNS 1.6.2 (2015-02-19)
+===========================
+
+Features:
+---------
+ - Limiting number of parallel TCP clients (max-tcp-clients config option)
+
+Bugfixes:
+---------
+ - Ignore refresh and transfer events on non-slave zones
+ - Compilation with Dnstap support on FreeBSD
+ - Possible file descriptor leak when terminating inactive TCP clients
+
 Knot DNS 1.6.1 (2014-12-13)
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 5f4698c47..0cbd80250 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 
 AC_PREREQ([2.60])
-AC_INIT([knot], [1.6.1], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.6.2], [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