diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-03-19 20:42:51 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-03-19 20:42:51 +0000 |
commit | f5c3480e830e94e0e51a0bdb1053944daed8bc58 (patch) | |
tree | 1c7dcf2d879e7974ba423be7034da64718694fdf | |
parent | e818d7d5034bd33373aebf570402abdb8e434f6e (diff) | |
download | glibc-f5c3480e830e94e0e51a0bdb1053944daed8bc58.tar.gz glibc-f5c3480e830e94e0e51a0bdb1053944daed8bc58.tar.xz glibc-f5c3480e830e94e0e51a0bdb1053944daed8bc58.zip |
2.3.4-15
-rw-r--r-- | fedora/glibc.spec.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 4115d4f252..3b62b41830 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 14 +%define glibcrelease 15 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1275,6 +1275,15 @@ rm -f *.filelist* %endif %changelog +* Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15 +- update from CVS + - better fix for the dlclose bug (#145810, #150414) + - fix regex crash on case insensitive search in zh_CN locale + (#151215) + - fix malloc_trim (BZ#779) + - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others + as function-like macros, there are too many broken programs + out there - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372) * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14 |