This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.13-176-g94ecc67


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  94ecc67da83cbec641b36966dc5d4a9d19536ed5 (commit)
      from  f8a3b5bf8fa1d0c43d2458e03cc109a04fdef194 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=94ecc67da83cbec641b36966dc5d4a9d19536ed5

commit 94ecc67da83cbec641b36966dc5d4a9d19536ed5
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun May 15 08:32:57 2011 -0400

    Add entry for Sorani language

diff --git a/ChangeLog b/ChangeLog
index 08f1c06..676d1ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #4357]
+	* locale/iso-639.def: Add entry for Sorani.
+
 	[BZ #11901]
 	* include/stdlib.h: Move include protection to the right place.
 	Define abort_msg_s.  Declare __abort_msg with it.
diff --git a/NEWS b/NEWS
index 5a120e7..f80c0aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-5-14
+GNU C Library NEWS -- history of user-visible changes.  2011-5-15
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -9,12 +9,12 @@ Version 2.14
 
 * The following bugs are resolved with this release:
 
-  386, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901, 11945,
-  11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393, 12420,
-  12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509, 12510,
-  12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587, 12597,
-  12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, 12660, 12681,
-  12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734, 12738
+  386, 4357, 11257, 11258, 11487, 11532, 11578, 11653, 11668, 11724, 11901,
+  11945, 11947, 11952, 12052, 12083, 12158, 12178, 12200, 12346, 12393,
+  12420, 12432, 12445, 12449, 12453, 12454, 12460, 12469, 12489, 12509,
+  12510, 12511, 12518, 12527, 12541, 12545, 12551, 12582, 12583, 12587,
+  12597, 12601, 12611, 12625, 12626, 12631, 12650, 12653, 12655, 12660,
+  12681, 12685, 12711, 12713, 12714, 12717, 12723, 12724, 12734, 12738
 
 * The RPC implementation in libc is obsoleted.  Old programs keep working
   but new programs cannot be linked with the routines in libc anymore.
diff --git a/locale/iso-639.def b/locale/iso-639.def
index 5f6373d..f625594 100644
--- a/locale/iso-639.def
+++ b/locale/iso-639.def
@@ -415,6 +415,7 @@ DEFINE_LANGUAGE_CODE3 ("Sogdian", sog, sog)
 DEFINE_LANGUAGE_CODE ("Somali", so, som, som)
 DEFINE_LANGUAGE_CODE3 ("Songhai", son, son)
 DEFINE_LANGUAGE_CODE3 ("Soninke", snk, snk)
+DEFINE_LANGUAGE_CODE3 ("Sorani", ckb, ckb)
 DEFINE_LANGUAGE_CODE3 ("Sorbian languages", wen, wen)
 DEFINE_LANGUAGE_CODE ("Sotho, Southern", st, sot, sot)
 DEFINE_LANGUAGE_CODE3 ("South American Indian (Other)", sai, sai)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    3 +++
 NEWS               |   14 +++++++-------
 locale/iso-639.def |    1 +
 3 files changed, 11 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]