From 4d5320c5409e3bd515aa1f7e64d5f20f4c74bf9a Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Thu, 11 Jan 2024 16:30:17 +0200 Subject: [PATCH] Update CHANGES [GL #4518] [GL #4528] Mentioned that all changes to listen-on statements are now applied on reconfiguration. (cherry picked from commit d1a2ad0f443982efeb703a0a0214e5f778241f91) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 45bbc7a4be..5701e6bfd9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6322. [bug] Changes to "listen-on" statements were ignored on + reconfiguration unless the port or interface address was + changed, making it impossible to change a related + listener transport type. Thanks to Thomas Amgarten. + [GL #4518] [GL #4528] + 6320. [bug] Fix a possible crash in 'dig +nssearch +nofail' and 'host -C' commands when one of the name servers returns SERVFAIL. [GL #4508]