From cc26eb896109b73ea72d0469ebc15bb47601b76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 12 Jan 2022 11:48:45 +0100 Subject: [PATCH] Reorder release notes --- doc/notes/notes-current.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 79ddbdbdea..c244ed1bfd 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -39,26 +39,25 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ +- Overall memory use by ``named`` has been optimized and reduced, + especially on systems with many CPU cores. :gl:`#2398` :gl:`#3048` + - ``named`` formerly generated an ephemeral key and certificate for the ``tls ephemeral`` configuration using the RSA algorithm with 4096-bit keys. This has been changed to the ECDSA P-256 algorithm. :gl:`#2264` -- Overall memory use by ``named`` has been optimized and reduced, - especially on systems with many CPU cores. :gl:`#2398` :gl:`#3048` - - Bug Fixes ~~~~~~~~~ +- On FreeBSD, TCP connections leaked a small amount of heap memory, + leading to an eventual out-of-memory problem. This has been fixed. + :gl:`#3051` + - If signatures created by the ZSK were expired and the ZSK private key was offline, the signatures were not replaced. This behavior has been amended to replace the expired signatures with new signatures created using the KSK. :gl:`#3049` -- On FreeBSD, TCP connections leaked a small amount of heap memory, - leading to an eventual out-of-memory problem. This has been fixed. - :gl:`#3051` - - Under certain circumstances, the signed version of an inline-signed zone could be dumped to disk without the serial number of the unsigned version of the zone. This prevented resynchronization of the zone