diff --git a/CHANGES b/CHANGES index a515994c0a..497bafff58 100644 --- 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] diff --git a/EXCLUDED b/EXCLUDED index 7cacf2b6b0..1163a48585 100644 --- 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] @@ -32,8 +55,13 @@ 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. diff --git a/lib/dns/api b/lib/dns/api index 09c345a9d7..60d0c93184 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 100 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 38d3b8f983..d6bb973d3e 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -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 bd12430f24..6743547414 100644 --- a/version +++ b/version @@ -8,5 +8,5 @@ DESCRIPTION="(Extended Support Version)" MAJORVER=9 MINORVER=9 PATCHVER=4 -RELEASETYPE=b +RELEASETYPE=rc RELEASEVER=1