From fdf1e226fd95491c5d5951ee5dbdfee7f12389c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20Sury=CC=81?= Date: Mon, 31 Oct 2022 14:48:08 +0000 Subject: [PATCH] Add CHANGES note for [GL #3634] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9afbfe405f..611797c81c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6007. [cleanup] Don't enforce the jemalloc use on NetBSD. [GL #3634] + 6006. [cleanup] The zone dumping was using isc_task API to launch the zonedump on the offloaded threadpool. Remove the task and launch the offloaded work directly.