diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-30 07:01:14 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-30 07:01:14 +0000 |
commit | aa8a3b59b1603ce0855e5130cb060318c8e8c78d (patch) | |
tree | a4b3fb8b31b3e880c248d2120b929282fc61b5e0 /fedora | |
parent | c1f8ef75d3ddf687efc5ee23e16075c256fa77be (diff) | |
download | glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.tar.gz glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.tar.xz glibc-aa8a3b59b1603ce0855e5130cb060318c8e8c78d.zip |
2.3.3-86 cvs/fedora-glibc-2_3_3-86
Diffstat (limited to 'fedora')
-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 d27fe6e4f2..fa2c6ccc50 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 85 +%define glibcrelease 86 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1258,6 +1258,14 @@ rm -f *.filelist* %endif %changelog +* Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86 +- update from CVS + - some posix_opt.h fixes +- fix strtold use of unitialized memory (#141000) +- some more bugfixes for bugs detected by valgrind +- rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout + on s390{,x} (#139678) + * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85 - update from CVS - support -v specification in getconf |