summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-02-01 12:41:38 +0100
committerAndreas Schwab <schwab@redhat.com>2010-02-01 12:41:38 +0100
commit8565786828afe379e4ee646787a1f0baa9b4e04b (patch)
tree40f2e5cb3a7ab43126b835c03c9164b7a8392175
parent5229ffc381ccf5897ca83be5891051c7607638f6 (diff)
-rw-r--r--fedora/glibc.spec.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 69df9f4002..8a363c9672 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