From: <fwi...@us...> - 2009-05-11 21:03:32
|
Revision: 6341 http://jython.svn.sourceforge.net/jython/?rev=6341&view=rev Author: fwierzbicki Date: 2009-05-11 21:03:27 +0000 (Mon, 11 May 2009) Log Message: ----------- Changes for rc2. Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-05-11 21:00:49 UTC (rev 6340) +++ trunk/jython/README.txt 2009-05-11 21:03:27 UTC (rev 6341) @@ -1,12 +1,15 @@ -Welcome to Jython 2.5rc1 +Welcome to Jython 2.5rc2 ======================== -This is the first release candidate of the 2.5 version of Jython. It contains -bug fixes and polish since the last beta. One especially nice bit of polish is -that jline is enabled by default now, and so using up and down arrows should -work out of the box. If no major bugs are found this release will get -re-labled and released as the production version of 2.5.0. +This is the second release candidate of the 2.5 version of Jython (about 10 +minutes after the first). It fixes a windows bug with our jline support on +windows. Below is the RC1 notes: +It contains bug fixes and polish since the last beta. One especially nice bit +of polish is that jline is enabled by default now, and so using up and down +arrows should work out of the box. If no major bugs are found this release +will get re-labled and released as the production version of 2.5.0. + The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. Please try this out and report any bugs at http://bugs.jython.org. Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-05-11 21:00:49 UTC (rev 6340) +++ trunk/jython/build.xml 2009-05-11 21:03:27 UTC (rev 6341) @@ -186,13 +186,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5rc1+"/> - <property name="jython.version.noplus" value="2.5rc1"/> + <property name="jython.version" value="2.5rc2+"/> + <property name="jython.version.noplus" value="2.5rc2"/> <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_GAMMA}"/> - <property name="jython.release_serial" value="1"/> + <property name="jython.release_serial" value="2"/> <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. |