From: Ondřej Surý Date: Tue, 10 Jan 2023 11:44:59 +0000 (+0100) Subject: Add CHANGES and release notes for [GL #3729] X-Git-Tag: v9.19.11~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72cfca9b3bd6c7654a232874f84b04c5f00c5ce6;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #3729] --- diff --git a/CHANGES b/CHANGES index e871fe824a0..d7636a866a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6091. [cleanup] Drop RHEL 7 and clones support. [GL #3729] + 6090. [bug] Fix a bug in resolver's resume_dslookup() function by making sure that dns_resolver_createfetch() is called with valid parameters, as required by the function. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index dae2c0cef5c..9ecaa24c7c8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,7 +25,9 @@ New Features Removed Features ~~~~~~~~~~~~~~~~ -- None. +- Support for Red Hat Enterprise Linux version 7 (and clones) has been dropped. + A C11 compliant compiler (or better) is now required to compile BIND 9. + :gl:`#3729` Feature Changes ~~~~~~~~~~~~~~~