]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorMichał Kępień <michal@isc.org>
Mon, 19 Apr 2021 13:05:11 +0000 (15:05 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 29 Apr 2021 09:12:38 +0000 (11:12 +0200)
doc/arm/notes.rst
doc/notes/notes-9.16.14.rst
doc/notes/notes-9.16.15.rst [new file with mode: 0644]

index 73627bf5fe1a944c5103568c3082f67db3ef5614..5aa68f06312748ba6ef407d39a6b57481d622979 100644 (file)
@@ -59,6 +59,7 @@ https://www.isc.org/download/. There you will find additional
 information about each release, source code, and pre-compiled versions
 for Microsoft Windows operating systems.
 
+.. include:: ../notes/notes-9.16.15.rst
 .. include:: ../notes/notes-9.16.14.rst
 .. include:: ../notes/notes-9.16.13.rst
 .. include:: ../notes/notes-9.16.12.rst
index 1fb8730f02afa3db353679c8cb312aed8024c2a2..aaedcfe9d10aca3f8b4613ae064f1e2859bfde9d 100644 (file)
@@ -41,16 +41,6 @@ Security Fixes
   This vulnerability was reported to us as ZDI-CAN-13347 by Trend Micro
   Zero Day Initiative. [GL #2604]
 
-Known Issues
-~~~~~~~~~~~~
-
-- If zone journal files written by BIND 9.16.11 or earlier are present
-  when BIND is upgraded to BIND 9.16.13 or BIND 9.16.14, the zone file
-  for that zone may be inadvertently rewritten with the current zone
-  contents. This causes the original zone file structure (e.g.
-  comments, ``$INCLUDE`` directives) to be lost while preserving zone
-  data itself. [GL #2623]
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
diff --git a/doc/notes/notes-9.16.15.rst b/doc/notes/notes-9.16.15.rst
new file mode 100644 (file)
index 0000000..d4a6d6a
--- /dev/null
@@ -0,0 +1,22 @@
+.. 
+   Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+   
+   This Source Code Form is subject to the terms of the Mozilla Public
+   License, v. 2.0. If a copy of the MPL was not distributed with this
+   file, you can obtain one at https://mozilla.org/MPL/2.0/.
+   
+   See the COPYRIGHT file distributed with this work for additional
+   information regarding copyright ownership.
+
+Notes for BIND 9.16.15
+----------------------
+
+Bug Fixes
+~~~~~~~~~
+
+- If zone journal files written by BIND 9.16.11 or earlier were present
+  when BIND was upgraded to BIND 9.16.13 or BIND 9.16.14, the zone file
+  for that zone could have been inadvertently rewritten with the current
+  zone contents. This caused the original zone file structure (e.g.
+  comments, ``$INCLUDE`` directives) to be lost, although the zone data
+  itself was preserved. [GL #2623]