From: <fwi...@us...> - 2010-06-25 13:16:20
|
Revision: 7069 http://jython.svn.sourceforge.net/jython/?rev=7069&view=rev Author: fwierzbicki Date: 2010-06-25 13:16:13 +0000 (Fri, 25 Jun 2010) Log Message: ----------- Update for next release. Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2010-06-24 22:16:42 UTC (rev 7068) +++ trunk/jython/README.txt 2010-06-25 13:16:13 UTC (rev 7069) @@ -1,11 +1,11 @@ -Welcome to Jython 2.5.1 Final +Welcome to Jython 2.5.2 Beta1 ============================= -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. +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 +more details. -The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. +The release was compiled on Windows XP with JDK 6 and requires JDK 5 to run. Please try this out and report any bugs at http://bugs.jython.org. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |