about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-04-27 11:59:11 +0000
committerJakub Jelinek <jakub@redhat.com>2005-04-27 11:59:11 +0000
commit27bf484e98363620e1618827cbe8f206a4c9687a (patch)
tree05c22b4abf8ab50157dbb3a92fbd7bc919f1b4d1
parent44c3fe3909b8a180743fa772cc3461d493ecbcb8 (diff)
downloadglibc-27bf484e98363620e1618827cbe8f206a4c9687a.tar.gz
glibc-27bf484e98363620e1618827cbe8f206a4c9687a.tar.xz
glibc-27bf484e98363620e1618827cbe8f206a4c9687a.zip
-rw-r--r--fedora/glibc.spec.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index faef2c9a64..81553a48aa 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1337,6 +1337,21 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
+- update from CVS
+  - with MALLOC_CHECK_=N N>0 (#153003)
+  - fix recursive dlclose (#154641)
+  - handle %z in strptime (#154804)
+  - automatically append /%{_lib}/obsolete/linuxthreads/
+    to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
+    or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
+    properly).  Warning: all those will stop working when LinuxThreads
+    is finally nuked, which is not very far away
+  - remove nonnull attribute from acct prototype (BZ#877)
+  - kernel CPU clocks support
+  - fix *scanf in locales with multi-byte decimal point
+
+* Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
 - glibc-xen subpackage for i686
 
 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
@@ -1344,6 +1359,7 @@ rm -f *.filelist*
   - fix execvp regression (BZ#851)
   - ia64 libm updates
   - sparc updates
+  - fix initstate{,_r}/strfry (#154504)
   - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
     support "hwcap" keyword in ld.so.conf files