From 97608c25fdc475f65ca4781a0d1763327491195f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 2 Mar 2022 09:14:19 +0100 Subject: [PATCH] Add CHANGES note for [GL #3184] (cherry picked from commit f3228df622098c9735f8e0e28ad4ddf314e9a164) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 5cd237b445..cc47d1489a 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ and the dnssec-policy is rejected if both roles are not present for all algorithms in use. [GL #3142] +5821. [bug] Fix query context management issues in the TCP part + of dig. [GL #3184] + 5816. [bug] Make BIND compile with LibreSSL 3.5.0, as it was using not very accurate pre-processor checks for using shims. [GL #3172]