From: <fwi...@us...> - 2009-09-26 16:14:57
|
Revision: 6812 http://jython.svn.sourceforge.net/jython/?rev=6812&view=rev Author: fwierzbicki Date: 2009-09-26 16:14:48 +0000 (Sat, 26 Sep 2009) Log Message: ----------- Update README and version numbering. Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-09-25 03:13:10 UTC (rev 6811) +++ trunk/jython/README.txt 2009-09-26 16:14:48 UTC (rev 6812) @@ -1,11 +1,10 @@ -Welcome to Jython 2.5.1rc3 -========================== +Welcome to Jython 2.5.1 Final +============================= -This is the third 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, as well as a potential data loss -bug when writing to files in append mode. Please see the NEWS file for detailed -release notes. +This is the final release 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, as well as a potential data loss bug when writing to +files in append mode. 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-25 03:13:10 UTC (rev 6811) +++ trunk/jython/build.xml 2009-09-26 16:14:48 UTC (rev 6812) @@ -129,8 +129,8 @@ <property name="jython.major_version" value="2"/> <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="2"/> + <property name="jython.release_level" value="${PY_RELEASE_LEVEL_FINAL}"/> + <property name="jython.release_serial" value="0"/> <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. |