diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-06-20 16:26:29 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-06-20 16:26:29 +0000 |
commit | e4edec582dc1fb924a2cfbfb07409fd7b3c84a26 (patch) | |
tree | fac2b7e32d55aca9421b5c1fd883c47fd0b58821 /fedora | |
parent | 27424b29289a49958e62450203f33a57dc1465e2 (diff) | |
download | glibc-e4edec582dc1fb924a2cfbfb07409fd7b3c84a26.tar glibc-e4edec582dc1fb924a2cfbfb07409fd7b3c84a26.tar.gz glibc-e4edec582dc1fb924a2cfbfb07409fd7b3c84a26.tar.bz2 glibc-e4edec582dc1fb924a2cfbfb07409fd7b3c84a26.zip |
2.3.5-11cvs/fedora-glibc-2_3_5-11
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/glibc.spec.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index e7d5025c90..c1cd8de03b 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 10 +%define glibcrelease 11 %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,18 @@ rm -f *.filelist* %endif %changelog +* Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11 +- update from CVS + - PPC32 -msecure-plt support + - support classes keyword in /etc/hesiod.conf (#150350) + - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049) + - decrease number of .plt relocations in libc.so + - use -laudit in nscd (#159217) + - handle big amounts of networking interfaces in getifaddrs/if_nameindex + (#159399) + - fix pa_IN locale's am_pm (#158715, BZ#622) + - fix debugging of PIEs + * 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 |