From a2f067c7b5f1fde0cfadb51be4c06043c144853b Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 30 Mar 2016 13:36:55 -0400 Subject: [PATCH] [v9_9] some release notes updates mention that the document summarizes "significant" changes since obviously it misses a lot. Also refer to the CHANGES file. Added a few bugs. Wording some discussed via email, phone call, and jabber. --- doc/arm/notes.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 23d697fcf9..577fe3d159 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -21,9 +21,13 @@
Introduction - This document summarizes changes since the last production release - of BIND on the corresponding major release branch. + This document summarizes significant changes since the last + production release of BIND on the corresponding major release + branch. + Please see the CHANGES file for a further list of bug fixes and + other changes. +
Download @@ -169,11 +173,24 @@
Bug Fixes + + + rndc flushtree now works even if there wasn't a cached node at the + specified name. [RT #41846] + + + + + Don't emit records with zero TTL unless the records were + received with a zero TTL. After being returned to waiting + clients, the answer will be discarded from the cache. [RT #41687] + + When deleting records from a zone database, interior nodes could be left empty but not deleted, damaging search - performance afterward. [RT #40997] + performance afterward. [RT #40997] [RT #41941]