From: Mark Andrews Date: Thu, 7 Mar 2013 01:28:11 +0000 (+1100) Subject: 9.9.3b2 X-Git-Tag: v9.9.3b2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adec2b7a0e212d2c2c513cfafe8f27f464704d6b;p=thirdparty%2Fbind9.git 9.9.3b2 --- diff --git a/CHANGES b/CHANGES index 77af222c616..4681c78e8ee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.9.3b2 released --- + 3517. [bug] Reorder destruction to avoid shutdown race. [RT #32777] 3515. [port] '%T' is not portable in strftime(). [RT #32763] @@ -120,7 +122,7 @@ 3464. [maint] Updates to PKCS#11 openssl patches, supporting versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749] -3463. [doc] Clarify managed-keys syntax in ARM. [RT 32232] +3463. [doc] Clarify managed-keys syntax in ARM. [RT #32232] 3462. [doc] Clarify server selection behavior of dig when using -4 or -6 options. [RT #32181] diff --git a/EXCLUDED b/EXCLUDED index 0a17b7317c2..482d775bc6c 100644 --- a/EXCLUDED +++ b/EXCLUDED @@ -1,3 +1,30 @@ +3507. [bug] Statistics channel XSL had a glitch when attempting + to chart query data before any queries had been + received. [RT #32620] + +3490. [bug] When logging RDATA during update, truncate if it's + too long. [RT #32365] + +3489. [bug] --enable-developer now turns on ISC_LIST_CHECKINIT. + When cloning a rdataset do not copy the link contents. + [RT #32651] + +3484. [bug] Some statistics were incorrectly rendered in XML. + [RT #32587] + +3476. [bug] "rndc zonestatus" could report a spurious "not + found" error on inline-signing zones. [RT #29226] + +3475. [cleanup] Changed name of 'map' zone file format (previously + 'fast'). [RT #32458] + +3472. [bug] The active-connections counter in the socket + statistics could underflow. [RT #31747] + +3469. [bug] Handle DLZ lookup failures more gracefully. Improve + backward compatibility between versions of DLZ dlopen + API. [RT #32275] + 3434. [bug] Pass client info to the DLZ findzone() entry point in addition to lookup(). This makes it possible for a database to answer differently diff --git a/lib/bind9/api b/lib/bind9/api index a6ac8011e43..6e3228f679c 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -4,5 +4,5 @@ # 9.8: 80-89 # 9.9: 90-109 LIBINTERFACE = 90 -LIBREVISION = 6 +LIBREVISION = 7 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 6194e2bb578..6192a53ff6a 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -3,6 +3,6 @@ # 9.7: 60-79 # 9.8: 80-89, 120-129 # 9.9: 90-109 -LIBINTERFACE = 97 +LIBINTERFACE = 98 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/irs/api b/lib/irs/api index a45a6bffef4..59e4f66cb68 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -4,5 +4,5 @@ # 9.8: 80-89 # 9.9: 90-109 LIBINTERFACE = 90 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 3798ef6b5d0..34e00d4d87b 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -3,6 +3,6 @@ # 9.7: 60-79 # 9.8: 80-89 # 9.9: 90-109 -LIBINTERFACE = 94 +LIBINTERFACE = 95 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index 6ed2ee977bc..4da80590c3a 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -4,5 +4,5 @@ # 9.8: 80-89 # 9.9: 90-109 LIBINTERFACE = 90 -LIBREVISION = 3 +LIBREVISION = 4 LIBAGE = 0 diff --git a/lib/lwres/api b/lib/lwres/api index e34aa945dbd..6ed2ee977bc 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -4,5 +4,5 @@ # 9.8: 80-89 # 9.9: 90-109 LIBINTERFACE = 90 -LIBREVISION = 2 +LIBREVISION = 3 LIBAGE = 0 diff --git a/version b/version index 0fec214aa26..ebb3620842d 100644 --- a/version +++ b/version @@ -8,4 +8,4 @@ MAJORVER=9 MINORVER=9 PATCHVER=3 RELEASETYPE=b -RELEASEVER=1 +RELEASEVER=2