From: <otm...@us...> - 2011-01-10 21:42:52
|
Revision: 7183 http://jython.svn.sourceforge.net/jython/?rev=7183&view=rev Author: otmarhumbel Date: 2011-01-10 21:42:46 +0000 (Mon, 10 Jan 2011) Log Message: ----------- prepare for 2.5.2rc3 Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2011-01-07 01:15:51 UTC (rev 7182) +++ trunk/jython/README.txt 2011-01-10 21:42:46 UTC (rev 7183) @@ -1,10 +1,9 @@ -Welcome to Jython 2.5.2 rc2 +Welcome to Jython 2.5.2 rc3 =========================== -This is the second release candidate of the 2.5.2 version of Jython. -The major difference to rc1 is a fix for better IPython support. -We still hope that there won't be many more release candidates, but this -will depend on bug reports. +This is the third release candidate of the 2.5.2 version of Jython. +It contains the most important bug fixes since 2.5.2 rc2. +We believe that this is the last release candidate before the final 2.5.2 release! This release fixes bugs related to resource leaks, Java integration, and a number of other issues. See the NEWS file for more details. In Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2011-01-07 01:15:51 UTC (rev 7182) +++ trunk/jython/build.xml 2011-01-10 21:42:46 UTC (rev 7183) @@ -123,13 +123,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5.2rc2"/> - <property name="jython.version.noplus" value="2.5.2rc2"/> + <property name="jython.version" value="2.5.2rc3"/> + <property name="jython.version.noplus" value="2.5.2rc3"/> <property name="jython.major_version" value="2"/> <property name="jython.minor_version" value="5"/> <property name="jython.micro_version" value="2"/> <property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/> - <property name="jython.release_serial" value="2"/> + <property name="jython.release_serial" value="3"/> <condition property="do.snapshot.build"> <isset property="snapshot.revision" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |