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, fedora/master, updated. fedora/glibc-2.12-1-21-g8990fee


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, fedora/master has been updated
       via  8990fee3bbd1740f1a8411cd3842e0ef7278e208 (commit)
       via  181c13586f12a9a15ed446b1a9594a5a8831d8d1 (commit)
       via  4828935d386854c19275dbe39e07dbd4bd539d1c (commit)
       via  373d545e3a3a157bd7f5782461e3886b43ab5943 (commit)
       via  12a8f182f36ff959139e761e9160ce2f8b488520 (commit)
       via  21a2b1aeeb9bbf49d76bac632327c19bc937d2d7 (commit)
       via  3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9 (commit)
       via  265bb1ce9423afb46c9627865fdd7a90ce8e85fc (commit)
       via  a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad (commit)
       via  9b1edf50c40edc1ce6e7ea7110114420f97afb17 (commit)
       via  5f24d53acb2cd02ffb4ac925c0244e4f1f854499 (commit)
       via  d84acf388ed8b3f162dda0512139095bfc268beb (commit)
       via  5d05c55424406c947618d60f06fc0d119a4f0e54 (commit)
       via  1f6234dcd8cdb2dba2145b2c87dc58a934b60597 (commit)
       via  5ae958d74180e2572d198bd7872c86f391de6da7 (commit)
       via  70c9476e834802806e327882f4530e10555cb3a8 (commit)
       via  3155f066219acaa9e7f8b8a3737f336f98e978b9 (commit)
      from  9100611515956d730bac91fe23976978b0ab70a6 (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=8990fee3bbd1740f1a8411cd3842e0ef7278e208

commit 8990fee3bbd1740f1a8411cd3842e0ef7278e208
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed May 19 13:09:19 2010 +0200

    2.12.90-1

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index ee13633..d1e2436 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1026,6 +1026,16 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed May 19 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-1
+- Update from master
+  - POWER7 optimized memset
+  - Fix typo in es_CR locale
+  - Enable IDN support in getent
+  - Fix race in free sanity check
+  - Fix lookup of collation sequence value during regexp matching
+  - Fix name of tt_RU.UTF-8@iqtelif locale (#589138)
+  - Handle too-small buffers in Linux getlogin_r (BZ#11571, #589946)
+
 * Tue May  4 2010 Roland McGrath <roland@redhat.com> - 2.12-1
 - Update to 2.12 release.
   - Fix ldconfig chroot handling.

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

commit 181c13586f12a9a15ed446b1a9594a5a8831d8d1
Merge: 9100611 4828935
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed May 19 13:03:56 2010 +0200

    Merge remote branch 'origin/master' into fedora/master

diff --cc elf/ldconfig.c
index 278137f,b4af31e..d4176d1
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@@ -1366,11 -1355,9 +1366,11 @@@ main (int argc, char **argv
        add_system_dir (SLIBDIR);
        if (strcmp (SLIBDIR, LIBDIR))
  	add_system_dir (LIBDIR);
 +
 +      add_arch_dirs (config_file);
      }
  
-   char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE;
+   const char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE;
    if (opt_chroot)
      {
        aux_cache_file = chroot_canon (opt_chroot, aux_cache_file);

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

Summary of changes:
 ChangeLog                                 |15357 +----------------------------
 ChangeLog => ChangeLog.17                 |   17 +-
 INSTALL                                   |   20 +-
 NEWS                                      |    8 +-
 elf/ldconfig.c                            |    2 +-
 fedora/glibc.spec.in                      |   10 +
 localedata/ChangeLog                      |    9 +
 localedata/SUPPORTED                      |    2 +-
 localedata/locales/es_CR                  |    2 +-
 malloc/malloc.c                           |   15 +-
 nss/getent.c                              |   12 +-
 posix/regexec.c                           |    2 +-
 sysdeps/sh/sh4/fpu/feholdexcpt.c          |   12 +-
 sysdeps/unix/sysv/linux/getlogin_r.c      |   17 +-
 sysdeps/unix/sysv/linux/kernel-features.h |   50 +-
 version.h                                 |    4 +-
 16 files changed, 133 insertions(+), 15406 deletions(-)
 copy ChangeLog => ChangeLog.17 (99%)


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]