From: George Thessalonikefs Date: Wed, 26 Jan 2022 13:35:22 +0000 (+0100) Subject: - Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC X-Git-Tag: release-1.15.0rc1~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea47c08e70d25695af0b3beaf2cdc445a2969713;p=thirdparty%2Funbound.git - Fix #599: [FR] RFC 9156 (obsoletes RFC 7816), by noting the new RFC document. --- diff --git a/doc/Changelog b/doc/Changelog index 9878dffc0..abfb32888 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/iterator/iterator.h b/iterator/iterator.h index a9e58569f..f09506f2e 100644 --- a/iterator/iterator.h +++ b/iterator/iterator.h @@ -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. */