diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-05-30 09:48:38 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-05-30 09:48:38 +0000 |
commit | 841d8c3466e6472c9cd16ee5bff701ba0380998a (patch) | |
tree | eba6bb9b54a0cccbfe676435822251b0d22e5df2 | |
parent | * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If (diff) | |
download | glibc-841d8c3466e6472c9cd16ee5bff701ba0380998a.tar.gz glibc-841d8c3466e6472c9cd16ee5bff701ba0380998a.tar.bz2 glibc-841d8c3466e6472c9cd16ee5bff701ba0380998a.zip |
2.3.5-10cvs/fedora-glibc-2_3_5-10
-rw-r--r-- | fedora/glibc.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 171ed1422e..e7d5025c90 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 9 +%define glibcrelease 10 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64 @@ -1339,6 +1339,14 @@ rm -f *.filelist* %endif %changelog +* Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10 +- fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion) + has been always overwritten with the version of currently + running kernel) +- remove linuxthreads man pages other than those covered in + 3p section, as 3p man pages are far better quality and describe + POSIX behaviour that NPTL implements (#159084) + * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9 - update from CVS - increase bindresvport's LOWPORT to 512, apparently some |