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-17-12-gb19ed4a


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  b19ed4af95f005441cee8d138951665164bd28a8 (commit)
       via  a562fe3cdbb82fae5868e245de31031c19432550 (commit)
       via  c2735e958acc6a69daab71fdc463564860f20794 (commit)
       via  b5c03e105cb445a7dc08289e7e6751434c3262ce (commit)
       via  72f9026327c109c3d72b4f17ee0afc8b4e2d6f00 (commit)
       via  7812c65b908916f34161e41a76114004d0fcebb3 (commit)
       via  5a4eb7282e7fc42d6bd283c18d59edcdc57cf81e (commit)
       via  d444ac573c53238c627eec7bd02e0b9c31459e99 (commit)
      from  62f946ade44beeabffb8e91c989ff2bd47293e4c (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=b19ed4af95f005441cee8d138951665164bd28a8

commit b19ed4af95f005441cee8d138951665164bd28a8
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Sep 1 10:10:09 2009 +0200

    2.10.90-18

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index eeb45f4..7ec81e4 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: 17
+Release: 18
 # 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
@@ -1026,6 +1026,10 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Sep  1 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-18
+- Update from master.
+  - fix parse error in <bits/mathinline.h> (#520209).
+
 * Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-17
 - Update from master.
 

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

commit a562fe3cdbb82fae5868e245de31031c19432550
Merge: 62f946a c2735e9
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Sep 1 10:08:05 2009 +0200

    Merge commit 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                      |   22 +
 fedora/glibc.spec.in                           |    6 +-
 malloc/malloc.c                                |  900 ++++++++++++------------
 nptl/ChangeLog                                 |    5 +
 nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S |   18 +-
 stdlib/tst-strtol.c                            |  438 ++++++++++++
 stdlib/tst-strtoll.c                           |  225 ++++++
 sysdeps/i386/i686/multiarch/init-arch.c        |    2 -
 sysdeps/x86_64/fpu/bits/mathinline.h           |    4 +-
 sysdeps/x86_64/multiarch/init-arch.c           |   10 +-
 10 files changed, 1168 insertions(+), 462 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]