From: Ondřej Surý Date: Thu, 10 Dec 2020 09:39:48 +0000 (+0100) Subject: Add CHANGES and release notes for GL #2058 X-Git-Tag: v9.16.11~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66bb0a1e80ba773a2eaebcd57d6f61e67a1a9873;p=thirdparty%2Fbind9.git Add CHANGES and release notes for GL #2058 (cherry picked from commit ba887a688c03f1f67b03a735a49a8ad4439f9f57) --- diff --git a/CHANGES b/CHANGES index e4b1d2f97c9..99da5278160 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index df31932eba4..9ceab6c7bab 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~