From: Ondřej Surý Date: Thu, 17 Sep 2020 12:47:16 +0000 (+0200) Subject: Add CHANGES and release note for GL #2166 X-Git-Tag: v9.17.6~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2869ca1401a45d610354e81e6773d4666001a974;p=thirdparty%2Fbind9.git Add CHANGES and release note for GL #2166 --- diff --git a/CHANGES b/CHANGES index 249726cd8fb..e53ff23d070 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5506. [bug] Properly handle failed sysconf() calls, so we don't + report invalid memory size. [GL #2166] + 5505. [bug] Updating contents of a mixed-case RPZ could cause some rules to be ignored. [GL #2169] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4fccc026114..8969bd52522 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -42,3 +42,7 @@ 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` would report invalid memory size when running in an environment + that doesn't properly report number of available memory pages or pagesize. + [GL #2166]