From: <fwi...@us...> - 2009-03-10 19:00:06
|
Revision: 6088 http://jython.svn.sourceforge.net/jython/?rev=6088&view=rev Author: fwierzbicki Date: 2009-03-10 18:59:50 +0000 (Tue, 10 Mar 2009) Log Message: ----------- increment version and README for another beta. Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-03-10 18:47:33 UTC (rev 6087) +++ trunk/jython/README.txt 2009-03-10 18:59:50 UTC (rev 6088) @@ -1,9 +1,11 @@ -Welcome to Jython 2.5b2 +Welcome to Jython 2.5b3 ======================= -This is the third beta of the 2.5 version of Jython. It -contains all of the new features for the 2.5 release and represents a feature -freeze. +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 promted +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. 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-03-10 18:47:33 UTC (rev 6087) +++ trunk/jython/build.xml 2009-03-10 18:59:50 UTC (rev 6088) @@ -188,13 +188,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5b2+"/> - <property name="jython.version.noplus" value="2.5b2"/> + <property name="jython.version" value="2.5b3+"/> + <property name="jython.version.noplus" value="2.5b3"/> <property name="jython.major_version" value="2"/> <property name="jython.minor_version" value="5"/> <property name="jython.micro_version" value="0"/> <property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/> - <property name="jython.release_serial" value="2"/> + <property name="jython.release_serial" value="3"/> <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. |