diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-31 06:53:32 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-31 06:53:32 +0000 |
commit | 936bb2647a835e63e99fa2d1590ab1e14aab4712 (patch) | |
tree | e0fcf856a8a2051f8878dd4c8eca215bc549de13 /fedora/glibc.spec.in | |
parent | 2455d11258712bbab8a52c7951301924a483a295 (diff) | |
download | glibc-936bb2647a835e63e99fa2d1590ab1e14aab4712.tar glibc-936bb2647a835e63e99fa2d1590ab1e14aab4712.tar.gz glibc-936bb2647a835e63e99fa2d1590ab1e14aab4712.tar.bz2 glibc-936bb2647a835e63e99fa2d1590ab1e14aab4712.zip |
Updated to fedora-glibc-20060831T0640cvs/fedora-glibc-2_4_90-27
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 2674d2b564..519c50d449 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 26 +%define glibcrelease 27 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1448,6 +1448,12 @@ rm -f *.filelist* %endif %changelog +* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27 +- allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399) +- fix splice prototype (#204530) +- fix pthread_rwlock_{,try,timed}wrlock to honor reader preference + if requested + * Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26 - real fix for the doubly linked list corruption problem - try harder in realloc to allocate memory (BZ#2684) |