From: Evan Hunt Date: Thu, 28 Jun 2018 00:34:51 +0000 (-0700) Subject: CHANGES, release note X-Git-Tag: v9.13.2~8^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2aee33f412ca7425989af9a249f9ca4292a4d33a;p=thirdparty%2Fbind9.git CHANGES, release note --- diff --git a/CHANGES b/CHANGES index 318c9d32c8f..a4dfc050b52 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +4984. [bug] Improve handling of very large incremental + zone transfers to prevent journal corruption. [GL #339] + 4983. [func] Add the ability to not return a DNS COOKIE option when one is present in the request (answer-cookie no;). [GL #173] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 42e724fa1d9..36191cf4343 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -316,7 +316,10 @@ - None. + named now rejects excessively large + incremental (IXFR) zone transfers in order to prevent + possible corruption of journal files which could cause + named to abort when loading zones. [GL #339]