]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.18
authorMichał Kępień <michal@isc.org>
Tue, 7 Sep 2021 07:28:48 +0000 (09:28 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 15 Sep 2021 20:49:20 +0000 (22:49 +0200)
doc/arm/notes.rst
doc/notes/notes-9.17.18.rst [moved from doc/notes/notes-current.rst with 72% similarity]

index 1b6bbbf098e0b70ada11b1521840aab4c5fed418..9a652a3fc4ad69600325de91bbf8ce35f529c156 100644 (file)
@@ -51,7 +51,7 @@ The latest versions of BIND 9 software can always be found at
 https://www.isc.org/download/. There you will find additional
 information about each release, and source code.
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.17.18.rst
 .. include:: ../notes/notes-9.17.17.rst
 .. include:: ../notes/notes-9.17.16.rst
 .. include:: ../notes/notes-9.17.15.rst
similarity index 72%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.18.rst
index 7a6b30fa5cc9c436aa0b09dd118da3e32bfd47ad..0aa65e66830eaf30008528daa8284b0b692b94e1 100644 (file)
 Notes for BIND 9.17.18
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
 - Support for HTTPS and SVCB record types has been added. :gl:`#1132`
 
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- Native PKCS#11 support has been removed; BIND 9 now uses OpenSSL engine_pkcs11 from the
-  OpenSC project. :gl:`#2691`
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -55,18 +39,6 @@ Feature Changes
   ``primary`` and ``secondary`` are now used instead of ``master`` and
   ``slave``, respectively. :gl:`#1944`
 
-- ``named`` and ``named-checkconf`` now issue a warning when there is a single
-  configured port in the ``query-source``, ``transfer-source``,
-  ``notify-source``, and ``parental-source``, and/or in their respective IPv6 counterparts.
-  :gl:`#2888`
-
-- ``named`` and ``named-checkconf`` now return an error when the single configured
-  port in the ``query-source``, ``transfer-source``, ``notify-source``,
-  ``parental-source``, and/or their respective IPv6 counterparts clashes with the
-  global listening port. This configuration is no longer supported as of BIND
-  9.16.0 but no error was reported, although sending UDP messages
-  (such as notifies) would fail. :gl:`#2888`
-
 Bug Fixes
 ~~~~~~~~~
 
@@ -93,7 +65,3 @@ Bug Fixes
   ``in-view`` statement, running ``rndc freeze`` always reported an
   ``already frozen`` error even though the zone was successfully
   frozen. This has been fixed. :gl:`#2844`
-
-- When new IP addresses were added to the system during ``named``
-  startup, ``named`` failed to listen on TCP for the newly added
-  interfaces. :gl:`#2852`