From 71744b8bb2605bd6d9bfbbc4a5f92b1d02499a73 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 28 Jan 2019 08:26:10 +0000 Subject: [PATCH] - Set build system for added call in the libunbound API. git-svn-id: file:///svn/unbound/trunk@5081 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 8 ++++---- configure.ac | 8 ++++---- doc/Changelog | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 86c582adc..da07ef3ad 100755 --- a/configure +++ b/configure @@ -2786,9 +2786,9 @@ UNBOUND_VERSION_MINOR=8 UNBOUND_VERSION_MICRO=4 -LIBUNBOUND_CURRENT=8 -LIBUNBOUND_REVISION=4 -LIBUNBOUND_AGE=0 +LIBUNBOUND_CURRENT=9 +LIBUNBOUND_REVISION=0 +LIBUNBOUND_AGE=1 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 # 1.0.2 had 0:14:0 @@ -2854,7 +2854,7 @@ LIBUNBOUND_AGE=0 # 1.8.1 had 8:1:0 # 1.8.2 had 8:2:0 # 1.8.3 had 8:3:0 -# 1.8.4 had 8:4:0 +# 1.8.4 had 9:0:1 # add ub_ctx_set_tls # 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 fc84e0cd0..2c3419014 100644 --- a/configure.ac +++ b/configure.ac @@ -17,9 +17,9 @@ AC_SUBST(UNBOUND_VERSION_MAJOR, [VERSION_MAJOR]) AC_SUBST(UNBOUND_VERSION_MINOR, [VERSION_MINOR]) AC_SUBST(UNBOUND_VERSION_MICRO, [VERSION_MICRO]) -LIBUNBOUND_CURRENT=8 -LIBUNBOUND_REVISION=4 -LIBUNBOUND_AGE=0 +LIBUNBOUND_CURRENT=9 +LIBUNBOUND_REVISION=0 +LIBUNBOUND_AGE=1 # 1.0.0 had 0:12:0 # 1.0.1 had 0:13:0 # 1.0.2 had 0:14:0 @@ -85,7 +85,7 @@ LIBUNBOUND_AGE=0 # 1.8.1 had 8:1:0 # 1.8.2 had 8:2:0 # 1.8.3 had 8:3:0 -# 1.8.4 had 8:4:0 +# 1.8.4 had 9:0:1 # add ub_ctx_set_tls # 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 2130b4819..0f4ce269f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 28 January 2019: Wouter - ub_ctx_set_tls call for libunbound that enables DoT for the machines set with ub_ctx_set_fwd. Patch from Florian Obser. + - Set build system for added call in the libunbound API. 25 January 2019: Wouter - Fix that tcp for auth zone and outgoing does not remove and -- 2.47.3