diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-15 05:54:12 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-15 05:54:12 +0000 |
commit | 154a9b87096392f5bbc15c1c016059f0fd1d4119 (patch) | |
tree | 19eb7e66ecb807a8e2956a062be70608dbd64546 /fedora/glibc.spec.in | |
parent | 3a2ba84afba2d9b315c65aa46ba036fd22ef4fb0 (diff) | |
download | glibc-154a9b87096392f5bbc15c1c016059f0fd1d4119.tar glibc-154a9b87096392f5bbc15c1c016059f0fd1d4119.tar.gz glibc-154a9b87096392f5bbc15c1c016059f0fd1d4119.tar.bz2 glibc-154a9b87096392f5bbc15c1c016059f0fd1d4119.zip |
2.4.90-20cvs/fedora-glibc-2_4_90-20
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 3ae97585c2..4d8a86cac7 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 <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) |