]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 26 Jan 2022 13:35:22 +0000 (14:35 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 26 Jan 2022 13:35:22 +0000 (14:35 +0100)
  document.

doc/Changelog
iterator/iterator.h

index 9878dffc09f831e7a1815ae9365556ff44799f10..abfb3288842541ac068fa570ed5861ecac2926e4 100644 (file)
@@ -1,3 +1,7 @@
+26 January 2022: George
+       - Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC
+         document.
+
 25 January 2022: George
        - Fix #588: Unbound 1.13.2 crashes due to p->pc is NULL in
          serviced_udp_callback.
index a9e58569fcf394160bdeb41ac2a7fca250a35338..f09506f2e0b09010bd8d009907a5b8ec8f02ba02 100644 (file)
@@ -379,7 +379,7 @@ struct iter_qstate {
        /** list of pending queries to authoritative servers. */
        struct outbound_list outlist;
 
-       /** QNAME minimisation state, RFC7816 */
+       /** QNAME minimisation state, RFC9156 */
        enum minimisation_state minimisation_state;
 
        /** State for capsfail: QNAME minimisation state for comparisons. */