Shift CHANGES entries by two

Account for additional entries that will be included in February 2024
releases.

(cherry picked from commit 1b48c99392)
This commit is contained in:
Michał Kępień 2024-01-31 11:11:11 +01:00
parent b8ca87939e
commit 83e343a66d
No known key found for this signature in database

View file

@ -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]