From: Willem Toorop Date: Tue, 28 Jan 2025 13:34:07 +0000 (+0100) Subject: Fix #266 in Changelog X-Git-Tag: 1.9.0-rc.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9aefc62c623078bfd0d9de013458f89fa6f1176;p=thirdparty%2Fldns.git Fix #266 in Changelog --- diff --git a/Changelog b/Changelog index 476b9c18..41e19e4e 100644 --- a/Changelog +++ b/Changelog @@ -9,6 +9,8 @@ Thanks Paul Radford * Fix #254: Unquoted "value" rdata for CAA records fail to validate. Follows the long string unquoted syntax from RFC8659, section 4.1.1. + * Fix #266: ldns-read-zone -u fails if a type is the only type in a + window and the type modulo 256 is equal to zero. 1.8.4 2024-07-19 * Fix building documentation in build directory.