From: <fwi...@us...> - 2009-09-12 18:14:26
|
Revision: 6789 http://jython.svn.sourceforge.net/jython/?rev=6789&view=rev Author: fwierzbicki Date: 2009-09-12 18:14:14 +0000 (Sat, 12 Sep 2009) Log Message: ----------- Update versions. Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-09-12 02:24:31 UTC (rev 6788) +++ trunk/jython/README.txt 2009-09-12 18:14:14 UTC (rev 6789) @@ -1,9 +1,9 @@ -Welcome to Jython 2.5.1rc1 +Welcome to Jython 2.5.1rc2 ========================== -This is the first release candidate of the 2.5.1 version of Jython. This +This is the second release candidate of the 2.5.1 version of Jython. This release fixes a number of bugs, including some major errors when using -coroutines and when using relative imports. Please see the NEWS file for +coroutines and when using relative imports. Please see the NEWS file for detailed release notes. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-09-12 02:24:31 UTC (rev 6788) +++ trunk/jython/build.xml 2009-09-12 18:14:14 UTC (rev 6789) @@ -130,7 +130,7 @@ <property name="jython.minor_version" value="5"/> <property name="jython.micro_version" value="1"/> <property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/> - <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. |