From 21f6766166154453217df493376ee1a7861bc981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Tue, 1 Apr 2014 13:01:23 +0200 Subject: [PATCH] updated to 1.5.0-alpha --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63d30151b5..b0e4c70fce 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,16 @@ Knot DNS NEWS -1.5.0-dev - ? +1.5.0 - ? --------------------- +Features: + * Split libknot DNS library + * Pluggable query processing modules + * 'synth_record' automatic reverse/forward records module +Improvements: + * Query processing and core functionality overhaul + * Memory requirements + * RFC compliant responses in some corner cases + * Log messages v1.4.2 - Jan 27, 2014 --------------------- diff --git a/configure.ac b/configure.ac index 7666f1fcee..11526e29f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- AC_PREREQ([2.60]) -AC_INIT([knot], [1.5.0-dev], [knot-dns@labs.nic.cz]) +AC_INIT([knot], [1.5.0-alpha], [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