]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES note for [GL !6516]
authorTony Finch <fanf@isc.org>
Thu, 30 Jun 2022 15:31:15 +0000 (16:31 +0100)
committerTony Finch <fanf@isc.org>
Mon, 12 Sep 2022 11:23:39 +0000 (12:23 +0100)
[cleanup] Move the duplicated ASCII case conversion tables to
isc_ascii where they can be shared, and replace the
various hot-path tolower() loops with calls to new
isc_ascii implementations.

CHANGES

diff --git a/CHANGES b/CHANGES
index eb5deced1fd8152cb99fa655d67bcb05ee64e883..3c1adb50e68a441da2b82b22ce47dd667f2cb86f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5965.  [cleanup]       Move the duplicated ASCII case conversion tables to
+                       isc_ascii where they can be shared, and replace the
+                       various hot-path tolower() loops with calls to new
+                       isc_ascii implementations. [GL !6516]
+
 5964.  [func]          When an international domain name is not valid, DiG will
                        now pass it through unchanged, instead of stopping with
                        an error message. [GL #3527]