From c6e5a4bbc37a38c4a607eadffa5f1368c69e9f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 16 Sep 2021 13:03:35 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #2882] (removal) --- CHANGES | 5 ++--- doc/notes/notes-current.rst | 8 +++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index fa06d6c91d..6734103c29 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,5 @@ -5719. [func] The "masterfile-format" format "map" has been marked - as deprecated. The "map" format will be permanently - removed in a future release. [GL #2882] +5719. [func] The "masterfile-format" format "map" has been removed. + [GL #2882] 5718. [bug] Changing the sig signing type, by specifing sig-signing-type, failed as the configuration was diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 081dc00deb..91d666e96c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -32,6 +32,11 @@ Removed Features - Native PKCS#11 support has been removed; BIND 9 now uses OpenSSL engine_pkcs11 from the OpenSC project. :gl:`#2691` +- The ``masterfile-format`` format ``map`` has removed. If you are using the + ``map`` format, you are advised to convert the zones to ``raw`` format with + ``named-compilezone`` and change the configuration prior to BIND 9 + upgrade. :gl:`#2882` + Feature Changes ~~~~~~~~~~~~~~~ @@ -47,9 +52,6 @@ Feature Changes 9.16.0 but no error was reported, although sending UDP messages (such as notifies) would fail. :gl:`#2888` -- The ``masterfile-format`` format ``map`` has been marked as deprecated and - will be removed in a future release. :gl:`#2882` - Bug Fixes ~~~~~~~~~