From: <otm...@us...> - 2011-02-14 22:09:55
|
Revision: 7199 http://jython.svn.sourceforge.net/jython/?rev=7199&view=rev Author: otmarhumbel Date: 2011-02-14 22:09:48 +0000 (Mon, 14 Feb 2011) Log Message: ----------- prepare for 2.5.2rc4 Modified Paths: -------------- trunk/jython/NEWS trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2011-02-13 20:49:57 UTC (rev 7198) +++ trunk/jython/NEWS 2011-02-14 22:09:48 UTC (rev 7199) @@ -1,12 +1,13 @@ Jython NEWS -Jython 2.5.2 +Jython 2.5.2rc4 Bugs Fixed - [ 1667 ] thread.local subclasses with constructor params fail - [ 1698 ] warnings module fails under JSR-223 - [ 1697 ] Wrong error message when http connection can not be established - [ 1210 ] Lib/socket.py doesn't allow IPv6 sockets and fails with an AssertionError - [ 1700 ] "virtualenv is not compatible" to 2.5.2rc3 + - [ 1701 ] Files are not flushed properly when opened from the EDT (partial fix) Jython 2.5.2rc3 Bugs Fixed Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2011-02-13 20:49:57 UTC (rev 7198) +++ trunk/jython/README.txt 2011-02-14 22:09:48 UTC (rev 7199) @@ -1,9 +1,9 @@ -Welcome to Jython 2.5.2 rc3 +Welcome to Jython 2.5.2 rc4 =========================== -This is the third release candidate of the 2.5.2 version of Jython. -It contains the most important bug fixes since 2.5.2 rc2. -We believe that this is the last release candidate before the final 2.5.2 release! +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 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-13 20:49:57 UTC (rev 7198) +++ trunk/jython/build.xml 2011-02-14 22:09:48 UTC (rev 7199) @@ -123,13 +123,13 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5.2rc3"/> - <property name="jython.version.noplus" value="2.5.2rc3"/> + <property name="jython.version" value="2.5.2rc4"/> + <property name="jython.version.noplus" value="2.5.2rc4"/> <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="3"/> + <property name="jython.release_serial" value="4"/> <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. |