From: Michał Kępień Date: Mon, 12 Oct 2020 11:19:50 +0000 (+0200) Subject: Reorder release notes X-Git-Tag: v9.17.7~50^2~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3bd208aa8848415ee4daf9833c970a4eacb0a0;p=thirdparty%2Fbind9.git Reorder release notes --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1d633ab8f27..6c58e3307f8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -58,10 +58,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] @@ -74,5 +70,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]