diff options
author | 2005-09-17 16:49:42 +0000 | |
---|---|---|
committer | 2005-09-17 16:49:42 +0000 | |
commit | 6ae455b10959228ebc7e138678c88552b1ef7a8a (patch) | |
tree | a56f1f51e28b154e47cc0bd5921b8a0e706553e5 /kde-base/kdelibs/ChangeLog | |
parent | Mark 2.12.0 2.10.2 ~alpha (diff) | |
download | gentoo-2-6ae455b10959228ebc7e138678c88552b1ef7a8a.tar.gz gentoo-2-6ae455b10959228ebc7e138678c88552b1ef7a8a.tar.bz2 gentoo-2-6ae455b10959228ebc7e138678c88552b1ef7a8a.zip |
Change to --disable-fast-malloc for reasons I discuss in the ChangeLog
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/kdelibs/ChangeLog')
-rw-r--r-- | kde-base/kdelibs/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/kde-base/kdelibs/ChangeLog b/kde-base/kdelibs/ChangeLog index 0735cebe34f6..70f19738e44e 100644 --- a/kde-base/kdelibs/ChangeLog +++ b/kde-base/kdelibs/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for kde-base/kdelibs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.271 2005/09/17 14:51:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.272 2005/09/17 16:49:42 caleb Exp $ + +*kdelibs-3.4.2-r1 (17 Sep 2005) + + 17 Sep 2005; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.4.2-r1.ebuild, + kdelibs-3.5_alpha1.ebuild: + I'm promoting the change over to --disable-fast-malloc. Since we provide a + good glibc, this fast-malloc really isn't needed. Also, I have experienced + lots of spurious crashes with KDE applications with glibc-2.3.4.20041108 and + higher (with multithreaded applications), and using glibc's malloc instead + of KDE's implementation fixed it. 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> kdelibs-3.4.1-r1.ebuild: Mark 3.4.1-r1 stable on alpha |