From d0e094e81eab35a365cc3b82bd7b8271a5a25683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 11 Apr 2022 15:56:43 +0200 Subject: [PATCH] Fix CHANGES marker location for BIND 9.17.22 --- CHANGES | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b14f754984..3fa6306924 100644 --- a/CHANGES +++ b/CHANGES @@ -76,7 +76,6 @@ be called before send callback dereferencing dns_request_t object too early. [GL #3105] - 5821. [bug] Fix query context management issues in the TCP part of dig. [GL #3184] @@ -185,8 +184,6 @@ when receiving NOTIFY query with SOA record in ANSWER section. [GL #3086] - --- 9.17.22 released --- - 5790. [bug] The control channel was incorrectly looking for ISC_R_CANCELED as a signal that the named is shutting down. In the dispatch refactoring, @@ -195,6 +192,8 @@ channel code to use ISC_R_SHUTTINGDOWN result code to detect named being shut down. [GL #3079] + --- 9.17.22 released --- + 5789. [bug] Allow replacing expired zone signatures with signatures created by the KSK. [GL #3049]