]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.4.90-20 cvs/fedora-glibc-2_4_90-20
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Aug 2006 05:54:12 +0000 (05:54 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 15 Aug 2006 05:54:12 +0000 (05:54 +0000)
fedora/glibc.spec.in

index 3ae97585c2cc324d3e8196c1459719685e3cb7dd..4d8a86cac708b051f0ae6e3d87e2b7530cc898be 100644 (file)
@@ -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 <jakub@redhat.com> 2.4.90-20
+- PTHREAD_PRIO_PROTECT support
+- fix errno if nice() fails (#201826)
+
 * Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
 - adaptive malloc brk/mmap threshold
 - fix fchownat to use kernel syscall (if available) on many arches (#201870)