]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.9.3b1
authorMark Andrews <marka@isc.org>
Fri, 11 Jan 2013 04:14:05 +0000 (15:14 +1100)
committerMark Andrews <marka@isc.org>
Fri, 11 Jan 2013 04:14:05 +0000 (15:14 +1100)
CHANGES
EXCLUDED

diff --git a/CHANGES b/CHANGES
index d6b3068323d8a14184861d130ce3ad6f71fd8942..7909c62b7513da3642c1ca4a4ef77e8ecd9db470 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.9.3b1 released ---
+
 3466.  [contrib]       Corrected the DNS_CLIENTINFOMETHODS_VERSION check
                        in DLZ example driver. [RT #32275]
 
@@ -6,8 +8,6 @@
 3464.  [maint]         Updates to PKCS#11 openssl patches, supporting
                        versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749]
 
-       --- 9.9.3b1 released ---
-
 3463.  [doc]           Clarify managed-keys syntax in ARM. [RT 32232]
 
 3462.  [doc]           Clarify server selection behavior of dig when using
 
 3419.  [bug]           Memory leak on validation cancel. [RT #31869]
 
-3417.  [func]          Optional new XML schema (version 3.0) for the 
-                       statistics channel adds query type statistics at the 
-                       zone level, and flattens the XML tree and uses 
-                       compressed format to optimize parsing. Includes new XSL 
-                       that permits charting via the Google Charts API on 
-                       browsers that support javascript in XSL.  To enable, 
+3417.  [func]          Optional new XML schema (version 3.0) for the
+                       statistics channel adds query type statistics at the
+                       zone level, and flattens the XML tree and uses
+                       compressed format to optimize parsing. Includes new XSL
+                       that permits charting via the Google Charts API on
+                       browsers that support javascript in XSL.  To enable,
                        build with "configure --enable-newstats". [RT #30023]
-                       
+
 3416.  [bug]           Named could die on shutdown if running with 128 UDP
                        dispatches per interface. [RT #31743]
 
                        [RT #30808]
 
 3374.  [bug]           isc_parse_uint32 failed to return a range error on
-                       systems with 64 bit longs [RT #30232]
+                       systems with 64 bit longs. [RT #30232]
 
 3372.  [bug]           Silence spurious "deleted from unreachable cache"
                        messages.  [RT #30501]
                        add NS RRsets to the additional section or not.
                        [RT #30479]
 
-3316.   [tuning]        Improved locking performance when recursing.
-                        [RT #28836]
+3316.  [tuning]        Improved locking performance when recursing.
+                       [RT #28836]
 
-3315.   [tuning]        Use multiple dispatch objects for sending upstream
-                        queries; this can improve performance on busy
-                        multiprocessor systems by reducing lock contention.
-                        [RT #28605]
+3315.  [tuning]        Use multiple dispatch objects for sending upstream
+                       queries; this can improve performance on busy
+                       multiprocessor systems by reducing lock contention.
+                       [RT #28605]
 
        --- 9.9.2 released ---
 
index 4082c3d661f7162cd45c622a3910d607684612a0..0a17b7317c26411f8bcf19fb45b0024878c09f94 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -1,3 +1,14 @@
+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
+                       whether it's authoritative for a name depending
+                       on the address of the client.  [RT #31775]
+
+3433.  [bug]           dlz_findzone() did not correctly handle
+                       ISC_R_NOMORE. [RT #31172]
+
+3375.  [bug]           'rndc dumpdb' failed on empty caches. [RT #30808]
+
 3324.  [test]          Add better tests for ADB stats [RT #27057]
 
 3316.  [tuning]        Improved locking performance when recursing.