From 650fbd4f64d0869c88579311b4220983ab09eb37 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Mon, 13 Jan 2014 17:17:38 +0100 Subject: [PATCH] Updated version to 1.4.1 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8636685553..e8a4fd2e8f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Knot DNS NEWS +v1.4.1 - Jan 13, 2013 +--------------------- +Bugfixes: + * Empty APL record support + * 'zonestatus' when using immediate zone syncing + * Immediate zone syncing after reload + * Race condition writing time values to zone file + v1.4.0 - Dec 27, 2013 --------------------- Features: diff --git a/configure.ac b/configure.ac index 595d1a62ba..90b0db977f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- AC_PREREQ([2.60]) -AC_INIT([knot], [1.4.0], [knot-dns@labs.nic.cz]) +AC_INIT([knot], [1.4.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