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.90-4-15-g6be18f6


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  6be18f65e8c7b2b26b065c8972789e31484ec8df (commit)
       via  23de301fe848f644cb7fab16a4ef8f167156cca8 (commit)
       via  b08c89d9f36dea19634f6e59cc839f920b827116 (commit)
       via  440566c3f427ae2096f57a7651de5767003a02c2 (commit)
       via  5be9d05d3136460cf6cedd3823fd236aeebe83ef (commit)
       via  e8ee8bdf2a6fa0b8bde192c71e0c0bfcd45c4bb9 (commit)
       via  eb5e79feb71e6a9bf7fcb59a5e2c56ab09a08868 (commit)
       via  8a492a675e566dc1e666df0a86cbf541442cb179 (commit)
       via  713df3d547041fddea30fa78c52dd0615bfd4c24 (commit)
       via  03e87550e3be3d008b1eb6174d74d10a51af6e2e (commit)
       via  702e8f1450279f3e5dc22bf0935ee5ece4369fdb (commit)
       via  145569dc4130d102363e17c7322e250310cbc397 (commit)
      from  a06f3a382318e4cbc1bec49b923ef1b4f1e2a493 (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=6be18f65e8c7b2b26b065c8972789e31484ec8df

commit 6be18f65e8c7b2b26b065c8972789e31484ec8df
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Jul 12 11:52:46 2010 +0200

    2.12.90-5

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index f0950d9..d7cbfa5 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 4
+Release: 5
 # 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
@@ -1031,6 +1031,12 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Jul 12 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-5
+- Update from master
+  - Don't pass NULL occation to dl_signal_cerror
+  - Implement _PC_PIPE_BUF.
+- Add glibc-ports tarball
+
 * Fri Jul  2 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-4
 - Update from master
   - Work around kernel rejecting valid absolute timestamps

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

commit 23de301fe848f644cb7fab16a4ef8f167156cca8
Merge: a06f3a3 b08c89d
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Jul 12 11:37:08 2010 +0200

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


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

Summary of changes:
 ChangeLog                                      |   32 +-
 configure                                      | 4764 ++++++++++--------------
 elf/dl-version.c                               |    2 +-
 fedora/glibc.spec.in                           |    8 +-
 manual/arith.texi                              |    3 +-
 nptl/ChangeLog                                 |   13 +
 nptl/sysdeps/unix/sysv/linux/pthread_getname.c |    2 +-
 nptl/tst-abstime.c                             |   63 +-
 sysdeps/unix/sysv/linux/fpathconf.c            |   11 +-
 9 files changed, 2011 insertions(+), 2887 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]