summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-11-20 09:56:34 +0000
committerJakub Jelinek <jakub@redhat.com>2004-11-20 09:56:34 +0000
commit7894035e1ce51595cd0bff5727ca0297295c527e (patch)
treeb8d3c92ca2e24edf75d46829d2c181472d1ec21d /fedora
parentcc579e4358c4347a8610be0aa8a7a6a3e3d2fe90 (diff)
Updated to fedora-glibc-20041120T0949
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in8
2 files changed, 9 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index fa2d8e74b5..dda0e2564a 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -1,5 +1,5 @@
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
-fedora-sync-date := 2004-11-19 00:03 UTC
-fedora-sync-tag := fedora-glibc-20041119T0003
+fedora-sync-date := 2004-11-20 09:49 UTC
+fedora-sync-tag := fedora-glibc-20041120T0949
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 3b19c80486..7bcb806456 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 81
+%define glibcrelease 82
%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,12 @@ rm -f *.filelist*
%endif
%changelog
+* Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
+- update from CVS
+ - some malloc () checking
+ - libpthread.a object dependency cleanups (#115157)
+ - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
+
* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
- don't use chunksize in <= 2 * SIZE_SZ free () checks