]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.6-ESV-R7
authorMark Andrews <marka@isc.org>
Fri, 27 Apr 2012 13:08:23 +0000 (23:08 +1000)
committerMark Andrews <marka@isc.org>
Fri, 27 Apr 2012 13:08:23 +0000 (23:08 +1000)
CHANGES
EXCLUDED
README
lib/dns/api
lib/isccfg/api
util/copyrights
version

diff --git a/CHANGES b/CHANGES
index cbb67ac18d77d9e3d838b3c9623930b710673e94..f0536dacd031c282374097f4d179a90b1de8d726 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.6-ESV-R7 released ---
+
 3314.  [bug]           The masters list could be updated while refesh_callback
                        and stub_callback were using it. [RT #26732]
 
index 58d658ae2b5dd9c9d0efa39eb7575cb69f807a32..07ae697796ca42823076f3b0f8283866682987db 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -19,6 +19,9 @@
 3288.  [bug]           dlz_destroy() function wasn't correctly registered
                        by the DLZ dlopen driver. [RT #28056]
 
+3286.  [bug]           Managed key maintenance timer could fail to start
+                       after 'rndc reconfig'. [RT #26786]
+
 3280.  [bug]           Potential double free of a rdataset on out of memory
                        with DNS64. [RT #27762]
 
                        a asynchronous load.  Address potential memory leak
                        if the asynchronous is cancelled. [RT #27750]
 
+3278.  [bug]           Make sure automatic key maintenance is started
+                       when "auto-dnssec maintain" is turned on during
+                       "rndc reconfig". [RT #26805]
+
 3277.  [bug]           win32: isc_socket_dup is not implemented. [RT #27696]
 
+3276.  [bug]           win32: ns_os_openfile failed to return NULL on
+                       safe_open failure. [RT #27696]
+
 3275.  [bug]           Corrected rndc -h output; the 'rndc sync -clean'
                        option had been misspelled as '-clear'.  (To avoid
                        future confusion, both options now work.) [RT #27173]
 
+3273.  [bug]           AAAA responses could be returned in the additional
+                       section even when filter-aaaa-on-v4 was in use.
+                       [RT #27292]
+
+3271.  [port]          darwin: mksymtbl is not always stable, loop several
+                       times before giving up.  mksymtbl was using non
+                       portable perl to covert 64 bit hex strings. [RT #27653]
+
 3270.  [bug]           "rndc reload" didn't reuse existing zones correctly
                        when inline-signing was in use. [RT #27650]
 
@@ -50,6 +68,9 @@
 3262.  [bug]           Signed responses were handled incorrectly by RPZ.
                        [RT #27316]
 
+3258.  [test]          Add "forcing full sign with unreadable keys" test.
+                       [RT #27153]
+
 3252.  [bug]           When master zones using inline-signing were
                        updated while the server was offline, the source
                        zone could fall out of sync with the signed
@@ -69,6 +90,8 @@
 3243.  [port]          freebsd,netbsd,bsdi: the thread defaults were not
                        being properly set.
 
+3240.  [bug]           DNSKEY state change events could be missed. [RT #26874]
+
 3239.  [bug]           dns_dnssec_findmatchingkeys needs to use a consistent
                        timestamp. [RT #26883]
 
 3155.  [bug]           Fixed a build failure when using contrib DLZ
                        drivers (e.g., mysql, postgresql, etc). [RT #25710]
 
+3152.  [cleanup]       Some versions of gcc and clang failed due to
+                       incorrect use of __builtin_expect. [RT #25183]
+
 3142.  [bug]           NAPTR is class agnostic. [RT #25429]
 
 3141.  [bug]           Silence spurious "zone serial (0) unchanged" messages
                        RPZ caused named to exit with a assertion failure.
                        [RT #24715]
 
+3122.  [cleanup]       dnssec-settime: corrected usage message. [RT #24664]
+
+3117.  [cleanup]       Remove doc and parser references to the
+                       never-implemented 'auto-dnssec create' option.
+                       [RT #24533]
+
 3115.  [bug]           Named could fail to return requested data when
                        following a CNAME that points into the same zone.
                        [RT #24455]
 2824.  [bug]           "rndc sign" was not being run by the correct task.
                        [RT #20759]
 
+2822.  [bug]           rbtdb.c:loadnode() could return the wrong result.
+                       [RT #20802]
+
 2821.  [doc]           Add note that named-checkconf doesn't automatically
                        read rndc.key and bind.keys [RT #20758]
 
 2816.  [bug]           previous_closest_nsec() could fail to return
                        data for NSEC3 nodes [RT #29730]
 
+2812.  [bug]           Make sure updates can't result in a zone with
+                       NSEC-only keys and NSEC3 records. [RT #20748]
+
 2811.  [cleanup]       Add "rndc sign" to list of commands in rndc usage
                        output. [RT #20733]
 
diff --git a/README b/README
index 191125b546d4f01c7cb620b84a1a4d9073161a99..28750be5d8311053a0522db39237d01e94bef742 100644 (file)
--- a/README
+++ b/README
@@ -48,6 +48,11 @@ BIND 9
         For up-to-date release notes and errata, see
         http://www.isc.org/software/bind9/releasenotes
 
+BIND 9.6-ESV-R7 (Extended Support Version)
+
+       BIND 9.4-ESV-R7 is a maintenance release, fixing bugs in BIND
+       9.6-ESV-R6.
+
 BIND 9.6-ESV-R6 (Extended Support Version)
 
        BIND 9.6-ESV-R6 includes a number of bug fixes and prevents a
index 5a5cbc7fd18d4694ea2224539a8968b31e6ac327..974ae84d538cf1cebf6782921af7af46a9cc3058 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 110
-LIBREVISION = 1
+LIBREVISION = 2
 LIBAGE = 0
index ae9fbaedc5450e8d9caf455a1fcbb5ec46b596b4..d15c78ebe60d612a48a558e4a9b4949acb08ad0c 100644 (file)
@@ -4,5 +4,5 @@
 # 9.8: 80-89
 # 9.9: 90-109
 LIBINTERFACE = 50
-LIBREVISION = 4
+LIBREVISION = 6
 LIBAGE = 0
index 0215a71c1758bad20e75f1bbcb4049c50c660003..4cfa7eb3cefc7544fb0db779f97d0d5c61858e46 100644 (file)
 ./make/mkdep.in                                        X       1999,2000,2001,2006,2011
 ./make/rules.in                                        MAKE    1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012
 ./mkinstalldirs                                        X       1996,2012
-./release-notes.css                            X       2011
 ./unit/.gitignore                              X       2012
 ./unit/Makefile.in                             MAKE    2011,2012
 ./unit/README                                  X       2011
diff --git a/version b/version
index fc25d26d826f408e1b5500b177eb56dead0dd672..103d10e60fdfb9f288c2e6d87458d0539ec6fd37 100644 (file)
--- a/version
+++ b/version
@@ -7,4 +7,4 @@ MAJORVER=9
 MINORVER=6
 PATCHVER=
 RELEASETYPE=-ESV
-RELEASEVER=-R6
+RELEASEVER=-R7