]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Set libunbound to increase current, because the libunbound change
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Aug 2018 09:07:06 +0000 (09:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Aug 2018 09:07:06 +0000 (09:07 +0000)
  to the event callback function signature.  That needs programs,
  that use it, to recompile against the new header definition.

git-svn-id: file:///svn/unbound/trunk@4857 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 2b8a8c1b61d3a647957339acebd9c7b2c921ff39..4729b78a851ea97baa2a2b414ad4e7d06fa455e2 100755 (executable)
--- a/configure
+++ b/configure
@@ -2786,9 +2786,9 @@ UNBOUND_VERSION_MINOR=7
 UNBOUND_VERSION_MICRO=4
 
 
-LIBUNBOUND_CURRENT=7
-LIBUNBOUND_REVISION=12
-LIBUNBOUND_AGE=5
+LIBUNBOUND_CURRENT=8
+LIBUNBOUND_REVISION=0
+LIBUNBOUND_AGE=0
 # 1.0.0 had 0:12:0
 # 1.0.1 had 0:13:0
 # 1.0.2 had 0:14:0
@@ -2850,7 +2850,7 @@ LIBUNBOUND_AGE=5
 # 1.7.1 had 7:9:5
 # 1.7.2 had 7:10:5
 # 1.7.3 had 7:11:5
-# 1.7.4 had 7:12:5
+# 1.7.4 had 8:0:0 # changes the event callback function signature
 
 #   Current  -- the number of the binary API that we're implementing
 #   Revision -- which iteration of the implementation of the binary
index 966f2f73616254f5ce866d3adfa10db2c10222c6..76aef0d8f6aa038a5e439708959fed40df920315 100644 (file)
@@ -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=7
-LIBUNBOUND_REVISION=12
-LIBUNBOUND_AGE=5
+LIBUNBOUND_CURRENT=8
+LIBUNBOUND_REVISION=0
+LIBUNBOUND_AGE=0
 # 1.0.0 had 0:12:0
 # 1.0.1 had 0:13:0
 # 1.0.2 had 0:14:0
@@ -81,7 +81,7 @@ LIBUNBOUND_AGE=5
 # 1.7.1 had 7:9:5
 # 1.7.2 had 7:10:5
 # 1.7.3 had 7:11:5
-# 1.7.4 had 7:12:5
+# 1.7.4 had 8:0:0 # changes the event callback function signature
 
 #   Current  -- the number of the binary API that we're implementing
 #   Revision -- which iteration of the implementation of the binary
index 8fa458d8c6b7c128b6d0a26dbff7522a046692e6..00b32be897deb05802d9f4031ff150f17224323b 100644 (file)
@@ -1,3 +1,8 @@
+17 August 2018: Wouter
+       - Set libunbound to increase current, because the libunbound change
+         to the event callback function signature.  That needs programs,
+         that use it, to recompile against the new header definition.
+
 16 August 2018: Wouter
        - Fix warning on compile without threads.
        - Fix contrib/fastrpz.patch.