about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-09-26 08:45:22 +0000
committerJakub Jelinek <jakub@redhat.com>2004-09-26 08:45:22 +0000
commitefaf80c5d05102f75864847140bfb8b2bdbd4523 (patch)
tree9bbd4e18555c6a8779c9afbbe2141bd5f592bc87 /fedora
parent959f4c054789f1ce232bea8d226859262ed1bcbb (diff)
downloadglibc-efaf80c5d05102f75864847140bfb8b2bdbd4523.tar.gz
glibc-efaf80c5d05102f75864847140bfb8b2bdbd4523.tar.xz
glibc-efaf80c5d05102f75864847140bfb8b2bdbd4523.zip
Diffstat (limited to 'fedora')
-rw-r--r--fedora/glibc.spec.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index cfdcbbf227..b2cb49a67f 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 57
+%define glibcrelease 58
 %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
+* Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
+- update from CVS
+  - vasprintf fix (BZ #346)
+  - gettext locking (BZ #322)
+- change linuxthreads useldt.h inclusion login again, the last
+  one failed all linuxthreads FLOATING_STACKS tests
+
 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
 - update from CVS
   - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)