From: <mor...@us...> - 2010-12-28 06:26:43
|
Revision: 3880 http://ecell.svn.sourceforge.net/ecell/?rev=3880&view=rev Author: moriyoshi Date: 2010-12-28 06:26:34 +0000 (Tue, 28 Dec 2010) Log Message: ----------- * Give 3.2.2 a go. Modified Paths: -------------- ecell3/trunk/NEWS ecell3/trunk/ecell_version.sh Modified: ecell3/trunk/NEWS =================================================================== --- ecell3/trunk/NEWS 2010-12-21 08:52:36 UTC (rev 3879) +++ ecell3/trunk/NEWS 2010-12-28 06:26:34 UTC (rev 3880) @@ -1,6 +1,24 @@ +ecell-3.2.2: 29-Dec-2010 + + * Fixed the bug that some expressions given to ExpressionFluxProcess or + ExpressionAssignmentProcess would not be evaluated correctly. + + * Fixed segmentation fault bug in ExpressionAssignmentProcess. + + * Overhauled libecs::Polymorph. + + * Fixed a bug in ecell.session_manager that SGE backend doesn't work + unless setOwner() is called prior to job dispatch. + + * Fixed compilation error in ecell/libecs/MethodProxy.hpp. + + * Fixed ecell._ecs module so that iter(process.variableReferences) works + correctly. + + ecell-3.2.1: 23-Sep-2010 - * Fix segmentation fault in PythonProcess and PythonFluxProcess. + * Fixed segmentation fault in PythonProcess and PythonFluxProcess. * Removed DifferentialStepper::initializeStepInterval() in favor of virtualized Stepper::setStepInterval(). Modified: ecell3/trunk/ecell_version.sh =================================================================== --- ecell3/trunk/ecell_version.sh 2010-12-21 08:52:36 UTC (rev 3879) +++ ecell3/trunk/ecell_version.sh 2010-12-28 06:26:34 UTC (rev 3880) @@ -1,5 +1,5 @@ ECELL_MAJOR_VERSION=3 ECELL_MINOR_VERSION=2 -ECELL_MICRO_VERSION=1 +ECELL_MICRO_VERSION=2 ECELL_PACKAGE_REVISION= ECELL_VERSION_NUMBER=${ECELL_MAJOR_VERSION}.${ECELL_MINOR_VERSION}.${ECELL_MICRO_VERSION}${ECELL_PACKAGE_REVISION} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |