diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-07-21 09:36:31 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-07-21 09:36:31 +0000 |
commit | 9b7265a7943cc11b773581ea46380becba2eebcb (patch) | |
tree | ea0e1322080f55b559329edb57b0d3946479a503 | |
parent | c6dd3473c618260352d280a829d88695d9e2ae23 (diff) | |
download | glibc-9b7265a7943cc11b773581ea46380becba2eebcb.tar glibc-9b7265a7943cc11b773581ea46380becba2eebcb.tar.gz glibc-9b7265a7943cc11b773581ea46380becba2eebcb.tar.bz2 glibc-9b7265a7943cc11b773581ea46380becba2eebcb.zip |
2.3.90-3cvs/fedora-glibc-2_3_90-3
-rw-r--r-- | fedora/glibc.spec.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index e37d1c47a5..3df398de0c 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 2 +%define glibcrelease 3 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1074,6 +1074,16 @@ rm -f *.filelist* %endif %changelog +* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3 +- update from CVS + - make sure nscd cmsg buffers aren't misaligned, handle EINTR from + poll when contacting nscd more gracefully + - remove malloc attribute from posix_memalign + - correctly size nscd buffer for grpcache key (#163538) + - fix atan2f + - fix error memory leaks + - some more _FORTIFY_SOURCE protection + * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2 - update from CVS - ia64 stack protector support |