From df8005ff3c1cdf1d2cffdd2e82c1cf52fa6cce37 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 12 Feb 2009 13:34:00 +0000 Subject: [PATCH] libunbound API version is upped. A change in symbols reported by Ondrej and small change in ub_cancel API. git-svn-id: file:///svn/unbound/trunk@1480 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 6 +++--- configure.ac | 6 +++--- doc/Changelog | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 41a3b7e4a..5d463f38c 100755 --- a/configure +++ b/configure @@ -1934,9 +1934,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -LIBUNBOUND_CURRENT=0 -LIBUNBOUND_REVISION=19 -LIBUNBOUND_AGE=0 +LIBUNBOUND_CURRENT=1 +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 diff --git a/configure.ac b/configure.ac index 473a27b07..7c7b757e0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ AC_PREREQ(2.56) AC_INIT(unbound, 1.3.0, unbound-bugs@nlnetlabs.nl, unbound) -LIBUNBOUND_CURRENT=0 -LIBUNBOUND_REVISION=19 -LIBUNBOUND_AGE=0 +LIBUNBOUND_CURRENT=1 +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 diff --git a/doc/Changelog b/doc/Changelog index 9951d8e2c..0a7767116 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ - #227: flush_stats feature for unbound-control. - stats_noreset feature for unbound-control. - flush_requestlist feature for unbound-control. + - libunbound version upped API (was changed 5 feb). 10 February 2009: Wouter - keys with rfc5011 REVOKE flag are skipped and not considered when -- 2.47.3