regen master

This commit is contained in:
Tinderbox User 2017-05-12 01:09:53 +00:00
parent dde6dc06b0
commit bdf087ba00
2 changed files with 22 additions and 4 deletions

View file

@ -437,7 +437,8 @@
<div class="section">
<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">
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p>
Due to some incorrectly deleted code, when BIND was
built with LMDB, zones that were deleted via
@ -446,7 +447,15 @@
database, so that deletion did not persist after a
server restart. This has been corrected. [RT #45185]
</p>
</li></ul></div>
</li>
<li class="listitem">
<p>
Semicolons are no longer escaped when printing CAA and
URI records. This may break applications that depend on the
presence of the backslash before the semicolon. [RT #45216]
</p>
</li>
</ul></div>
</div>
<div class="section">

View file

@ -400,7 +400,8 @@
<div class="section">
<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">
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p>
Due to some incorrectly deleted code, when BIND was
built with LMDB, zones that were deleted via
@ -409,7 +410,15 @@
database, so that deletion did not persist after a
server restart. This has been corrected. [RT #45185]
</p>
</li></ul></div>
</li>
<li class="listitem">
<p>
Semicolons are no longer escaped when printing CAA and
URI records. This may break applications that depend on the
presence of the backslash before the semicolon. [RT #45216]
</p>
</li>
</ul></div>
</div>
<div class="section">