From: <otm...@us...> - 2010-09-13 13:44:39
|
Revision: 7121 http://jython.svn.sourceforge.net/jython/?rev=7121&view=rev Author: otmarhumbel Date: 2010-09-13 13:44:33 +0000 (Mon, 13 Sep 2010) Log Message: ----------- prepare for 2.5.2b2 Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2010-09-12 23:08:19 UTC (rev 7120) +++ trunk/jython/README.txt 2010-09-13 13:44:33 UTC (rev 7121) @@ -1,11 +1,13 @@ -Welcome to Jython 2.5.2 Beta1 +Welcome to Jython 2.5.2 Beta2 ============================= -This is the first beta release of the 2.5.2 version of Jython. This release -fixes a number of bugs, including some Java integration problems, several modjy -bugs, a number of Python compatibility bugs, and more. See the NEWS file for +This is the second beta release of the 2.5.2 version of Jython. This release +fixes a number of bugs and addresses memory and threading issues. See the NEWS file for more details. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. -Please try this out and report any bugs at http://bugs.jython.org. +Please try it out and report any bugs at http://bugs.jython.org. + +And - last but not least - please help spread the word: +If companies still are using Jython 2.2.1, they really should start testing against 2.5.2 now. Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2010-09-12 23:08:19 UTC (rev 7120) +++ trunk/jython/build.xml 2010-09-13 13:44:33 UTC (rev 7121) @@ -123,13 +123,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5.2b1"/> - <property name="jython.version.noplus" value="2.5.2b1"/> + <property name="jython.version" value="2.5.2b2"/> + <property name="jython.version.noplus" value="2.5.2b2"/> <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_BETA}"/> - <property name="jython.release_serial" value="1"/> + <property name="jython.release_serial" value="2"/> <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. |