]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3982]
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Mar 2023 17:35:59 +0000 (19:35 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 31 Mar 2023 12:52:59 +0000 (12:52 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index e9972b497e8203c852bc75ab2eb038427446b803..44ae7e3208f3e44a66ff76eee28c57ed31e3c5e0 100644 (file)
--- 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]