From: <fwi...@us...> - 2009-09-01 14:02:39
|
Revision: 6739 http://jython.svn.sourceforge.net/jython/?rev=6739&view=rev Author: fwierzbicki Date: 2009-09-01 14:02:31 +0000 (Tue, 01 Sep 2009) Log Message: ----------- Update README Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-09-01 13:59:14 UTC (rev 6738) +++ trunk/jython/README.txt 2009-09-01 14:02:31 UTC (rev 6739) @@ -1,11 +1,10 @@ -Welcome to Jython 2.5.0 -======================= +Welcome to Jython 2.5.1rc1 +========================== -This is the final release of the 2.5.0 version of Jython and brings us up to -language level compatibility with the 2.5 version of CPython. This release has -had a strong focus on CPython compatibility, and so this release of Jython can -run more pure Python apps then any previous release. Please see the NEWS file -for detailed release notes. +This is the first 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 +detailed release notes. The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |