]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
changes: add note saying the locale based strcasecmp has been replaced
authorPauli <pauli@openssl.org>
Tue, 24 May 2022 07:29:32 +0000 (17:29 +1000)
committerPauli <pauli@openssl.org>
Wed, 1 Jun 2022 01:18:46 +0000 (11:18 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/18389)

CHANGES.md

index d8c20dba0aa3b2a96bd1c2ba414071f47edc57f1..9a998c3306fdf548ebf6b23ac18d3a6fd30b3197 100644 (file)
@@ -122,6 +122,13 @@ breaking changes, and mappings for the large list of deprecated functions.
 
 [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
 
+### Changes between 3.0.3 and 3.0.4
+
+ * Case insensitive string comparison no longer uses locales.  It has instead
+   been directly implemented.
+
+   *Paul Dale*
+
 ### Changes between 3.0.2 and 3.0.3
 
  * Case insensitive string comparison is reimplemented via new locale-agnostic