From 9eddb9ecd91c7eac1d89a33adf9a8ea2998e4b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 3 Apr 2023 11:42:52 +0200 Subject: [PATCH] Add CHANGES note for [GL #3710] (cherry picked from commit d5921fafed751d3ad44e57836615bca5c4db23d6) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index dcb8194e1d..11933bc1fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6138. [doc] Fix the DF-flag documentation on the outgoing + UDP packets. [GL #3710] + 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]