From 1beea155aecf2e7d6bfa1399b7c0f4f53dde408c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 20 Oct 2005 07:09:44 +0000 Subject: [PATCH] 2.3.90-15 --- fedora/glibc.spec.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index cd07d14049..4c49098edb 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 xenarches i686 athlon @@ -1083,6 +1083,12 @@ rm -f *.filelist* %endif %changelog +* Thu Oct 20 2005 Jakub Jelinek 2.3.90-15 +- update from CVS + - be permissive in %n check because of kernel bug #165351 (#171240) + - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521) + - many locale fixes + * Mon Oct 10 2005 Jakub Jelinek 2.3.90-14 - update from CVS - fix malloc bug after fork introduced in the last update -- 2.11.4.GIT