summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-05-22 14:57:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-05-22 15:12:01 -0700
commit333e1ba4e53456a603621274177ae9393b9d5385 (patch)
tree100a03f38c2041107f494a5a25790685ec48c9f1 /NEWS
parent60dce8b9044155bb04eb310fb0fc5e9607b7d2e6 (diff)
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 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 23fcbaa4fa..529b79b2df 100644
--- a/NEWS
+++ b/NEWS
@@ -18,8 +18,8 @@ Version 2.22
18029, 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047,
18049, 18068, 18080, 18093, 18100, 18104, 18110, 18111, 18125, 18128,
18138, 18185, 18196, 18197, 18206, 18210, 18211, 18217, 18220, 18221,
- 18244, 18247, 18287, 18319, 18333, 18346, 18397, 18409, 18418, 18434,
- 18444.
+ 18244, 18247, 18287, 18319, 18333, 18346, 18397, 18409, 18412, 18418,
+ 18434, 18444.
* Cache information can be queried via sysconf() function on s390 e.g. with
_SC_LEVEL1_ICACHE_SIZE as argument.