From 83e343a66d1877532e51c10f4ecb55670997f968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 31 Jan 2024 11:11:11 +0100 Subject: [PATCH] Shift CHANGES entries by two Account for additional entries that will be included in February 2024 releases. (cherry picked from commit 1b48c9939278304e6c1fe199fd81995863a42649) --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 457b397e2b..b0b30d9445 100644 --- a/CHANGES +++ b/CHANGES @@ -1,17 +1,17 @@ -6328. [doc] Update ZSK minimum lifetime documentation in ARM, also +6330. [doc] Update ZSK minimum lifetime documentation in ARM, also depends on signing delay. [GL #4510] -6326. [func] Add workaround to enforce dynamic linker to pull +6328. [func] Add workaround to enforce dynamic linker to pull jemalloc earlier than libc to ensure all memory allocations are done via jemalloc. [GL #4404] -6324. [bug] Changes to "listen-on" statements were ignored on +6326. [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] -6322. [bug] Fix a possible crash in 'dig +nssearch +nofail' and +6324. [bug] Fix a possible crash in 'dig +nssearch +nofail' and 'host -C' commands when one of the name servers returns SERVFAIL. [GL #4508]