From: Yorgos Thessalonikefs Date: Tue, 31 Dec 2024 15:30:35 +0000 (+0100) Subject: Changelog entry for #1174: X-Git-Tag: release-1.23.0rc1~75 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb36c880de40a09e5a1dab8029ec401ea2904929;p=thirdparty%2Funbound.git Changelog entry for #1174: - Merge #1174: Serve expired cache update fixes. Fixes a regression bug with serve-expired that appeared in 1.22.0 and would not allow the iterator to update the cache with not-yet-validated entries resulting in increased outgoing traffic. --- diff --git a/doc/Changelog b/doc/Changelog index 8b2468d46..514459ca1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +31 December 2024: Yorgos + - Merge #1174: Serve expired cache update fixes. Fixes a regression bug + with serve-expired that appeared in 1.22.0 and would not allow the + iterator to update the cache with not-yet-validated entries resulting + in increased outgoing traffic. + 20 December 2024: Yorgos - For #1207: [FR] Support for RESINFO RRType 261 (RFC9606), add LDNS_RR_TYPE_RESINFO similar to LDNS_RR_TYPE_TXT.