From: <otm...@us...> - 2011-03-02 23:25:26
|
Revision: 7207 http://jython.svn.sourceforge.net/jython/?rev=7207&view=rev Author: otmarhumbel Date: 2011-03-02 23:25:20 +0000 (Wed, 02 Mar 2011) Log Message: ----------- website preparation for 2.5.2 final Modified Paths: -------------- trunk/website/index.txt trunk/website/jysite.py trunk/website/redirects/constants.txt trunk/website/redirects/downloads.txt trunk/website/redirects/latest.txt Modified: trunk/website/index.txt =================================================================== --- trunk/website/index.txt 2011-03-02 21:54:23 UTC (rev 7206) +++ trunk/website/index.txt 2011-03-02 23:25:20 UTC (rev 7207) @@ -4,11 +4,14 @@ Latest News ~~~~~~~~~~~ +**Jython 2.5.2 Has Been Released** (March 3, 2011) + +The Jython development team is proud to announce the final 2.5.2 release! For a complete listing of changes, please visit the `Release Notes`_. + **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`_. @@ -102,7 +105,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.2rc4/jython_installer-2.5.2rc4.jar/download +.. _download the installer by clicking here: http://sourceforge.net/projects/jython/files/jython/2.5.2/jython_installer-2.5.2.jar/download Modified: trunk/website/jysite.py =================================================================== --- trunk/website/jysite.py 2011-03-02 21:54:23 UTC (rev 7206) +++ trunk/website/jysite.py 2011-03-02 23:25:20 UTC (rev 7207) @@ -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 4<br/>') + buffer.append('<p style="top: 25px; color:#000">Latest release - 2.5.2<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.2rc4/jython_installer-2.5.2rc4.jar/download">.jar</a>') + buffer.append('Download: <a style="color:#000" href="http://sourceforge.net/projects/jython/files/jython/2.5.2/jython_installer-2.5.2.jar/download">.jar</a>') buffer.append('</div>') buffer.append('<div class="searchbox">') Modified: trunk/website/redirects/constants.txt =================================================================== --- trunk/website/redirects/constants.txt 2011-03-02 21:54:23 UTC (rev 7206) +++ trunk/website/redirects/constants.txt 2011-03-02 23:25:20 UTC (rev 7207) @@ -1,3 +1,3 @@ -.. |stable.installer.jar| replace:: jython_installer-2.2.1.jar +.. |stable.installer.jar| replace:: jython_installer-2.5.2.jar -.. _stable.download: http://downloads.sourceforge.net/jython/jython_installer-2.2.1.jar +.. _stable.download: http://sourceforge.net/projects/jython/files/jython/2.5.2/jython_installer-2.5.2.jar/download Modified: trunk/website/redirects/downloads.txt =================================================================== --- trunk/website/redirects/downloads.txt 2011-03-02 21:54:23 UTC (rev 7206) +++ trunk/website/redirects/downloads.txt 2011-03-02 23:25:20 UTC (rev 7207) @@ -1,14 +1,15 @@ Downloads --------- -The current version of Jython is 2.5.2 - Release Candidate 4, please use the link below to download the Java installer. +The current version of Jython is 2.5.2. +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 4 +`Download Jython 2.5.2`_ -- MD5: ``63967bbbd53f8e60c860aa1b11cf3cb8`` -- SHA1: ``3b20e32bbdbe4dc8a4e3b49d173af897e1ee9cb0`` +- MD5: ``7c7d9abd8985df480edeacd27ed9dcd5`` +- SHA1: ``d4534a691edf40aa1d51723dfe3e22db1e39b432`` Previous Releases ----------------- @@ -28,7 +29,7 @@ - MD5: ``774543534bef2d68247953882237d448`` - SHA1: ``6fea1e8985af955fc843789e2d60fcfc38a76fd8`` -.. _Download Jython 2.5.2: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc4/jython_installer-2.5.2rc4.jar/download +.. _Download Jython 2.5.2: http://sourceforge.net/projects/jython/files/jython/2.5.2/jython_installer-2.5.2.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-03-02 21:54:23 UTC (rev 7206) +++ trunk/website/redirects/latest.txt 2011-03-02 23:25:20 UTC (rev 7207) @@ -3,6 +3,19 @@ The following features have been added and bugs have been repaired for 2.5.2. For a look at the complete roadmap for Jython along with links for the PEPs and other information, please look at the `roadmap`_: +New Features +------------ + - The socket module now includes ipv6 support + - The socket module now also includes Internationalized Domain Names (RFC 3490) support on Java 6 + - Performance improvements around method invocation. 2.5.2 runs the richards benchmark 3x faster and the pystone benchmark 20% faster than 2.5.1 + - The posix/nt module was rewritten in Java and the performance of its often performance-critical stat function has significantly improved + - Improved OSError errno messages on Windows + - Slightly improved startup time (ongoing Issue #1380) + - Better readline module emulation (required for IPython support) + - Python functions can be directly passed to Java methods that take a single method interface (such as Callable or Runnable) + - Add google indexer (by Yin Wang and Steve Yegge) + + Bugs Fixed ---------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |