about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2015-08-11 10:54:25 +0300
committerMike Frysinger <vapier@gentoo.org>2015-08-18 10:15:04 -0400
commit441c3b59d1e2fca4ad40cf53d03d6196c978e85f (patch)
treefe350c022f5ecd1fbca5296f4949e9d86e56bb89 /NEWS
parentc9295fd40b5e43a34a9b416be37c27c263d9a661 (diff)
downloadglibc-441c3b59d1e2fca4ad40cf53d03d6196c978e85f.tar.gz
glibc-441c3b59d1e2fca4ad40cf53d03d6196c978e85f.tar.xz
glibc-441c3b59d1e2fca4ad40cf53d03d6196c978e85f.zip
Fix lang_lib/lang_term as per ISO 639-2 [BZ #16973]
lang_lib (which reflects ISO 639-2/B (bibliographic) codes) and
lang_term (which reflects ISO 639-2/T (terminology) codes) should be
identical except for those languages for which ISO 639-2 specifies
separate bibliographic/terminology values.

I used this Library of Congress page as the source:
	http://www.loc.gov/standards/iso639-2/php/code_list.php
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 36537ba892..b1ad77f0eb 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.23
 
 * The following bugs are resolved with this release:
 
-  16517, 16519, 16520, 16734, 17905, 18084, 18086, 18265, 18421, 18480,
-  18525, 18618, 18647, 18661, 18681, 18674, 18778, 18781, 18787, 18789,
-  18790, 18795, 18820, 18823, 18824.
+  16517, 16519, 16520, 16734, 16973, 17905, 18084, 18086, 18265, 18421,
+  18480, 18525, 18618, 18647, 18661, 18681, 18674, 18778, 18781, 18787,
+  18789, 18790, 18795, 18820, 18823, 18824.
 
 * The obsolete header <regexp.h> has been removed.  Programs that require
   this header must be updated to use <regex.h> instead.