From: Ondřej Surý Date: Thu, 30 Mar 2023 17:35:59 +0000 (+0200) Subject: Add CHANGES note for [GL #3982] X-Git-Tag: v9.19.12~42^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f853672e4167f4483031bba225a7aae53f80ce74;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3982] --- diff --git a/CHANGES b/CHANGES index e9972b497e8..44ae7e3208f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6136. [cleanup] Remove the isc_fsaccess API in favor of creating + temporary file first and atomically replace the key + with non-truncated content. [GL #3982] + 6135. [cleanup] Change isc_stdtime_get(&t) to t = isc_stdtime_now(). [GL !7757]