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-13-8-g593eff0


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  593eff0f9e5bed517e0a8434507ee9f3f4d45b87 (commit)
       via  2a6cd5073439e5b32468aa2da701e417f899555e (commit)
       via  677760a3076884bd6496e3676b1102db400f79d6 (commit)
       via  85fda49b9674152ca54d49e0028f981566f2554d (commit)
       via  ae0d54500381eb9d40710a259819d9b745a7297f (commit)
       via  1bc2b97ee42dd653890657a4c910bd144247ea11 (commit)
       via  78fd882a7bf6153f33b73363c542e1f37c098c56 (commit)
       via  ec4922395b05b428cb2cd17ea8118087e0ed6df4 (commit)
      from  4af7f59a26e334d1fb5f0f10af00feaefc53a1b0 (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=593eff0f9e5bed517e0a8434507ee9f3f4d45b87

commit 593eff0f9e5bed517e0a8434507ee9f3f4d45b87
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 17 14:25:31 2009 +0200

    2.10.90-14

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 65637fb..5e9ee70 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: 13
+Release: 14
 # 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
@@ -1023,6 +1023,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Aug 17 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-14
+- Update from master.
+  - fix pthread_cond_signal (#516469)
+
 * Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
 - Update from master.
   - fix rehashing of unique symbols (#515677)

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

commit 2a6cd5073439e5b32468aa2da701e417f899555e
Merge: 4af7f59 677760a
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 17 14:22:42 2009 +0200

    Merge commit 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                          |   20 ++++++++++++++++++--
 fedora/glibc.spec.in                               |    6 +++++-
 nptl/ChangeLog                                     |   17 +++++++++++++++++
 .../unix/sysv/linux/x86_64/pthread_cond_signal.S   |    6 +++---
 .../unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S |    4 +++-
 .../unix/sysv/linux/x86_64/pthread_rwlock_unlock.S |    5 +++--
 .../unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S |    4 +++-
 scripts/gen-as-const.awk                           |    3 ++-
 stdlib/longlong.h                                  |    7 ++++---
 test-skeleton.c                                    |   15 ++++++++++++---
 10 files changed, 70 insertions(+), 17 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]