From 058a64d69a4397f545744925b585fafa9394f957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 7 Jul 2022 14:43:47 +0200 Subject: [PATCH] Reorder release notes --- doc/notes/notes-9.19.3.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.19.3.rst b/doc/notes/notes-9.19.3.rst index 68e8b076e7..6eb139b30c 100644 --- a/doc/notes/notes-9.19.3.rst +++ b/doc/notes/notes-9.19.3.rst @@ -41,10 +41,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- It was possible for a catalog zone consumer to process a catalog zone - member zone when there was a configured pre-existing forward-only - forward zone with the same name. This has been fixed. :gl:`#2506` - - An assertion failure caused by a TCP connection closing between a connect (or accept) and a read from a socket has been fixed. :gl:`#3400` @@ -53,3 +49,7 @@ Bug Fixes :any:`synth-from-dnssec` could incorrectly synthesize non-existence of records within the non-delegated namespace using NSEC records from higher zones. :gl:`#3402` + +- It was possible for a catalog zone consumer to process a catalog zone + member zone when there was a configured pre-existing forward-only + forward zone with the same name. This has been fixed. :gl:`#2506`