]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Set up release notes for BIND 9.17.9
authorMichał Kępień <michal@isc.org>
Wed, 16 Dec 2020 21:09:14 +0000 (22:09 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 16 Dec 2020 21:09:14 +0000 (22:09 +0100)
doc/arm/notes.rst
doc/notes/notes-current.rst [new file with mode: 0644]

index 7eb5a94a557e975733de83bb7fd2f28ad2214f30..e8a414d148ee3d59e981c94c9c2f7e45c44a8264 100644 (file)
@@ -52,6 +52,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-current.rst
 .. include:: ../notes/notes-9.17.8.rst
 .. include:: ../notes/notes-9.17.7.rst
 .. include:: ../notes/notes-9.17.6.rst
diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst
new file mode 100644 (file)
index 0000000..d1e4717
--- /dev/null
@@ -0,0 +1,49 @@
+.. 
+   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.17.9
+---------------------
+
+Security Fixes
+~~~~~~~~~~~~~~
+
+- None.
+
+Known Issues
+~~~~~~~~~~~~
+
+- None.
+
+New Features
+~~~~~~~~~~~~
+
+- None.
+
+Removed Features
+~~~~~~~~~~~~~~~~
+
+- None.
+
+Feature Changes
+~~~~~~~~~~~~~~~
+
+- ``ipv4only.arpa`` is now served when ``dns64`` is configured. [GL #385]
+
+- When using the ``unixtime`` or ``date`` method to update the SOA
+  serial number, ``named`` and ``dnssec-signzone`` silently fell back to
+  the ``increment`` method to prevent the new serial number from being
+  smaller than the old serial number (using serial number arithmetics).
+  ``dnsssec-signzone`` now prints a warning message, and ``named`` logs
+  a warning, when such a fallback happens. [GL #2058]
+
+Bug Fixes
+~~~~~~~~~
+
+- None.