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 ~~~~~~~~~~~~~~~