From: Yorgos Thessalonikefs Date: Fri, 19 Sep 2025 13:01:30 +0000 (+0200) Subject: Changelog entry for #1337: X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec3db03121a10dd044c99986cb56036f365eb35a;p=thirdparty%2Funbound.git Changelog entry for #1337: - Merge #1337: 0 TTL cached replies and some TTL behavior changes. --- diff --git a/doc/Changelog b/doc/Changelog index 139712587..22fe32b3b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,16 @@ 19 September 2025: Yorgos - Update README.man with clearer text. + - Merge #1337: 0 TTL cached replies and some TTL behavior changes. + - TTL change: Cached records that reach TTL 0 are expired. + - TTL change: TTL 0 upstream answers are no longer cached by + cachedb, as they should. + - TTL change: 'serve-expired-reply-ttl' is now capped by the original + TTL value of the record to try and make some sense when replying + with expired records. + - TTL change: TTL decoding was updated to adhere to RFC8767 section 4 + where a 'set high-order bit' means the value is positive instead of + 0. 18 September 2025: Wouter - Tag for 1.24.0 release. Includes the fixes below after rc1.