]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.8.5b2
authorMark Andrews <marka@isc.org>
Thu, 7 Mar 2013 01:46:43 +0000 (12:46 +1100)
committerMark Andrews <marka@isc.org>
Thu, 7 Mar 2013 01:46:43 +0000 (12:46 +1100)
CHANGES
EXCLUDED
lib/dns/api
lib/irs/api
lib/isc/api
lib/isccfg/api
lib/lwres/api
version

diff --git a/CHANGES b/CHANGES
index 7918bf0070c91bdd3d04f33667c02015c5742a0e..f93a327500885f766f771b662e9f55d5754ff2f7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.8.5b2 released ---
+
 3517.  [bug]           Reorder destruction to avoid shutdown race. [RT #32777]
 
 3515.  [port]          '%T' is not portable in strftime(). [RT #32763]
@@ -31,7 +33,7 @@
                        syntax now includes a "min-ns-dots" clause, with
                        default 1, to exclude top-level domains from
                        NSIP and NSDNAME checking. --enable-rpz-nsip and
-                        --enable-rpz-nsdname are now the default. [RT #32251]
+                       --enable-rpz-nsdname are now the default. [RT #32251]
 
 3489.  [bug]           --enable-developer now turns on ISC_LIST_CHECKINIT.
                        When cloning a rdataset do not copy the link contents.
@@ -41,7 +43,7 @@
 
 3487.  [bug]           Change 3444 was not complete.  There was a additional
                        place where the NOQNAME proof needed to be saved.
-                        [RT #32629]
+                       [RT #32629]
 
 3486.  [bug]           named could crash when using TKEY-negotiated keys
                        that had been deleted and then recreated. [RT #32506]
 
 3467.  [bug]           Added checks in dnssec-keygen and dnssec-settime
                        to check for delete date < inactive date. [RT #31719]
-       
+
 3465.  [bug]           Handle isolated reserved ports. [RT #31778]
 
 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]
index d4d33eeab69d2e981ccd9e27ebfd0cb16512cdf7..07302272cd4adea84c2199d11518499dd7123bff 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -1,3 +1,62 @@
+3511.  [doc]           Improve documentation of redirect zones. [RT #32756]
+
+3507.  [bug]           Statistics channel XSL had a glitch when attempting
+                       to chart query data before any queries had been
+                       received. [RT #32620]
+
+3505.  [bug]           When setting "max-cache-size" and "max-acache-size",
+                       larger values than 4 gigabytes could not be set
+                       explicitly, though larger sizes were available
+                       when setting cache size to 0. This has been
+                       corrected; the full range is now available.
+                       [RT #32358]
+
+3493.  [contrib]       Added BDBHPT dynamically-lodable DLZ module,
+                       contributed by Mark Goldfinch. [RT #32549]
+
+3492.  [bug]           Fixed a regression in zone loading performance
+                       due to lock contention. [RT #30399]
+
+3491.  [bug]           Slave zones using inline-signing must specify a
+                       file name. [RT #31946]
+
+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]
+
+3480.  [bug]           Silence logging noise when setting up zone
+                       statistics. [RT #32525]
+
+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]
+
+3473.  [bug]           dnssec-signzone/verify could incorrectly report
+                       an error condition due to an empty node above an
+                       opt-out delegation lacking an NSEC3. [RT #32072]
+
+3472.  [bug]           The active-connections counter in the socket
+                       statistics could underflow. [RT #31747]
+
+3471.  [bug]           The number of UDP dispatches now defaults to
+                       the number of CPUs even if -n has been set to
+                       a higher value. [RT #30964]
+
+3469.  [bug]           Handle DLZ lookup failures more gracefully. Improve
+                       backward compatibility between versions of DLZ dlopen
+                       API. [RT #32275]
+
+3466.  [contrib]       Corrected the DNS_CLIENTINFOMETHODS_VERSION check
+                       in DLZ example driver. [RT #32275]
+
 3460.  [bug]           Only link against readline where needed. [RT #29810]
 
 3453.  [bug]           'rndc addzone' of a zone with 'inline-signing yes;'
index cc9953f23a7ac10de25904dae91f5a2af9aff074..d449cf6ddee15b3c862a34be2e99c633cf3501df 100644 (file)
@@ -3,6 +3,6 @@
 # 9.7: 60-79
 # 9.8: 80-89, 120-129
 # 9.9: 90-109
-LIBINTERFACE = 120
+LIBINTERFACE = 121
 LIBREVISION = 0
 LIBAGE = 0
index 1e51baab5d46389df86bdba0236ffda78843c270..74bc33868809c3319df56145f9748d289259b059 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 80
-LIBREVISION = 3
+LIBREVISION = 4
 LIBAGE = 0
index 168d4d57c8b6cf0505d670b56c404587c9ced881..80b0f43f00858807440b8c43c7345c330c87718c 100644 (file)
@@ -3,6 +3,6 @@
 # 9.7: 60-79
 # 9.8: 80-89
 # 9.9: 90-109
-LIBINTERFACE = 86
+LIBINTERFACE = 87
 LIBREVISION = 0
-LIBAGE = 2
+LIBAGE = 3
index a9f25c4e4454baa489cabcef8e06114d354662a2..f905e5053f4d573d905fc5e3407cd4c45e6fa4f3 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 82
-LIBREVISION = 4
+LIBREVISION = 5
 LIBAGE = 0
index 74bc33868809c3319df56145f9748d289259b059..089e7828a71b507dc5f2113287ddb2407b3fdff4 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 80
-LIBREVISION = 4
+LIBREVISION = 5
 LIBAGE = 0
diff --git a/version b/version
index 7b2efa57ca58b1489a41a9a66a83065197c34145..46c17ad4e489002d912429ccef6dd9cf0b93358e 100644 (file)
--- a/version
+++ b/version
@@ -8,4 +8,4 @@ MAJORVER=9
 MINORVER=8
 PATCHVER=5
 RELEASETYPE=b
-RELEASEVER=1
+RELEASEVER=2