diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-19 06:39:35 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-19 06:39:35 +0000 |
commit | cc579e4358c4347a8610be0aa8a7a6a3e3d2fe90 (patch) | |
tree | f4ee76106c4263cd550a7703e7cd2fb43481be8c /fedora | |
parent | 802ea9dccd5871d65513488d9ce9e3f0a8021177 (diff) | |
download | glibc-cc579e4358c4347a8610be0aa8a7a6a3e3d2fe90.tar.gz glibc-cc579e4358c4347a8610be0aa8a7a6a3e3d2fe90.tar.xz glibc-cc579e4358c4347a8610be0aa8a7a6a3e3d2fe90.zip |
2.3.3-81 cvs/fedora-glibc-2_3_3-81
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 1f35c807af..3b19c80486 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 80 +%define glibcrelease 81 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1256,6 +1256,9 @@ rm -f *.filelist* %endif %changelog +* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81 +- don't use chunksize in <= 2 * SIZE_SZ free () checks + * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80 - update from CVS - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats |