]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add NEWS item for gconv-modules.d change
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 10 Jun 2021 11:15:10 +0000 (16:45 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 23 Jun 2021 03:24:13 +0000 (08:54 +0530)
Reviewed-by: DJ Delorie <dj@redhat.com>
NEWS

diff --git a/NEWS b/NEWS
index 58cf1dab6819515ffa06cb022fd598ba9eea86cb..cadc40262f4ce1352f394fcca560f65044f87e24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,14 @@ Major new features:
   supported when LFS (_FILE_OFFSET_BITS=64) is also enabled.  It is only
   enabled for Linux and the full support requires a minimum version of 5.1.
 
+* The main gconv-modules file in glibc now contains only a small set of
+  essential converter modules and the rest have been moved into a supplementary
+  configuration file gconv-modules-extra.conf in the gconv-modules.d directory
+  in the same GCONV_PATH.  Similarly, external converter modules directories
+  may have supplementary configuration files in a gconv-modules.d directory
+  with names ending with .conf to logically classify the converter modules in
+  that directory.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The function pthread_mutex_consistent_np has been deprecated; programs