From: <fwi...@us...> - 2009-04-28 17:31:20
|
Revision: 6267 http://jython.svn.sourceforge.net/jython/?rev=6267&view=rev Author: fwierzbicki Date: 2009-04-28 17:31:19 +0000 (Tue, 28 Apr 2009) Log Message: ----------- b4 readme Modified Paths: -------------- trunk/jython/README.txt Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-04-27 05:00:40 UTC (rev 6266) +++ trunk/jython/README.txt 2009-04-28 17:31:19 UTC (rev 6267) @@ -1,11 +1,13 @@ -Welcome to Jython 2.5b3 +Welcome to Jython 2.5b4 ======================= -This is the forth beta of the 2.5 version of Jython. It contains a couple of -bug fixes since the 2.5b2 release a couple of days ago. The bug that prompted -another release was a corner case on Windows that caused Jython to not start. -This beta contains all of the new features for the eventual 2.5 release and -represents a feature freeze. +This is the fifth beta of the 2.5 version of Jython. It contains a new +implementation of List and Tuple, as well as a patch which helps Jython run in +an envrironment without file write access (specifically for use on Google App +Engine) There are also a number of smaller bug fixes. This beta contains all +of the new features for the eventual 2.5 release continues the feature freeze. +We are very close, once this beta has been tested in the wild for a bit and we +close a few more high priority bugs, we will start release candidates. 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. |