From 2aee33f412ca7425989af9a249f9ca4292a4d33a Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 27 Jun 2018 17:34:51 -0700 Subject: [PATCH] CHANGES, release note --- CHANGES | 3 +++ doc/arm/notes.xml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 318c9d32c8..a4dfc050b5 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 42e724fa1d..36191cf434 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]