summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-08-31 18:54:54 +0000
committerJakub Jelinek <jakub@redhat.com>2006-08-31 18:54:54 +0000
commit4c7854d1dce24e8cc344f1da81fca01ee7f01804 (patch)
treefd5a0613d299d10e9c9f8cf09ae04304e43697c8 /fedora
parent936bb2647a835e63e99fa2d1590ab1e14aab4712 (diff)
Updated to fedora-glibc-20060831T1812cvs/fedora-glibc-2_4_90-28
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in5
2 files changed, 6 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 32a0feccd1..42e132217e 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-08-31 06:40 UTC
-fedora-sync-tag := fedora-glibc-20060831T0640
+fedora-sync-date := 2006-08-31 18:12 UTC
+fedora-sync-tag := fedora-glibc-20060831T1812
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 519c50d449..820e98a303 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 27
+%define glibcrelease 28
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1448,6 +1448,9 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
+- another malloc doubly linked list corruption problem fix (#204653)
+
* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
- allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
- fix splice prototype (#204530)