]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.8.6rc1
authorMark Andrews <marka@isc.org>
Mon, 15 Jul 2013 05:57:22 +0000 (15:57 +1000)
committerMark Andrews <marka@isc.org>
Mon, 15 Jul 2013 05:57:22 +0000 (15:57 +1000)
CHANGES
EXCLUDED
lib/dns/api
lib/isc/api
lib/isccc/api
version

diff --git a/CHANGES b/CHANGES
index 1bebc31eb7d128f236d33aca6c62f1690c71382e..e0234e468dc5fe2203efc44cdb02b8981d4290e3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.8.6rc1 released ---
+
 3615.  [cleanup]       "configure" now finishes by printing a summary
                        of optional BIND features and whether they are
                        active or inactive. ("configure --enable-full-report"
index 22df0b9dd1f01fbfed70103c5e14fa4f3d0e7cfe..399e0dc732eb1dd3a2e77daf4b5cf23f85158f0e 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -1,5 +1,44 @@
-3582.   [bug]           Silence false positive warning regarding missing file
-                        directive for inline slave zones.  [RT #33662]
+3619.  [bug]           Fixed a bug in RPZ with "recursive-only no;"
+                       [RT #33776]
+
+3617.  [bug]           Named was failing to answer queries during
+                       "rndc reload" [RT #34098]
+
+3616.  [bug]           Change #3613 was incomplete. [RT #34177]
+
+3613.  [bug]           named could crash when deleting inline-signing
+                       zones with "rndc delzone". [RT #34066]
+
+3612.  [port]          Check whether to use -ljson or -ljson-c. [RT #34115]
+
+3609.  [bug]           Corrected a possible deadlock in applications using
+                       the export version of the isc_app API. [RT #33967]
+
+3604.  [bug]           Fixed a compile-time error when building with
+                       JSON but not XML. [RT #33959]
+
+3602.  [contrib]       Added DLZ Perl module, allowing Perl scripts to
+                       integrate with named and serve DNS data.
+                       (Contributed by John Eaglesham of Yahoo.)
+
+3598.  [cleanup]       Improved portability of map file code. [RT #33820]
+
+3597.  [bug]           Ensure automatic-resigning heaps are reconstructed
+                       when loading zones in map format. [RT #33381]
+
+3596.  [port]          Updated win32 build documentation, added
+                       dnssec-verify. [RT #22067]
+
+3595.  [port]          win32: Fix build problems introduced by change #3550.
+                       [RT #33807]
+
+3590.  [bug]           When using RRL on recursive servers, defer
+                       rate-limiting until after recursion is complete;
+                       also, use correct rcode for slipped NXDOMAIN
+                       responses.  [RT #33604]
+
+3582.  [bug]           Silence false positive warning regarding missing file
+                       directive for inline slave zones.  [RT #33662]
 
 3570.  [bug]           Check internal pointers are valid when loading map
                        files. [RT #33403]
@@ -60,7 +99,7 @@
                        file name. [RT #31946]
 
 3490.  [bug]           When logging RDATA during update, truncate if it's
-                        too long. [RT #32365]
+                       too long. [RT #32365]
 
 3489.  [bug]           --enable-developer now turns on ISC_LIST_CHECKINIT.
                        When cloning a rdataset do not copy the link contents.
index 202e5739d2e399ba55cf39be6ece249e462d1174..b956b6bded8e0ab58e90f5598ca29acef01ac35d 100644 (file)
@@ -5,5 +5,5 @@
 # 9.9: 90-109
 # 9.9-sub: 130-139
 LIBINTERFACE = 122
-LIBREVISION = 2
+LIBREVISION = 3
 LIBAGE = 0
index 4ec011ef8b427a5c4e6fd71e7f438ac3b99cf876..4dd74831bda262b0a5d3ced8d934944b1d13787e 100644 (file)
@@ -4,6 +4,6 @@
 # 9.8: 80-89, 120-129
 # 9.9: 90-109
 # 9.9-sub: 130-139
-LIBINTERFACE = 88
+LIBINTERFACE = 89
 LIBREVISION = 0
-LIBAGE = 4
+LIBAGE = 5
index 461b9ac31a9bd51810b15ac96b027a37d29a7df3..5c8dd5e14db7945b6cd9e95fe9becb74d05f5845 100644 (file)
@@ -5,5 +5,5 @@
 # 9.9: 90-109
 # 9.9-sub: 130-139
 LIBINTERFACE = 80
-LIBREVISION = 3
+LIBREVISION = 4
 LIBAGE = 0
diff --git a/version b/version
index a3cf51bb1d0be621b4f95df8e625e1d86a92ce76..d3e984671b6ccaf57972c63feeae9fbca1afb285 100644 (file)
--- a/version
+++ b/version
@@ -8,5 +8,5 @@ DESCRIPTION=
 MAJORVER=9
 MINORVER=8
 PATCHVER=6
-RELEASETYPE=b
+RELEASETYPE=rc
 RELEASEVER=1