summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2014-02-11 09:00:42 -0700
committerInternet Software Consortium, Inc <@isc.org>2014-02-11 09:00:42 -0700
commit8af21b710f34092dcd08abdc13e7971553b616d2 (patch)
treef88f42a2ea6576f512958360ee049636e18046b0 /CHANGES
parent892b23e1710e6770b12c3aa952eb2cdc9ab4bc1b (diff)
downloadbind9-8af21b710f34092dcd08abdc13e7971553b616d2.tar.gz
9.9.5rc1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78e3ae60..fc36de2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,46 @@
+ --- 9.9.5rc1 released ---
+
+3701. [func] named-checkconf can now obscure shared secrets
+ when printing by specifying '-x'. [RT #34465]
+
+3699. [bug] Improvements to statistics channel XSL stylesheet:
+ the stylesheet can now be cached by the browser;
+ section headers are omitted from the stats display
+ when there is no data in those sections to be
+ displayed; counters are now right-justified for
+ easier readability. (Only available with
+ configure --enable-newstats.) [RT #35117]
+
+3698. [cleanup] Replaced all uses of memcpy() with memmove().
+ [RT #35120]
+
+3697. [bug] Handle "." as a search list element when IDN support
+ is enabled. [RT #35133]
+
+3696. [bug] dig failed to handle AXFR style IXFR responses which
+ span multiple messages. [RT #35137]
+
+3695. [bug] Address a possible race in dispatch.c. [RT #35107]
+
+3694. [bug] Warn when a key-directory is configured for a zone,
+ but does not exist or is not a directory. [RT #35108]
+
+3693. [security] memcpy was incorrectly called with overlapping
+ ranges resulting in malformed names being generated
+ on some platforms. This could cause INSIST failures
+ when serving NSEC3 signed zones. [RT #35120]
+
+3692. [bug] Two calls to dns_db_getoriginnode were fatal if there
+ was no data at the node. [RT #35080]
+
+3690. [bug] Iterative responses could be missed when the source
+ port for an upstream query was the same as the
+ listener port (53). [RT #34925]
+
+3689. [bug] Fixed a bug causing an insecure delegation from one
+ static-stub zone to another to fail with a broken
+ trust chain. [RT #35081]
+
--- 9.9.5b1 released ---
3688. [bug] loadnode could return a freed node on out of memory.