]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Tue, 13 Oct 2020 08:08:54 +0000 (10:08 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 22 Oct 2020 07:09:07 +0000 (09:09 +0200)
doc/notes/notes-current.rst

index e029127c60dcace56b0c7036cef95f57d838866b..3f330ea22faf94dd7fc21836b0ba7846e98affa5 100644 (file)
@@ -54,10 +54,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- Updating contents of an RPZ zone which contained names spelled using
-  varying letter case could cause some processing rules in that RPZ zone
-  to be erroneously ignored. [GL #2169]
-
 - ``named`` reported an invalid memory size when running in an
   environment that did not properly report the number of available
   memory pages and/or the size of each memory page. [GL #2166]
@@ -70,5 +66,9 @@ Bug Fixes
   policies that used algorithm Ed25519 or Ed448 due to a mismatch
   between created key size and expected key size. [GL #2171]
 
+- Updating contents of an RPZ zone which contained names spelled using
+  varying letter case could cause some processing rules in that RPZ zone
+  to be erroneously ignored. [GL #2169]
+
 - Handle `UV_EOF` differently such that it is not treated as a `TCP4RecvErr` or
   `TCP6RecvErr`. [GL #2208]