From: Jakub Jelinek Date: Tue, 15 Aug 2006 05:54:12 +0000 (+0000) Subject: 2.4.90-20 X-Git-Tag: cvs/fedora-glibc-2_4_90-20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154a9b87096392f5bbc15c1c016059f0fd1d4119;p=thirdparty%2Fglibc.git 2.4.90-20 --- diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 3ae97585c2c..4d8a86cac70 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 19 +%define glibcrelease 20 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1438,6 +1438,10 @@ rm -f *.filelist* %endif %changelog +* Tue Aug 15 2006 Jakub Jelinek 2.4.90-20 +- PTHREAD_PRIO_PROTECT support +- fix errno if nice() fails (#201826) + * Thu Aug 10 2006 Jakub Jelinek 2.4.90-19 - adaptive malloc brk/mmap threshold - fix fchownat to use kernel syscall (if available) on many arches (#201870)