diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-22 14:57:11 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-22 15:12:01 -0700 |
commit | 333e1ba4e53456a603621274177ae9393b9d5385 (patch) | |
tree | 100a03f38c2041107f494a5a25790685ec48c9f1 /ChangeLog | |
parent | 60dce8b9044155bb04eb310fb0fc5e9607b7d2e6 (diff) | |
download | glibc-333e1ba4e53456a603621274177ae9393b9d5385.tar.gz glibc-333e1ba4e53456a603621274177ae9393b9d5385.tar.xz glibc-333e1ba4e53456a603621274177ae9393b9d5385.zip |
Remove obsolete aliases that broke 'locale -a'
[BZ #18412] * intl/locale.alias: Remove obsolete aliases "bokmål" and "français" which caused 'locale -a' to output Latin-1 data in UTF-8 locales, breaking some applications that use 'locale -a' output. Change the encoding of this file from Latin-1 to ASCII to avoid other potential problems with people grepping this file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b4a7adb8a3..f54645593f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-05-22 Paul Eggert <eggert@cs.ucla.edu> + + Remove obsolete aliases that broke 'locale -a' + [BZ #18412] + * intl/locale.alias: Remove obsolete aliases "bokmål" and "français" + which caused 'locale -a' to output Latin-1 data in UTF-8 locales, + breaking some applications that use 'locale -a' output. + Change the encoding of this file from Latin-1 to ASCII to avoid + other potential problems with people grepping this file. + 2015-05-22 Adhemerval Zanella <adhemerval.zanella@linaro.org> * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and |