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.10.90-9-9-g38090cf


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  38090cfea3c78745cf2210394b5acc7e382fed53 (commit)
       via  b14f097d7ef032db746b885ec05b167e54b8fa9c (commit)
       via  e73e694e38b7b222eec3ec5897eb507d88bb8928 (commit)
       via  052757bfa652d86d7976df430a5272df1f560076 (commit)
       via  e83c1a8a72b3ea3009e18ecb3fc0778e81655d3b (commit)
       via  87cfd82a1fc269635c9b0dd37c47470b5465e775 (commit)
       via  2d0671cbbdade9013d6fd5153d01bd5e1d3f60cb (commit)
       via  09cd1f575476a48b262e4e45997bb56753f9d4f5 (commit)
       via  009a69f0bcce04d3743c9b59246e6885dbd2b100 (commit)
      from  e1214916e74fa6aa7984cb78e68c38d49e5834a6 (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=38090cfea3c78745cf2210394b5acc7e382fed53

commit 38090cfea3c78745cf2210394b5acc7e382fed53
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Jul 28 09:29:13 2009 +0200

    2.10.90-10

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 4aa4153..85fb0fd 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 9
+Release: 10
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1034,6 +1034,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
+- Update from master.
+  * fix memory ordering in pthread_mutex_unlock (BZ#10418)
+  * implement RES_USE_DNSSEC option in resolver (#205842)
+  * fix hang in ldd -r (#513945)
+
 * Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
 - Update from master.
 

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

commit b14f097d7ef032db746b885ec05b167e54b8fa9c
Merge: e121491 e73e694
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Jul 28 09:21:54 2009 +0200

    Merge commit 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                 |   31 +++++++++++-
 elf/Makefile                              |    2 +-
 elf/dl-lookup.c                           |    5 +-
 elf/dl-open.c                             |   35 -------------
 stdio-common/tstgetln.c => elf/dl-scope.c |   44 ++++++++++------
 fedora/glibc.spec.in                      |    8 +++-
 nptl/ChangeLog                            |    7 +--
 nptl/pthread_mutex_lock.c                 |   12 ++--
 nptl/pthread_mutex_timedlock.c            |   12 ++--
 nptl/pthread_mutex_unlock.c               |    6 +-
 resolv/res_debug.c                        |    2 +
 resolv/res_mkquery.c                      |   10 +++-
 resolv/res_query.c                        |    8 ++--
 resolv/resolv.h                           |    1 +
 sysdeps/x86_64/Makefile                   |    1 +
 sysdeps/x86_64/multiarch/rtld-rawmemchr.c |    1 -
 sysdeps/x86_64/rtld-memchr.c              |    1 -
 sysdeps/x86_64/rtld-rawmemchr.c           |    1 -
 sysdeps/x86_64/rtld-strcmp.S              |   28 ----------
 sysdeps/x86_64/tst-xmmymm.sh              |   80 +++++++++++++++++++++++++---
 20 files changed, 174 insertions(+), 121 deletions(-)
 copy stdio-common/tstgetln.c => elf/dl-scope.c (53%)
 delete mode 100644 sysdeps/x86_64/multiarch/rtld-rawmemchr.c
 delete mode 100644 sysdeps/x86_64/rtld-memchr.c
 delete mode 100644 sysdeps/x86_64/rtld-rawmemchr.c
 delete mode 100644 sysdeps/x86_64/rtld-strcmp.S


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]