mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
regen master
This commit is contained in:
parent
dde6dc06b0
commit
bdf087ba00
2 changed files with 22 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue