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

diff --git a/CHANGES b/CHANGES
index a515994c0af4def5015b1384b1417abf2bdbc51b..497bafff58364d4cc0e7c5b58308c155a5402bfa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.9.4rc1 released ---
+
 3617.  [bug]           Named was failing to answer queries during
                        "rndc reload" [RT #34098]
 
index 7cacf2b6b04c16167607cff27f199dfef8e5a89c..1163a4858508bc7743d521334b1fbea6d06b08db 100644 (file)
--- a/EXCLUDED
+++ b/EXCLUDED
@@ -1,5 +1,28 @@
+3619.  [bug]           Fixed a bug in RPZ with "recursive-only no;"
+                       [RT #33776]
+
+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]
+
+3595.  [port]          win32: Fix build problems introduced by change #3550.
+                       [RT #33807]
+
 3570.  [bug]           Check internal pointers are valid when loading map
-                        files. [RT #33403]
+                       files. [RT #33403]
 
 3569.  [contrib]       Ported mysql DLZ driver to dynamically-loadable
                        module, and added multithread support. [RT #33394]
                        to chart query data before any queries had been
                        received. [RT #32620]
 
+3494.  [func]          DNS RRL: Blunt the impact of DNS reflection and
+                       amplification attacks by rate-limiting substantially-
+                       identical responses. To enable, use "configure
+                       --enable-rrl". [RT #28130]
+
 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 09c345a9d762812f6260188fbaa8fa781159d2ea..60d0c93184ff4d0a18fd48cb49b5d0ebfb2c1d67 100644 (file)
@@ -5,5 +5,5 @@
 # 9.9: 90-109
 # 9.9-sub: 130-139
 LIBINTERFACE = 100
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
index 38d3b8f9830e2b3cf7243c238d868311f545495e..d6bb973d3e8011a18a2d26aaaba97f367f0d77ff 100644 (file)
@@ -4,6 +4,6 @@
 # 9.8: 80-89, 120-129
 # 9.9: 90-109
 # 9.9-sub: 130-139
-LIBINTERFACE = 96
+LIBINTERFACE = 97
 LIBREVISION = 0
-LIBAGE = 1
+LIBAGE = 2
diff --git a/version b/version
index bd12430f249f3e512c05eb42eea2ff02bda7104a..67435474148499697f486c3f42f858a46bc6ec13 100644 (file)
--- a/version
+++ b/version
@@ -8,5 +8,5 @@ DESCRIPTION="(Extended Support Version)"
 MAJORVER=9
 MINORVER=9
 PATCHVER=4
-RELEASETYPE=b
+RELEASETYPE=rc
 RELEASEVER=1