about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-12-08 10:52:16 +0000
committerJakub Jelinek <jakub@redhat.com>2004-12-08 10:52:16 +0000
commitff4eb01a424875d6ff9183c4f4f42d17743fee77 (patch)
tree7e50d614a494a6d9bc1988dcab754a46e600d079 /fedora
parent2f533068b94ea0c6be63545b62b2597bc1bffcfc (diff)
downloadglibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar.gz
glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.tar.xz
glibc-ff4eb01a424875d6ff9183c4f4f42d17743fee77.zip
Updated to fedora-glibc-20041208T1024
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in10
2 files changed, 11 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index b747e0074b..e493d062a6 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-12-07 13:31 UTC
-fedora-sync-tag := fedora-glibc-20041207T1331
+fedora-sync-date := 2004-12-08 10:24 UTC
+fedora-sync-tag := fedora-glibc-20041208T1024
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 9181ee2ca7..59711c00b1 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 88
+%define glibcrelease 89
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1259,6 +1259,14 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Dec  8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
+- update from CVS
+  - fix clone2 on ia64
+  - avoid tst-timer5 failing with linuxthreads implementation
+- if __libc_enable_secure, disallow mode != normal
+- change ldd script to imply -r when -u is used, properly
+  propagate return value and handle suid binaries
+
 * Tue Dec  7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
 - update from CVS
   - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure