regen v9_9

This commit is contained in:
Tinderbox User
2016-03-31 01:12:57 +00:00
parent 046e66c891
commit f190e304d4
2 changed files with 30 additions and 6 deletions

View File

@@ -65,8 +65,11 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="relnotes_intro"></a>Introduction</h3></div></div></div>
<p>
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.
</p>
</div>
<div class="section">
@@ -186,10 +189,19 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
rndc flushtree now works even if there wasn't a cached node at the
specified name. [RT #41846]
</p></li>
<li class="listitem"><p>
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]
</p></li>
<li class="listitem"><p>
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]
</p></li>
<li class="listitem"><p>
The server could crash due to a use-after-free if a

View File

@@ -26,8 +26,11 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="relnotes_intro"></a>Introduction</h3></div></div></div>
<p>
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.
</p>
</div>
<div class="section">
@@ -147,10 +150,19 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
rndc flushtree now works even if there wasn't a cached node at the
specified name. [RT #41846]
</p></li>
<li class="listitem"><p>
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]
</p></li>
<li class="listitem"><p>
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]
</p></li>
<li class="listitem"><p>
The server could crash due to a use-after-free if a