From: Ondřej Surý Date: Fri, 26 Aug 2022 10:04:32 +0000 (+0200) Subject: Add CHANGES note for [GL !6398] X-Git-Tag: v9.19.6~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5878ff65ee05acc1837072c8fd8754fc3ff287cc;p=thirdparty%2Fbind9.git Add CHANGES note for [GL !6398] --- diff --git a/CHANGES b/CHANGES index dd4e7086d91..f94a71947fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +5992. [func] Introduce the new isc_mem_*x() APIs that takes extra + flags as the last argument. Currently ISC_MEM_ZERO + and ISC_MEM_ALIGN(n) flags have been implemented that + clears the memory to avoid the isc_mem_get()/memset() + pattern and make aligned allocation which replaces the + previous isc_mem_*_aligned() calls. [GL !6398] + 5991. [protocol] Add support for parsing and validating "dohpath" to SVCB. [GL #3544]