about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-01-06 15:14:37 +0000
committerJakub Jelinek <jakub@redhat.com>2005-01-06 15:14:37 +0000
commitae8e3bb8f338076ca8668e9c95be1c8aa1861fad (patch)
tree193f043b44897ae360c863736de8d675ee4e7742
parent6bb54d1be0dcb4f151328393ee4317cbbe99d0f7 (diff)
downloadglibc-ae8e3bb8f338076ca8668e9c95be1c8aa1861fad.tar.gz
glibc-ae8e3bb8f338076ca8668e9c95be1c8aa1861fad.tar.xz
glibc-ae8e3bb8f338076ca8668e9c95be1c8aa1861fad.zip
2.3.4-4
-rw-r--r--fedora/glibc.spec.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 848f672f17..4c7dc698c3 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 3
+%define glibcrelease 4
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1270,6 +1270,21 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Jan  6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
+- update from CVS
+  - fix IA-32 stack alignment for LinuxThreads thread functions
+  and functions passed to clone(2) directly
+  - fix ecvt{,_r} on denormals (#143279)
+  - fix __tls_get_addr typo
+  - fix rounding in IA-64 alarm (#143710)
+  - don't reinitialize __environ in __libc_start_main, so that
+    effects of setenv/putenv done in DSO initializers are preserved
+    (#144037, IT#57403)
+  - fix fmemopen
+  - fix vDSO l_map_end and l_text_end values
+  - IA64 libm update (#142494)
+- fix ppc rint/ceil etc. (BZ#602)
+
 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
 - rebuilt