From: <otm...@us...> - 2011-03-01 21:54:19
|
Revision: 7203 http://jython.svn.sourceforge.net/jython/?rev=7203&view=rev Author: otmarhumbel Date: 2011-03-01 21:54:13 +0000 (Tue, 01 Mar 2011) Log Message: ----------- prepare for 2.5.2 final Modified Paths: -------------- trunk/jython/NEWS trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2011-02-15 21:39:44 UTC (rev 7202) +++ trunk/jython/NEWS 2011-03-01 21:54:13 UTC (rev 7203) @@ -1,5 +1,8 @@ Jython NEWS +Jython 2.5.2 + same as 2.5.2rc4 + Jython 2.5.2rc4 Bugs Fixed - [ 1667 ] thread.local subclasses with constructor params fail Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2011-02-15 21:39:44 UTC (rev 7202) +++ trunk/jython/README.txt 2011-03-01 21:54:13 UTC (rev 7203) @@ -1,9 +1,8 @@ -Welcome to Jython 2.5.2 rc4 -=========================== +Welcome to Jython 2.5.2 +======================= -This is the fourth release candidate of the 2.5.2 version of Jython. -It contains the fixes of the blocker bugs since 2.5.2 rc3. -We still believe that this is the last release candidate before the final 2.5.2 release! +This is the final 2.5.2 release of Jython. +It contains the fixes of the blocker bugs since 2.5.2 release candidate 3. This release fixes bugs related to resource leaks, Java integration, and a number of other issues. See the NEWS file for more details. In Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2011-02-15 21:39:44 UTC (rev 7202) +++ trunk/jython/build.xml 2011-03-01 21:54:13 UTC (rev 7203) @@ -123,13 +123,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5.2rc4"/> - <property name="jython.version.noplus" value="2.5.2rc4"/> + <property name="jython.version" value="2.5.2"/> + <property name="jython.version.noplus" value="2.5.2"/> <property name="jython.major_version" value="2"/> <property name="jython.minor_version" value="5"/> <property name="jython.micro_version" value="2"/> - <property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/> - <property name="jython.release_serial" value="4"/> + <property name="jython.release_level" value="${PY_RELEASE_LEVEL_FINAL}"/> + <property name="jython.release_serial" value="0"/> <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. |