Skip to content

Commit

Permalink
prepare for 2.5.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
ohumbel committed Mar 1, 2011
1 parent 1d2ea15 commit 91ca1a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 4 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ svnant.jar.dir=${basedir}/../externals/svnant-jars
<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" />
Expand Down

0 comments on commit 91ca1a4

Please sign in to comment.