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.11-344-g5e4295f


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  5e4295fb58a41f27e5158746deb8e40421d2e67b (commit)
       via  0e67bd3c3bb56679020d3344110356775df43241 (commit)
      from  30f0c8da71e5c50ec519d8bf5f3f9e8d9ada6ba6 (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=5e4295fb58a41f27e5158746deb8e40421d2e67b

commit 5e4295fb58a41f27e5158746deb8e40421d2e67b
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Apr 8 08:00:12 2010 -0700

    More NEWS for 2.12.

diff --git a/NEWS b/NEWS
index 0a0d2c3..e00372a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,13 +9,19 @@ Version 2.12
 
 * New Linux interface: recvmmsg
 
+* STT_GNU_IFUNC implemented for Sparc by David Miller.
+
+* The dynamic linker now recognizes supported ABI versions from the
+  EI_ABIVERSION field in the ELF header.
+  Implemented by Ulrich Drepper.
+
 * New NIS mode selector ADJUNCT_AS_SHADOW.  The passwd.adjunct.byname table
   will not be used to fill in password fields in the passwd.byname replies.
   Instead it is used to synthesize the shadow.byname table, should it be
   missing.  This is a useful mode in some installations involving Solaris.
   Implemented by Ulrich Drepper.
 
-* New locale: sq_MK
+* New locales: kok_IN, sq_MK
 
 
 Version 2.11

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0e67bd3c3bb56679020d3344110356775df43241

commit 0e67bd3c3bb56679020d3344110356775df43241
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Apr 8 07:59:38 2010 -0700

    kok_IN locale should have been support for some time.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 2e7028b..7a9aac0 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,6 +1,6 @@
 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
 
-	* SUPPORTED (SUPPORTED-LOCALES): Add sq_MK.
+	* SUPPORTED (SUPPORTED-LOCALES): Add kok_IN and sq_MK.
 
 	[BZ #11470]
 	* locales/sq_MK: New file.
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 497651f..575c447 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -259,6 +259,7 @@ km_KH/UTF-8 \
 kn_IN/UTF-8 \
 ko_KR.EUC-KR/EUC-KR \
 ko_KR.UTF-8/UTF-8 \
+kok_IN/UTF-8 \
 ks_IN/UTF-8 \
 ks_IN@devanagari/UTF-8 \
 ku_TR.UTF-8/UTF-8 \

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

Summary of changes:
 NEWS                 |    8 +++++++-
 localedata/ChangeLog |    2 +-
 localedata/SUPPORTED |    1 +
 3 files changed, 9 insertions(+), 2 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]