]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix backported CHANGES entry for GL #1515
authorMichał Kępień <michal@isc.org>
Thu, 28 Jan 2021 13:38:21 +0000 (14:38 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 28 Jan 2021 13:38:21 +0000 (14:38 +0100)
Backported changes should reuse the original CHANGES entry rather than
add a new one.  As the change addressing GL #1515 was originally
described in CHANGES entry 5362, make its backport reuse that entry.

CHANGES

diff --git a/CHANGES b/CHANGES
index 4f287ecb92199a020e3eb6e32c3576198c95b94e..08e87090d7f848be5bca4faf30dddba4193566bb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        BIND 9 version number, in an effort to tightly couple
                        internal libraries with a specific release. [GL #2387]
 
-5562.  [func]          Limit the size of IXFR responses so that AXFR will
-                       be used instead if it would be smaller. This is
-                       controlled by the "max-ixfr-ratio" option, which
-                       is a percentage representing the ratio of IXFR size
-                       to the size of the entire zone. This value cannot
-                       exceed 100%, which is the default. [GL #1515]
-
 5561.  [bug]           KASP incorrectly set signature validity to the value
                        of the DNSKEY signature validity. This is now fixed.
                        [GL #2383]
                        "master-only" in the parameters to "notify", to bring
                        terminology up-to-date with RFC 8499. [GL #1948]
 
+5362.  [func]          Limit the size of IXFR responses so that AXFR will
+                       be used instead if it would be smaller. This is
+                       controlled by the "max-ixfr-ratio" option, which
+                       is a percentage representing the ratio of IXFR size
+                       to the size of the entire zone. This value cannot
+                       exceed 100%, which is the default. [GL #1515]
+
        --- 9.16.11 released ---
 
 5559.  [bug]           The --with-maxminddb=PATH form of the build-time option