]> 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 07:08:49 +0000 (08:08 +0100)
(cherry picked from commit ba887a688c03f1f67b03a735a49a8ad4439f9f57)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e4b1d2f97c958d23e04f54fa4c4744977d1232ab..99da527816068549b206c1bd6bfd0af7fe961aca 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]
+
 5545.  [func]          OS support for load-balanced sockets is no longer
                        required to receive incoming queries in multiple netmgr
                        threads. [GL #2137]
index df31932eba49bd38ed28b7134407a74666e68478..9ceab6c7bab1fae3f0bb8045f27ff7e86765acfc 100644 (file)
@@ -48,6 +48,13 @@ Feature Changes
   to distribute incoming queries among multiple threads on systems which
   lack support for load-balanced sockets (except Windows). [GL #2137]
 
+- 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
 ~~~~~~~~~