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

index af05849eb337b093c8fd925410dcabd3c381a1c7..c4562f0ee9c59b390b2eeee4e2463966b8f942ef 100644 (file)
@@ -59,7 +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-current.rst
+.. include:: ../notes/notes-9.16.21.rst
 .. include:: ../notes/notes-9.16.20.rst
 .. include:: ../notes/notes-9.16.19.rst
 .. include:: ../notes/notes-9.16.18.rst
similarity index 63%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.16.21.rst
index afe79cd3cfb944bc31c71d8723a0abc2b5db5901..94383c9e63af64d2b468b17f118cd800516b421d 100644 (file)
 Notes for BIND 9.16.21
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
@@ -28,11 +18,6 @@ New Features
   include ADDITIONAL section processing for these record types, only
   basic support for RR type parsing and printing.) :gl:`#1132`
 
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -44,25 +29,6 @@ Feature Changes
   whose ZSK is being rolled over (similarly to what ``auto-dnssec
   maintain;`` does). :gl:`#1551`
 
-- The use of native PKCS#11 for Public-Key Cryptography in BIND 9 has been
-  deprecated in favor of OpenSSL engine_pkcs11 from the OpenSC project.
-  The ``--with-native-pkcs11`` configuration option will be removed from the
-  next major BIND 9 release.  The option to use the engine_pkcs11 OpenSSL
-  engine is already available in BIND 9; please see the ARM section on
-  PKCS#11 for details. :gl:`#2691`
-
-- ``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
 ~~~~~~~~~
 
@@ -92,7 +58,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`