From e543054d5695949cb92dad6ee33f35dcd6f59d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 20 Sep 2021 13:35:10 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #2814] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 6734103c29..f527025ed9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5720. [contrib] Remove old-style DLZ drivers that had to be enabled + during compile time. [GL #2814] + 5719. [func] The "masterfile-format" format "map" has been removed. [GL #2882] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 91d666e96c..cfa98cedde 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -37,6 +37,10 @@ Removed Features ``named-compilezone`` and change the configuration prior to BIND 9 upgrade. :gl:`#2882` +- Remove old-style DLZ drivers that had to be enabled in ``named`` during the + compile time. The new-style dynamically loaded DLZ modules should be used + as a replacement. :gl:`#2814` + Feature Changes ~~~~~~~~~~~~~~~