From 64e1308e19ff21bf9a746732404b1f28fb2324d8 Mon Sep 17 00:00:00 2001
From: Marek Vavrusa <marek.vavrusa@nic.cz>
Date: Tue, 21 Jan 2014 14:39:57 +0100
Subject: [PATCH] Bumped version to 1.4.2

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

diff --git a/NEWS b/NEWS
index 8a0536244e..78d5b0d37a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 Knot DNS NEWS
 
+v1.4.2 - Jan ??, 2014
+---------------------
+Bugfixes:
+	* AXFR/IXFR compatibility issues with tinydns/axfrdns
+	* Journal file is created only when needed
+	* Zone-related log messages are logged into correct category 
+
 v1.4.1 - Jan 13, 2014
 ---------------------
 Bugfixes:
diff --git a/configure.ac b/configure.ac
index 90b0db977f..4a3b098c03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 
 AC_PREREQ([2.60])
-AC_INIT([knot], [1.4.1], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.4.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