diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-08-26 13:00:52 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-08-26 13:00:52 +0200 |
commit | 02766bf000b1f50abf2c252e0a8bd74a888770cf (patch) | |
tree | bc8db6539e403d6352292128c724e995d13392ab | |
parent | Merge commit 'origin/master' into fedora/master (diff) | |
download | glibc-02766bf000b1f50abf2c252e0a8bd74a888770cf.tar.gz glibc-02766bf000b1f50abf2c252e0a8bd74a888770cf.tar.bz2 glibc-02766bf000b1f50abf2c252e0a8bd74a888770cf.zip |
2.10.90-16
-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 d85f2a333f..4eeb08f66f 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: 15 +Release: 16 # 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 @@ -1025,6 +1025,10 @@ rm -f *.filelist* %endif %changelog +* Wed Aug 26 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-16 +- Update from master. + - handle AVX saving on x86-64 in interrupted symbol lookups (#519081). + * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15 - Update from master. - fix fortify failure with longjmp from alternate stack (#512103). |