mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
[master] extend release notes
This commit is contained in:
parent
9211688e88
commit
8e4d28d018
1 changed files with 13 additions and 3 deletions
|
|
@ -730,6 +730,13 @@
|
|||
|
||||
<section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Fixed a crash when calling <command>rndc stats</command> on some
|
||||
Windows builds: some Visual Studio compilers generate code that
|
||||
crashes when the "%z" printf() format specifier is used. [RT #42380]
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Windows installs were failing due to triggering UAC without
|
||||
|
|
@ -738,14 +745,17 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
A race condition in rbt/rbtdb was leading to INSISTs being
|
||||
triggered.
|
||||
A change in the internal binary represetation of the RBT database
|
||||
node structure enabled a race condition to occur (especially when
|
||||
BIND was built with certain compilers or optimizer settings),
|
||||
leading to inconsistent database state which caused random
|
||||
assertion failures. [RT #42380]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="end_of_life"><info><title>End of Life</title></info>
|
||||
|
||||
<section xml:id="end_of_life"><info><title>End of Life</title></info>
|
||||
<para>
|
||||
The end of life for BIND 9.11 is yet to be determined but
|
||||
will not be before BIND 9.13.0 has been released for 6 months.
|
||||
|
|
|
|||
Loading…
Reference in a new issue