From: <fwi...@us...> - 2009-05-26 19:45:33
|
Revision: 6385 http://jython.svn.sourceforge.net/jython/?rev=6385&view=rev Author: fwierzbicki Date: 2009-05-26 19:44:21 +0000 (Tue, 26 May 2009) Log Message: ----------- RC3 numbering Modified Paths: -------------- trunk/jython/NEWS trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-05-26 19:24:16 UTC (rev 6384) +++ trunk/jython/NEWS 2009-05-26 19:44:21 UTC (rev 6385) @@ -1,12 +1,12 @@ Jython NEWS -Jython 2.5.0 +Jython 2.5.0 rc3 Bugs fixed - [ 1344 ] setName semantics of threading.Thread different to CPython - Fixed JLine console on cygwin - [ 1348 ] muti-threaded issue, maybe threads cannot exit -Jython 2.5.0 a0 - rc1 +Jython 2.5.0 a0 - rc2 Bugs fixed (new numbering due to move to Roundup) - [ 1188 ] Patch against trunk to handle SecurityExceptions - [ 1271 ] Bean property accessors in derived class overide methods in base class Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2009-05-26 19:24:16 UTC (rev 6384) +++ trunk/jython/README.txt 2009-05-26 19:44:21 UTC (rev 6385) @@ -1,15 +1,9 @@ -Welcome to Jython 2.5rc2 +Welcome to Jython 2.5rc3 ======================== -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: +This is the third release candidate of the 2.5 version of Jython. It partially +fixes JLine on Cygwin and some threading issues. -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-26 19:24:16 UTC (rev 6384) +++ trunk/jython/build.xml 2009-05-26 19:44:21 UTC (rev 6385) @@ -187,13 +187,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5rc2+"/> - <property name="jython.version.noplus" value="2.5rc2"/> + <property name="jython.version" value="2.5rc3+"/> + <property name="jython.version.noplus" value="2.5rc3"/> <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="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. |