From bb06879b1eaf4522803e15f66b556e58ab384893 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 28 Sep 2015 13:50:36 +0000 Subject: [PATCH] prepare 1.5.5rc1 release. git-svn-id: file:///svn/unbound/trunk@3495 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 3 ++- configure.ac | 3 ++- doc/Changelog | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d7d320705..7b0a7e616 100755 --- a/configure +++ b/configure @@ -2700,7 +2700,7 @@ UNBOUND_VERSION_MICRO=5 LIBUNBOUND_CURRENT=5 -LIBUNBOUND_REVISION=7 +LIBUNBOUND_REVISION=8 LIBUNBOUND_AGE=3 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -2744,6 +2744,7 @@ LIBUNBOUND_AGE=3 # 1.5.2 had 5:5:3 # 1.5.3 had 5:6:3 # 1.5.4 had 5:7:3 +# 1.5.5 had 5:8:3 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary diff --git a/configure.ac b/configure.ac index d5d8dd921..871ea7c99 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_SUBST(UNBOUND_VERSION_MINOR, [VERSION_MINOR]) AC_SUBST(UNBOUND_VERSION_MICRO, [VERSION_MICRO]) LIBUNBOUND_CURRENT=5 -LIBUNBOUND_REVISION=7 +LIBUNBOUND_REVISION=8 LIBUNBOUND_AGE=3 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 @@ -61,6 +61,7 @@ LIBUNBOUND_AGE=3 # 1.5.2 had 5:5:3 # 1.5.3 had 5:6:3 # 1.5.4 had 5:7:3 +# 1.5.5 had 5:8:3 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary diff --git a/doc/Changelog b/doc/Changelog index 36dc86793..63be589f5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 28 September 2015: Wouter - MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution failures. + - tag for 1.5.5rc1 release. 25 September 2015: Wouter - Fix unbound-control flush that does not succeed in removing data. -- 2.47.3