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.11.90-10-19-g8565786


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  8565786828afe379e4ee646787a1f0baa9b4e04b (commit)
       via  5229ffc381ccf5897ca83be5891051c7607638f6 (commit)
       via  b34e12e22c00d74ee549ae9ac304f64d1d6374d5 (commit)
       via  1112095740b82eeaea36d2567ea98c6745ef1d13 (commit)
       via  7a518360023592882a7335b843ce1a5ea322dec5 (commit)
       via  8549abcb9ca4d7857cc457aaa17c2073522804f4 (commit)
       via  8b2f25c23374fe79645499b8095f0d2f6eb24f71 (commit)
       via  aef699dce14a56ff0f212f533e5ea485d3cec96a (commit)
       via  74bc9f14db655d2fdc9018d396af326e9b9bdf3f (commit)
       via  42a2c9b5c3c92f7e2f556d7bc9dc80e557484574 (commit)
       via  eadc09f22cd81dd0153fba0fd8514261ea9b4196 (commit)
       via  4cd028677b55c8be454bb06f0b28a8b41beffe9b (commit)
       via  daa8454919de6c4e8b914c5d45276abd20baab08 (commit)
       via  d044d844dd011bb26317ac36da2d22ebe19621b1 (commit)
       via  5ddf954cf19d43f54ba44f487427d210952e1236 (commit)
       via  4f08104cbf07d87a42c389f2af17f87c445e59d5 (commit)
       via  0dae5d4ec1740b511af97c600df1ceea37ada73d (commit)
       via  22364644882b6cf426ed13be5b6480c3a9210eb1 (commit)
       via  54dd0ab31fe2b2168ba1a6180a0c05941fb54b3c (commit)
      from  b675f5a8621ca898e64d0bf51d7fa1469322f861 (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=8565786828afe379e4ee646787a1f0baa9b4e04b

commit 8565786828afe379e4ee646787a1f0baa9b4e04b
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Feb 1 12:41:38 2010 +0100

    2.11.90-11

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 69df9f4..8a363c9 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: 10
+Release: 11
 # 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
@@ -1030,6 +1030,15 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Feb  1 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-11
+- Update from master
+  - Fix error checking in iconv (#558053)
+  - Don't map U00DF to U1E9E in toupper table
+  - _nl_load_locale() incorrectly handles mmap() failures (BZ#11200)
+  - Fix various issues in regex matcher (BZ#11183, BZ#11184, BZ#11185,
+    BZ#11186, BZ#11187, BZ#11188, BZ#11189, BZ#11190, BZ#11191,
+    BZ#11192, BZ#11193)
+
 * Tue Jan 19 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-10
 - Update from master
   - Fix ____longjmp_chk for s390/s390x

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

commit 5229ffc381ccf5897ca83be5891051c7607638f6
Merge: b675f5a b34e12e
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Feb 1 12:22:55 2010 +0100

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


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

Summary of changes:
 ChangeLog                  |   68 ++++++++++++++++++++++++++++++++++++++++++++
 fedora/glibc.spec.in       |   11 ++++++-
 iconv/iconv_prog.c         |    2 +-
 locale/loadlocale.c        |    1 +
 localedata/ChangeLog       |    4 ++
 localedata/locales/i18n    |    3 +-
 posix/regex_internal.c     |   34 ++++++++++++++--------
 posix/regexec.c            |   55 +++++++++++++++++++++++++++--------
 sysdeps/mach/getsysstats.c |    4 ++
 9 files changed, 154 insertions(+), 28 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]