diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-07 17:14:57 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-07 17:14:57 +0000 |
commit | 11c7d44960a3294e06bd659ccbcbb93b5e8bbf25 (patch) | |
tree | da070a8922a62553b745cb200cbd98392cc357cb /dev-python/numeric/ChangeLog | |
parent | version bump (diff) | |
download | gentoo-2-11c7d44960a3294e06bd659ccbcbb93b5e8bbf25.tar.gz gentoo-2-11c7d44960a3294e06bd659ccbcbb93b5e8bbf25.tar.bz2 gentoo-2-11c7d44960a3294e06bd659ccbcbb93b5e8bbf25.zip |
fixing bug #114885 and others for numeric-24.2
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-python/numeric/ChangeLog')
-rw-r--r-- | dev-python/numeric/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index e928cc831f5e..72c3c91070b8 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-python/numeric -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.26 2006/07/28 20:05:01 the_paya Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.27 2007/02/07 17:14:57 bicatali Exp $ + +*numeric-24.2-r1 (07 Feb 2007) + + 07 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org> + +files/numeric-24.2-arrayobject.patch, +files/numeric-24.2-eigen.patch, + +files/numeric-24.2-lapack.patch, +files/numeric-24.2-umath.patch, + metadata.xml, +numeric-24.2-r1.ebuild: + Fixed an include placement for math.h, allowing acosh and asinh, an + eigenvalue solver hang and a memory leak. Closing bug #114885. Added + longdescription in metadata.xml. 28 Jul 2006; Javier Villavicencio <the_paya@gentoo.org> numeric-24.2.ebuild: |