]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add missing changelog entries from PR #706.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Sun, 3 Jul 2022 20:21:56 +0000 (22:21 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Sun, 3 Jul 2022 20:21:56 +0000 (22:21 +0200)
doc/Changelog

index 09647e4232dbb8388a0765db592825e2874d9c1a..03b196a8ebb1f039aab4a3fea0019c44159660d4 100644 (file)
@@ -2,6 +2,15 @@
        - Merge PR #671 from Petr Menšík: Disable ED25519 and ED448 in FIPS
          mode on openssl3.
 
+1 July 2022: George
+       - Merge PR #706: NXNS fallback.
+       - From #706: Cached NXDOMAIN does not increase the target nx
+         responses.
+       - From #706: Don't generate parent side queries if we already
+         have the lame records in cache.
+       - From #706: When a lame address is the best choice, don't try to
+         generate target queries when the missing targets are all lame.
+
 29 June 2022: Wouter
        - iana portlist update.
        - Fix detection of libz on windows compile with static option.