diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-06-10 16:45:10 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-06-23 08:54:13 +0530 |
commit | 7b54aaf2ceaf83b97f7e8b380386962ae529bd9d (patch) | |
tree | a6f818d1b19b5e80ae1ddd717023dfc00ceee643 /NEWS | |
parent | f3629a4be82a393ff56646c388da2fda0101f557 (diff) | |
download | glibc-7b54aaf2ceaf83b97f7e8b380386962ae529bd9d.tar glibc-7b54aaf2ceaf83b97f7e8b380386962ae529bd9d.tar.gz glibc-7b54aaf2ceaf83b97f7e8b380386962ae529bd9d.tar.bz2 glibc-7b54aaf2ceaf83b97f7e8b380386962ae529bd9d.zip |
Add NEWS item for gconv-modules.d change
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |