From ec3db03121a10dd044c99986cb56036f365eb35a Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Fri, 19 Sep 2025 15:01:30 +0200 Subject: [PATCH] Changelog entry for #1337: - Merge #1337: 0 TTL cached replies and some TTL behavior changes. --- doc/Changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.47.3