From: Michał Kępień Date: Mon, 11 Oct 2021 13:56:17 +0000 (+0200) Subject: Tweak and reword recent CHANGES entries X-Git-Tag: v9.16.22~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad5e9b7287cec4a2175b61f7abe89eca12019e7;p=thirdparty%2Fbind9.git Tweak and reword recent CHANGES entries --- diff --git a/CHANGES b/CHANGES index ed24d6011d1..3b06e73643e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,25 +4,25 @@ degrade resolver performance. (CVE-2021-25219) [GL #2899] -5727. [bug] Ignore the missing zones when doing a reload on a - catalog zone, and make sure to restore them later on. - [GL #2308] +5727. [bug] Fix an assertion failure caused by missing member zones + during a reload of a catalog zone. [GL #2308] -5724. [bug] Address potential dead lock when checking zone - content consistency. [GL #2908] +5724. [bug] Address a potential deadlock when checking zone content + consistency. [GL #2908] -5723. [bug] Backwards compatiblity for 'check-names master' and - 'check-names slave' was accidentally broken. [GL #2911] +5723. [bug] Change 5709 broke backward compatibility for the + "check-names master ..." and "check-names slave ..." + options. This has been fixed. [GL #2911] -5720. [contrib] The DLZ drivers have been marked as deprecated and - will be removed in a future release. [GL #2814] +5720. [contrib] Old-style DLZ drivers that had to be enabled at + build-time have been marked as deprecated. [GL #2814] -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 "map" zone file format has been marked as + deprecated. [GL #2882] -5717. [func] The "cache-file" option has been marked as - deprecated. [GL #2903] +5717. [func] The "cache-file" option, which was documented as "for + testing purposes only" and not to be used, has been + removed. [GL #2903] 5716. [bug] Multiple library names were mistakenly passed to the krb5-config utility when ./configure was invoked with @@ -30,20 +30,22 @@ has been fixed by invoking krb5-config separately for each required library. [GL #2866] -5715. [func] Add a check when the *-source(-v6) clashes with the - global listening port. Such a configuration was already - forbidden, but it failed silently. [GL #2888] - -5714. [bug] Remove the "adjust interface" mechanism that - set up a listener on interfaces where the *-source(-v6) - address and port were the same as the listening - address and port. Such a configuration is no longer - supported; in practice, this would disable - listening on TCP ports under certain timing conditions. +5715. [func] Add a check for ports specified in "*-source(-v6)" + options clashing with a global listening port. Such a + configuration was already unsupported, but it failed + silently; it is now treated as an error. [GL #2888] + +5714. [bug] Remove the "adjust interface" mechanism which was + responsible for setting up listeners on interfaces when + the "*-source(-v6)" address and port were the same as + the "listen-on(-v6)" address and port. Such a + configuration is no longer supported; under certain + timing conditions, that mechanism could prevent named + from listening on some TCP ports. This has been fixed. [GL #2852] -5712. [func] Add deprecation notice about removing native PKCS#11 - support in the next major BIND 9.18 release. [GL #2691] +5712. [doc] Add deprecation notice about removing native PKCS#11 + support in the next major BIND 9 release. [GL #2691] --- 9.16.21 released ---