From: <otm...@us...> - 2011-02-14 23:40:25
|
Revision: 7201 http://jython.svn.sourceforge.net/jython/?rev=7201&view=rev Author: otmarhumbel Date: 2011-02-14 23:40:19 +0000 (Mon, 14 Feb 2011) Log Message: ----------- website preparation for 2.5.2rc4 Modified Paths: -------------- trunk/website/index.txt trunk/website/jysite.py trunk/website/redirects/downloads.txt trunk/website/redirects/latest.txt Modified: trunk/website/index.txt =================================================================== --- trunk/website/index.txt 2011-02-14 22:27:53 UTC (rev 7200) +++ trunk/website/index.txt 2011-02-14 23:40:19 UTC (rev 7201) @@ -4,6 +4,11 @@ Latest News ~~~~~~~~~~~ +**Jython 2.5.2 RC 4 Has Been Released** (February 15, 2011) + +The Jython development team would like to announce the release of 2.5.2 Release Candidate 4. For a complete listing of changes, please visit the `Release Notes`_. + + **Jython 2.5.2 RC 3 Has Been Released** (January 11, 2011) The Jython development team would like to announce the release of 2.5.2 Release Candidate 3. For a complete listing of changes, please visit the `Release Notes`_. @@ -97,7 +102,7 @@ .. _this post: http://blog.springpython.webfactional.com/2009/10/15/see-how-spring-python-works-with-jython/ .. _Release Notes: http://www.jython.org/latest.html .. _the bug tracker: http://bugs.jython.org -.. _download the installer by clicking here: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc3/jython_installer-2.5.2rc3.jar/download +.. _download the installer by clicking here: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc4/jython_installer-2.5.2rc4.jar/download Modified: trunk/website/jysite.py =================================================================== --- trunk/website/jysite.py 2011-02-14 22:27:53 UTC (rev 7200) +++ trunk/website/jysite.py 2011-02-14 23:40:19 UTC (rev 7201) @@ -80,9 +80,9 @@ buffer.append('<a href="./" ><img class="logoImage" alt="Jython" style="border: 0px; padding-top: 20px; position:absolute; left: 35px" src="css/jython.png" title="Jython"></a>') buffer.append('</div>') buffer.append('<div class="latest_release" style="position:absolute; color:#000; width:180px; top: 15px; right: 30px; padding:0px 10px 10px 30px; font-size:11px; background:url(\'css/latest_release_bg.png\') no-repeat">') - buffer.append('<p style="top: 25px; color:#000">Latest release - 2.5.2 - RC 3<br/>') + buffer.append('<p style="top: 25px; color:#000">Latest release - 2.5.2 - RC 4<br/>') buffer.append('<a style="color:#000" href="latest.html">View Release Notes</a><br/>') - buffer.append('Download: <a style="color:#000" href="http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc3/jython_installer-2.5.2rc3.jar/download">.jar</a>') + buffer.append('Download: <a style="color:#000" href="http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc4/jython_installer-2.5.2rc4.jar/download">.jar</a>') buffer.append('</div>') buffer.append('<div class="searchbox">') Modified: trunk/website/redirects/downloads.txt =================================================================== --- trunk/website/redirects/downloads.txt 2011-02-14 22:27:53 UTC (rev 7200) +++ trunk/website/redirects/downloads.txt 2011-02-14 23:40:19 UTC (rev 7201) @@ -1,14 +1,14 @@ Downloads --------- -The current version of Jython is 2.5.2 - Release Candidate 3, please use the link below to download the Java installer. +The current version of Jython is 2.5.2 - Release Candidate 4, please use the link below to download the Java installer. Once downloaded, please double-click on the JAR file to start the installation process. You may also want to read the `Installation instructions`_ or the `Release Notes`_. -`Download Jython 2.5.2`_ RC 3 +`Download Jython 2.5.2`_ RC 4 -- MD5: ``4ffedc964ce01b0be9cb4793550311be`` -- SHA1: ``547c424a119661ed1901079ff8f4e45af7d57b56`` +- MD5: ``63967bbbd53f8e60c860aa1b11cf3cb8`` +- SHA1: ``3b20e32bbdbe4dc8a4e3b49d173af897e1ee9cb0`` Previous Releases ----------------- @@ -28,7 +28,7 @@ - MD5: ``774543534bef2d68247953882237d448`` - SHA1: ``6fea1e8985af955fc843789e2d60fcfc38a76fd8`` -.. _Download Jython 2.5.2: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc3/jython_installer-2.5.2rc3.jar/download +.. _Download Jython 2.5.2: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc4/jython_installer-2.5.2rc4.jar/download .. _Jython 2.5.1: http://sourceforge.net/projects/jython/files/jython/2.5.1/jython_installer-2.5.1.jar/download .. _Jython 2.5.0: http://sourceforge.net/projects/jython/files/jython/2.5.0/jython_installer-2.5.0.jar/download .. _Jython 2.2.1: http://sourceforge.net/projects/jython/files/jython/jython_installer-2.2.1.jar Modified: trunk/website/redirects/latest.txt =================================================================== --- trunk/website/redirects/latest.txt 2011-02-14 22:27:53 UTC (rev 7200) +++ trunk/website/redirects/latest.txt 2011-02-14 23:40:19 UTC (rev 7201) @@ -6,6 +6,15 @@ Bugs Fixed ---------- +2.5.2-rc4 +~~~~~~~~~ + - [ 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) + 2.5.2-rc3 ~~~~~~~~~ - [ 1674 ] PDB crashes under the JSR-223 scripting engine This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |