diff options
author | Roland McGrath <roland@redhat.com> | 2009-08-27 13:49:30 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-08-27 13:49:30 -0700 |
commit | f9bf9db04a5c2f610c613744d1067a29ab63987e (patch) | |
tree | 8c780b8e375e8a416ba225ea540c4d71833b5333 | |
parent | 8a344d4a3bd01d1704a405b741c99086261713cf (diff) | |
download | glibc-fedora/glibc-2.10.90-16.tar glibc-fedora/glibc-2.10.90-16.tar.gz glibc-fedora/glibc-2.10.90-16.tar.bz2 glibc-fedora/glibc-2.10.90-16.zip |
2.10.90-16fedora/glibc-2.10.90-16
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index d85f2a333f..4622de2f41 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,9 @@ rm -f *.filelist* %endif %changelog +* Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-16 +- Update from master. + * 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). |