]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for GL #2058
authorOndřej Surý <ondrej@sury.org>
Thu, 10 Dec 2020 09:39:48 +0000 (10:39 +0100)
committerOndřej Surý <ondrej@isc.org>
Sat, 12 Dec 2020 06:15:45 +0000 (07:15 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index af8560d335a81f7aba0080cbe7f2f813bc3280b1..e13f0f97d2cc9979c7774b24ff576bfff3e2251d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5550.  [func]          Print a warning when falling back to the "increment" SOA
+                       serial method. [GL #2058]
+
 5549.  [protocol]      Serve ipv4only.arpa when dns64 is configured. [GL #385]
 
 5548.  [placeholder]
index 1694e20d4c230b56cc49f8b183c9487c808c0e14..e11d83f250d2c3ecd3f94eb817d023884bfcac68 100644 (file)
@@ -57,6 +57,13 @@ Feature Changes
 
 - ``ipv4only.arpa`` is now served when ``dns64`` is configured. [GL #385]
 
+- When using the ``unixtime`` or ``date`` method to update the SOA
+  serial number, ``named`` and ``dnssec-signzone`` silently fell back to
+  the ``increment`` method to prevent the new serial number from being
+  smaller than the old serial number (using serial number arithmetics).
+  ``dnsssec-signzone`` now prints a warning message, and ``named`` logs
+  a warning, when such a fallback happens. [GL #2058]
+
 Bug Fixes
 ~~~~~~~~~