]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #1928
authorOndřej Surý <ondrej@isc.org>
Wed, 26 Aug 2020 14:39:46 +0000 (16:39 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Aug 2020 18:49:02 +0000 (20:49 +0200)
(cherry picked from commit 4722196b1332f092eef07daacea51147e0235afb)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e61dadee23e676a3e9eee25350b3aeeb947dec35..37b01a16f77081073dd0859da7d36243612229e2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5494.  [bug]           Silence the EPROTO syslog message on older systems.
+                       [GL #1928]
+
 5493.  [bug]           Fix off-by-one error when calculating new hashtable
                        size. [GL #2104]
 
index 1efb89885a64493e1dedccf9e9e431e508b28c38..27255a7ddbcb64e1ac19b83561823550238a062e 100644 (file)
@@ -40,3 +40,8 @@ Bug Fixes
 - In rare circumstances, named would exit with assertion failure when the number
   of nodes stored in the red-black-tree exceeds the maximum allowed size of the
   internal hashtable.  [GL #2104]
+
+- Silence spurious system log messages for EPROTO(71) error code that has been
+  seen on older operating systems where unhandled ICMPv6 errors result in a
+  generic protocol error being returned instead of the more specific error code.
+  [GL #1928]