summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-14 05:57:55 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-14 05:57:55 +0000
commit9869e6ec913e268748f510ab6ec64b8fd62531bc (patch)
treef3f8b9c049c73755d183cc1c1affd34ee8f9772b /fedora
parent3ee87ca7d4c813087eeee8b9fd04b7836244a54a (diff)
Updated to fedora-glibc-20041014T0548
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in9
2 files changed, 10 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index abdfc0ce41..939c3e1144 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-10-12 11:28 UTC
-fedora-sync-tag := fedora-glibc-20041012T1128
+fedora-sync-date := 2004-10-14 05:48 UTC
+fedora-sync-tag := fedora-glibc-20041014T0548
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 766d7c5518..b32811dd1f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 67
+%define glibcrelease 68
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1239,6 +1239,13 @@ rm -f *.filelist*
%endif
%changelog
+* Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
+- update from CVS
+ - support for namespaces in the dynamic linker
+ - fix dlclose (BZ #77)
+ - libSegFault.so uses now backtrace() to work on IA-64, x86-64
+ and s390 (#130254)
+
* Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
- update from CVS
- use non-blocking sockets in resolver (#135234)