From 4722196b1332f092eef07daacea51147e0235afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 26 Aug 2020 16:39:46 +0200 Subject: [PATCH] Add CHANGES and release note for GL #1928 --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 9d6ef5015e..b8cb5de607 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index bf571b84ac..c374f0f99c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]