From a1413c2fafbf48962f9cd834063d0a46f83f8972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 15 Jun 2023 10:28:47 +0200 Subject: [PATCH] Add CHANGES note for [GL #4149] (cherry picked from commit 0a35c0da9b5cb32567d20aa2926479dbace01186) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index db55695227..7a6c458cae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6198. [func] Remove the holes in the isc_result_t enum to compact + the isc_result tables. [GL #4149] + 6196. [cleanup] Report "permission denied" instead of "unexpected error" when trying to update a zone file on a read-only file system. Thanks to Midnight Veil. [GL #4134]