]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.9.2rc1
authorMark Andrews <marka@isc.org>
Thu, 23 Aug 2012 07:32:06 +0000 (17:32 +1000)
committerMark Andrews <marka@isc.org>
Thu, 23 Aug 2012 07:32:06 +0000 (17:32 +1000)
CHANGES
EXCLUDED [new file with mode: 0644]
lib/bind9/api
lib/dns/api
lib/isc/api
version

diff --git a/CHANGES b/CHANGES
index b0853740a6e89425203728e3724cad1594004043..310c0ace8848942c8dc2a183f3cbf7387aeb5717 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.9.2rc1 released ---
+
 3370.  [bug]           Address use after free while shutting down. [RT #30241]
 
 3369.  [bug]           nsupdate terminated unexpectedly in interactive mode
@@ -9,7 +11,7 @@
 3367.  [bug]           dns_dnsseckey_create() result was not being checked.
                        [RT #30685]
 
-3366.  [bug]           Fixed Read-After-Write dependency violation for IA64 
+3366.  [bug]           Fixed Read-After-Write dependency violation for IA64
                        atomic operations. [RT #25181]
 
 3365.  [bug]           Removed spurious newlines from log messages in
 
 3361.  [bug]           "rndc signing -nsec3param" didn't work correctly
                        when salt was set to '-' (no salt). [RT #30099]
-                       
+
 3360.  [bug]           'host -w' could die.  [RT #18723]
 
 3359.  [bug]           An improperly-formed TSIG secret could cause a
-                        memory leak. [RT #30607]
+                       memory leak. [RT #30607]
 
 3357.  [port]          Add support for libxml2-2.8.x [RT #30440]
 
-3356.  [bug]           Cap the TTL of signed RRsets when RRSIGs are 
+3356.  [bug]           Cap the TTL of signed RRsets when RRSIGs are
                        approaching their expiry, so they don't remain
                        in caches after expiry. [RT #26429]
 
 
 3349.  [bug]           Change #3345 was incomplete. [RT #30233]
 
-3348.  [bug]           Prevent RRSIG data from being cached if a negative 
-                       record matching the covering type exists at a higher 
-                       trust level. Such data already can't be retrieved from 
-                       the cache since change 3218 -- this prevents it 
+3348.  [bug]           Prevent RRSIG data from being cached if a negative
+                       record matching the covering type exists at a higher
+                       trust level. Such data already can't be retrieved from
+                       the cache since change 3218 -- this prevents it
                        being inserted into the cache as well. [RT #26809]
-                       
-3347.  [bug]           dnssec-settime: Issue a warning when writing a new 
-                       private key file would cause a change in the 
+
+3347.  [bug]           dnssec-settime: Issue a warning when writing a new
+                       private key file would cause a change in the
                        permissions of the existing file. [RT #27724]
 
 3346.  [security]      Bad-cache data could be used before it was
                        rdataslabs. [RT #29644]
 
 3330.  [func]          Fix missing signatures on NOERROR results despite
-                       RPZ rewriting.  Also 
+                       RPZ rewriting.  Also
                         - add optional "recursive-only yes|no" to the
                           response-policy statement
                         - add optional "max-policy-ttl" to the response-policy
                        they fail to validate, we try again in lower case.
                        [RT #27451]
 
-3328.   [bug]           Fixed inconsistent data checking in dst_parse.c.
-                        [RT #29401]
+3328.  [bug]           Fixed inconsistent data checking in dst_parse.c.
+                       [RT #29401]
 
 3317.  [func]          Add ECDSA support (RFC 6605). [RT #21918]
 
diff --git a/EXCLUDED b/EXCLUDED
new file mode 100644 (file)
index 0000000..4082c3d
--- /dev/null
+++ b/EXCLUDED
@@ -0,0 +1,9 @@
+3324.  [test]          Add better tests for ADB stats [RT #27057]
+
+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]
index 4da80590c3a0eac81908f18ecb203b0b8af4f71d..787f54fcc3e686ba2175077acad415717cd51eec 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 90
-LIBREVISION = 4
+LIBREVISION = 5
 LIBAGE = 0
index 34e00d4d87baa57fc7e16321d167f5b2b3d85a92..1a41fe8bcaae7d04fb80cdb7702c6a9b5b94989d 100644 (file)
@@ -3,6 +3,6 @@
 # 9.7: 60-79
 # 9.8: 80-89
 # 9.9: 90-109
-LIBINTERFACE = 95
+LIBINTERFACE = 96
 LIBREVISION = 0
-LIBAGE = 0
+LIBAGE = 1
index fd501b1ccd5f101d2932d565cc783117bef57f10..ad36a1d3cb5b0187bedcfdfccc05fc75e9dd0e56 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 92
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/version b/version
index 43339392b43935bfdb6588c115aa4e7a203c960a..c3197d60733c19e4471f6b82baa05d50101f1610 100644 (file)
--- a/version
+++ b/version
@@ -6,5 +6,5 @@
 MAJORVER=9
 MINORVER=9
 PATCHVER=2
-RELEASETYPE=b
+RELEASETYPE=rc
 RELEASEVER=1