mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'michal/prepare-release-notes-for-bind-9.14.12' into 'v9_14'
Prepare release notes for BIND 9.14.12 See merge request isc-projects/bind9!3496
This commit is contained in:
commit
d5835e162d
6 changed files with 17 additions and 13 deletions
9
CHANGES
9
CHANGES
|
|
@ -1,6 +1,6 @@
|
|||
5376. [bug] Fix DNS ineffective rebinding protection when BIND 9
|
||||
is configured as a forwarding DNS server. [GL #1574]
|
||||
(Thanks to Tobias Klein)
|
||||
5376. [bug] Fix ineffective DNS rebinding protection when BIND is
|
||||
configured as a forwarding DNS server. Thanks to Tobias
|
||||
Klein. [GL #1574]
|
||||
|
||||
5358. [bug] Inline master zones whose master files were touched
|
||||
but otherwise unchanged and were subsequently reloaded
|
||||
|
|
@ -8,7 +8,8 @@
|
|||
|
||||
5357. [bug] Newly added RRSIG records with expiry times before
|
||||
the previous earliest expiry times might not be
|
||||
re-signed in time. The was a side effect of 5315.
|
||||
re-signed in time. This was a side effect of 5315.
|
||||
[GL !3137]
|
||||
|
||||
--- 9.14.11 released ---
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ PDFOBJS = Bv9ARM.pdf notes.pdf
|
|||
|
||||
NOTESXML = notes-download.xml notes-eol.xml notes-intro.xml notes-license.xml \
|
||||
notes-numbering.xml notes-platforms.xml notes-thankyou.xml \
|
||||
notes-9.14.12.xml \
|
||||
notes-9.14.11.xml \
|
||||
notes-9.14.10.xml \
|
||||
notes-9.14.9.xml \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
DNS rebinding protection was ineffective when BIND 9 is configured as
|
||||
a forwarding DNS server. Found and responsibly reported by Tobias
|
||||
Klein. [GL #1574]
|
||||
DNS rebinding protection was ineffective when BIND 9 is configured as
|
||||
a forwarding DNS server. Found and responsibly reported by Tobias
|
||||
Klein. [GL #1574]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Fixed re-signing issues with inline zones which resulted in
|
||||
records being re-signed late or not at all.
|
||||
Fixed re-signing issues with inline zones which resulted in
|
||||
records being re-signed late or not at all.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
|||
|
|
@ -11,8 +11,9 @@
|
|||
|
||||
<section xml:id="end_of_life"><info><title>End of Life</title></info>
|
||||
<para>
|
||||
The end of life date for BIND 9.14 has not yet been determined.
|
||||
For those needing long term support, the current Extended Support
|
||||
BIND 9.16 has replaced 9.14 as the current stable version.
|
||||
This BIND release is the last one in the BIND 9.14 release train.
|
||||
For those needing long-term support, the current Extended Support
|
||||
Version (ESV) is BIND 9.11, which will be supported until at
|
||||
least December 2021. See
|
||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://kb.isc.org/docs/aa-00896">https://kb.isc.org/docs/aa-00896</link>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
cleanup, and some very old code has been removed that supported
|
||||
obsolete operating systems and operating systems for which ISC is
|
||||
no longer able to perform quality assurance testing. Specifically,
|
||||
workarounds for UnixWare, BSD/OS, AIX, Tru64, SunOS, TruCluster
|
||||
workarounds for UnixWare, BSD/OS, AIX, Tru64, SunOS, TruCluster,
|
||||
and IRIX have been removed.
|
||||
</para>
|
||||
<para>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
More information can be found in the <filename>PLATFORM.md</filename>
|
||||
file that is included in the source distribution of BIND 9. If your
|
||||
platform compiler and system libraries provide the above features,
|
||||
BIND 9 should compile and run. If that isn't the case, the BIND
|
||||
BIND 9 should compile and run. If that is not the case, the BIND
|
||||
development team will generally accept patches that add support
|
||||
for systems that are still supported by their respective vendors.
|
||||
</para>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-platforms.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-download.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.12.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.11.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.10.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.14.9.xml"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue