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

diff --git a/CHANGES b/CHANGES
index 77af222c6167972e23eb3663622835a14392ed63..4681c78e8ee8888a7bfe15500807914f25ec29d7 100644 (file)
--- 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]
 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 0a17b7317c26411f8bcf19fb45b0024878c09f94..482d775bc6cdddd4cae68a84c10f0b779afbd879 100644 (file)
--- 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
index a6ac8011e437f1134848bb75141c85d311a0c9d0..6e3228f679c31a980607f609a2d834ed1decab90 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 90
-LIBREVISION = 6
+LIBREVISION = 7
 LIBAGE = 0
index 6194e2bb578967a0b9f7fb920cf46d7db778ec16..6192a53ff6a54dadc6d5449b53ff3d070edc246c 100644 (file)
@@ -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
index a45a6bffef4fc6f9efe103bc78999cdb9cb21f53..59e4f66cb68e068ec9b30bed521e08df16a226d5 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 90
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
index 3798ef6b5d0c7ed22254d9f385edf5a64c4724d6..34e00d4d87baa57fc7e16321d167f5b2b3d85a92 100644 (file)
@@ -3,6 +3,6 @@
 # 9.7: 60-79
 # 9.8: 80-89
 # 9.9: 90-109
-LIBINTERFACE = 94
+LIBINTERFACE = 95
 LIBREVISION = 0
 LIBAGE = 0
index 6ed2ee977bc0084ca48c34285c05c064d32797c3..4da80590c3a0eac81908f18ecb203b0b8af4f71d 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 90
-LIBREVISION = 3
+LIBREVISION = 4
 LIBAGE = 0
index e34aa945dbda303685f5c60ec9ef7251d02f9342..6ed2ee977bc0084ca48c34285c05c064d32797c3 100644 (file)
@@ -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 0fec214aa269314f4c155b2f6a1dac484661c2a6..ebb3620842d0a039efdb02ff08fd0364c05c48a3 100644 (file)
--- a/version
+++ b/version
@@ -8,4 +8,4 @@ MAJORVER=9
 MINORVER=9
 PATCHVER=3
 RELEASETYPE=b
-RELEASEVER=1
+RELEASEVER=2