]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Hide our time traveling abilities. release-1.13.1rc1
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 1 Feb 2021 16:02:19 +0000 (17:02 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 1 Feb 2021 16:02:19 +0000 (17:02 +0100)
doc/Changelog

index 0e8687470238428deb3ed7dc5795d4ce124c9934..b4778827c8890819e6b7064e913b735ef3618e76 100644 (file)
@@ -1,10 +1,10 @@
-1 February 2022: George
+1 February 2021: George
        - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
 
-29 January 2022: Wouter
+29 January 2021: Wouter
        - Fix for doxygen 1.8.20 compatibility.
 
-28 January 2022: Wouter
+28 January 2021: Wouter
        - Annotate that we ignore the return value of if_indextoname.
        - Fix to use correct type for label count in rpz routine.
        - Fix empty clause warning in config_file nsid parse.
@@ -12,7 +12,7 @@
        - Fix empty clause warning in edns pass for padding.
        - Fix fwd ancil test post script when not supported.
 
-26 January 2022: George
+26 January 2021: George
        - Merge PR #408 from fobser: Prevent a few more yacc clashes.
        - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
          original instead of a decrementing TTL ('serve-original-ttl')
        - Ignore cache blacklisting when trying to reply with expired data from
          cache (#394).
 
-26 January 2022: Wouter
+26 January 2021: Wouter
        - Fix compile of unbound-dnstap-socket without dnstap installed.
 
-22 January 2022: Willem
+22 January 2021: Willem
        - Padding of queries and responses with DNS over TLS as specified in
          RFC7830 and RFC8467.