From: Evan Hunt Date: Thu, 20 Feb 2014 05:39:35 +0000 (-0800) Subject: [master] start prep for 9.10.0b1 X-Git-Tag: v9.10.0b1~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a0beb64be247b66a5c4c64d91e0f631457a8355;p=thirdparty%2Fbind9.git [master] start prep for 9.10.0b1 --- diff --git a/CHANGES b/CHANGES index b4900063e9f..bd3faf5184f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.10.0b1 released --- + 3750. [experimental] Partially implement EDNS EXPIRE option as described in draft-andrews-dnsext-expire-00. Retrivial of remaining time to expiry from slave zones is supported. diff --git a/lib/bind9/api b/lib/bind9/api index 4917920a8d9..648927f0d76 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -6,5 +6,5 @@ # 9.9-sub: 130-139 # 9.10: 140-149 LIBINTERFACE = 140 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index c94d4ce4337..caa18e7ca51 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -5,6 +5,6 @@ # 9.9: 90-109 # 9.9-sub: 130-139 # 9.10: 140-149 -LIBINTERFACE = 141 +LIBINTERFACE = 142 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index c94d4ce4337..caa18e7ca51 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -5,6 +5,6 @@ # 9.9: 90-109 # 9.9-sub: 130-139 # 9.10: 140-149 -LIBINTERFACE = 141 +LIBINTERFACE = 142 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index 4c55de7aa17..7c24ba147fc 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -6,5 +6,5 @@ # 9.9-sub: 130-139 # 9.10: 140-149 LIBINTERFACE = 141 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 1 diff --git a/version b/version index 0a8abb08121..cf13c4e6d6d 100644 --- a/version +++ b/version @@ -8,6 +8,6 @@ DESCRIPTION= MAJORVER=9 MINORVER=10 PATCHVER=0 -RELEASETYPE=a -RELEASEVER=2 +RELEASETYPE=b +RELEASEVER=1 EXTENSIONS=