Add release note about removal of Python tools

The release note should have been added in commit
98b3b93791.

Related: !985
This commit is contained in:
Petr Špaček 2022-02-07 13:09:35 +01:00
parent 3ea74d43e5
commit 51180dc3e4
No known key found for this signature in database
GPG key ID: ABD587CDF06581AE

View file

@ -181,6 +181,17 @@ Removed Features
9. A replacement for engine_pkcs11 which employs the new "provider"
approach introduced in OpenSSL 3.x is in the making. :gl:`#2843`
- The utilities ``dnssec-checkds``, ``dnssec-coverage``, and
``dnssec-keymgr`` have been removed from the BIND distribution, as well
as the ``isc`` Python package. DNSSEC features formerly provided
by these utilities are now integrated into ``named``.
See the :ref:`dnssec-policy <dnssec_policy_grammar>` configuration option
for more details.
An archival version of the Python utilities has been moved to
the repository https://gitlab.isc.org/isc-projects/dnssec-keymgr/.
Please note these tools are no longer supported by ISC.
- Since the old socket manager API has been removed, "socketmgr"
statistics are no longer reported by the
:ref:`statistics channel <statschannels>`. :gl:`#2926`