From: Tony Finch Date: Thu, 30 Jun 2022 15:31:15 +0000 (+0100) Subject: CHANGES note for [GL !6516] X-Git-Tag: v9.19.6~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022bb062646ebab7f5c5efb74a8e97645cc14b31;p=thirdparty%2Fbind9.git CHANGES note for [GL !6516] [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. --- diff --git a/CHANGES b/CHANGES index eb5deced1fd..3c1adb50e68 100644 --- 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]