From c144fd2871206d209ccdb916f5959a3ceab1d44c Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 6 Feb 2023 14:39:43 -0800 Subject: [PATCH] CHANGES for [GL #3850] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 0c599bcc88..58c6cb730b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6088. [cleanup] /etc/bind.keys is no longer needed and has been + removed from the distribution. named and delv can + still load keys from a file for testing purposes, + but they no longer do so by default. [GL #3850] + 6087. [cleanup] Remove support for the `DNS_NAME_DOWNCASE` option to the various dns_*_fromwire() functions. It has long been unused and is unsupported since change 6022.