From 0cc485faf1e5cf56e9d11244bfa1878929664997 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] (cherry picked from commit fdf1e226fd95491c5d5951ee5dbdfee7f12389c8) --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index eedf0ed9dc..c925d35a1a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6007. [cleanup] Don't enforce the jemalloc use on NetBSD. [GL #3634] + 6003. [bug] Fix an inheritance bug when setting the port on remote servers in configuration. [GL #3627]