]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for #1174:
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 31 Dec 2024 15:30:35 +0000 (16:30 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 31 Dec 2024 15:30:35 +0000 (16:30 +0100)
- 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.

doc/Changelog

index 8b2468d468047d3debf9171da2ab32f1efa860ef..514459ca1b522092d1570c8e38348c7449399edf 100644 (file)
@@ -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.