diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-09-07 10:10:50 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-09-07 10:10:50 +0200 |
commit | ca9024296cd4d61c364943e1ab5d7613b899d8e0 (patch) | |
tree | 99596d61ea105709b6f84b4ed694fdf93cfe9a4d | |
parent | 317ff8d356d51ca43eb063e229c8732c187493e5 (diff) | |
download | glibc-ca9024296cd4d61c364943e1ab5d7613b899d8e0.tar.gz glibc-ca9024296cd4d61c364943e1ab5d7613b899d8e0.tar.xz glibc-ca9024296cd4d61c364943e1ab5d7613b899d8e0.zip |
2.10.90-21 fedora/glibc-2.10.90-21
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index b2ef42812b..44300d5024 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: 20 +Release: 21 # 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 +* Mon Sep 7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21 +- Update from master. + - Fix strstr/strcasestr on i386 (#519226). + * Thu Sep 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20 - Update from master. - Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226). |