|
From: <otm...@us...> - 2010-10-24 21:45:00
|
Revision: 7168
http://jython.svn.sourceforge.net/jython/?rev=7168&view=rev
Author: otmarhumbel
Date: 2010-10-24 21:44:54 +0000 (Sun, 24 Oct 2010)
Log Message:
-----------
website preparation for 2.5.2rc2
Modified Paths:
--------------
trunk/jython/README.txt
trunk/website/index.txt
trunk/website/jysite.py
trunk/website/redirects/downloads.txt
trunk/website/redirects/latest.txt
Modified: trunk/jython/README.txt
===================================================================
--- trunk/jython/README.txt 2010-10-24 20:39:41 UTC (rev 7167)
+++ trunk/jython/README.txt 2010-10-24 21:44:54 UTC (rev 7168)
@@ -1,4 +1,4 @@
-Welcome to Jython 2.5.2 rc1
+Welcome to Jython 2.5.2 rc2
===========================
This is the second release candidate of the 2.5.2 version of Jython.
Modified: trunk/website/index.txt
===================================================================
--- trunk/website/index.txt 2010-10-24 20:39:41 UTC (rev 7167)
+++ trunk/website/index.txt 2010-10-24 21:44:54 UTC (rev 7168)
@@ -4,6 +4,10 @@
Latest News
~~~~~~~~~~~
+**Jython 2.5.2 RC 2 Has Been Released** (October 24, 2010)
+
+The Jython development team would like to announce the release of 2.5.2 Release Candidate 2. For a complete listing of changes, please visit the `Release Notes`_.
+
**Jython 2.5.2 RC 1 Has Been Released** (October 18, 2010)
The Jython development team would like to announce the release of 2.5.2 Release Candidate 1. For a complete listing of changes, please visit the `Release Notes`_.
@@ -89,7 +93,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.2rc1/jython_installer-2.5.2rc1.jar/download
+.. _download the installer by clicking here: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc2/jython_installer-2.5.2rc2.jar/download
Modified: trunk/website/jysite.py
===================================================================
--- trunk/website/jysite.py 2010-10-24 20:39:41 UTC (rev 7167)
+++ trunk/website/jysite.py 2010-10-24 21:44:54 UTC (rev 7168)
@@ -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 1<br/>')
+ buffer.append('<p style="top: 25px; color:#000">Latest release - 2.5.2 - RC 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.2rc1/jython_installer-2.5.2rc1.jar/download">.jar</a>')
+ buffer.append('Download: <a style="color:#000" href="http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc2/jython_installer-2.5.2rc2.jar/download">.jar</a>')
buffer.append('</div>')
buffer.append('<div class="searchbox">')
Modified: trunk/website/redirects/downloads.txt
===================================================================
--- trunk/website/redirects/downloads.txt 2010-10-24 20:39:41 UTC (rev 7167)
+++ trunk/website/redirects/downloads.txt 2010-10-24 21:44:54 UTC (rev 7168)
@@ -1,14 +1,14 @@
Downloads
---------
-The current version of Jython is 2.5.2 - Release Candidate 1, please use the link below to download the Java installer.
+The current version of Jython is 2.5.2 - Release Candidate 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 1
+`Download Jython 2.5.2`_ RC 2
-- MD5: ``4067d89c58d5596ce85611b2defd0333``
-- SHA1: ``6545eda94e5f3a55cc392c59d1ffa683e094eca3``
+- MD5: ``3f03c9c5a7541d6c47b9beb17777860b``
+- SHA1: ``bc38e7910ff221e260401b84b995a1ad970680b3``
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.2rc1/jython_installer-2.5.2rc1.jar/download
+.. _Download Jython 2.5.2: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc2/jython_installer-2.5.2rc2.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 2010-10-24 20:39:41 UTC (rev 7167)
+++ trunk/website/redirects/latest.txt 2010-10-24 21:44:54 UTC (rev 7168)
@@ -6,6 +6,12 @@
Bugs Fixed
----------
+2.5.2-rc2
+~~~~~~~~~
+ - [ 1665 ] cPickle calls __import__ with illegal parameters
+ - [ 1628 ] getpass.getpass echoes input
+ - Fix logic to detect that a console is interactive (related to #1133)
+
2.5.2-rc1
~~~~~~~~~
- [ 1133 ] Support ipython and other completers with readline emulation
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|