|
From: <otm...@us...> - 2011-01-10 23:29:29
|
Revision: 7185
http://jython.svn.sourceforge.net/jython/?rev=7185&view=rev
Author: otmarhumbel
Date: 2011-01-10 23:29:19 +0000 (Mon, 10 Jan 2011)
Log Message:
-----------
website preparation for 2.5.2rc3
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-01-10 21:48:12 UTC (rev 7184)
+++ trunk/website/index.txt 2011-01-10 23:29:19 UTC (rev 7185)
@@ -4,6 +4,10 @@
Latest News
~~~~~~~~~~~
+**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`_.
+
**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`_.
@@ -93,7 +97,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.2rc2/jython_installer-2.5.2rc2.jar/download
+.. _download the installer by clicking here: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc3/jython_installer-2.5.2rc3.jar/download
Modified: trunk/website/jysite.py
===================================================================
--- trunk/website/jysite.py 2011-01-10 21:48:12 UTC (rev 7184)
+++ trunk/website/jysite.py 2011-01-10 23:29:19 UTC (rev 7185)
@@ -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 2<br/>')
+ buffer.append('<p style="top: 25px; color:#000">Latest release - 2.5.2 - RC 3<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.2rc2/jython_installer-2.5.2rc2.jar/download">.jar</a>')
+ 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('</div>')
buffer.append('<div class="searchbox">')
Modified: trunk/website/redirects/downloads.txt
===================================================================
--- trunk/website/redirects/downloads.txt 2011-01-10 21:48:12 UTC (rev 7184)
+++ trunk/website/redirects/downloads.txt 2011-01-10 23:29:19 UTC (rev 7185)
@@ -1,14 +1,14 @@
Downloads
---------
-The current version of Jython is 2.5.2 - Release Candidate 2, please use the link below to download the Java installer.
+The current version of Jython is 2.5.2 - Release Candidate 3, 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 2
+`Download Jython 2.5.2`_ RC 3
-- MD5: ``3f03c9c5a7541d6c47b9beb17777860b``
-- SHA1: ``bc38e7910ff221e260401b84b995a1ad970680b3``
+- MD5: ``4ffedc964ce01b0be9cb4793550311be``
+- SHA1: ``547c424a119661ed1901079ff8f4e45af7d57b56``
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.2rc2/jython_installer-2.5.2rc2.jar/download
+.. _Download Jython 2.5.2: http://sourceforge.net/projects/jython/files/jython-dev/2.5.2rc3/jython_installer-2.5.2rc3.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-01-10 21:48:12 UTC (rev 7184)
+++ trunk/website/redirects/latest.txt 2011-01-10 23:29:19 UTC (rev 7185)
@@ -6,6 +6,16 @@
Bugs Fixed
----------
+2.5.2-rc3
+~~~~~~~~~
+ - [ 1674 ] PDB crashes under the JSR-223 scripting engine
+ - [ 1680 ] jython -c option is not parsed right
+ - [ 1681 ] JSR-223, Jython 2.5.2 and implementing Java Interfaces from Python
+ - [ 1675 ] Jython exits prematurely when executing a file, thus killing Swing windows
+ - [ 1682 ] exit code of 0 on unhandled exception
+ - [ 1668 ] strptime('','') works on cpython but not on jython
+ - [ 1693 ] Unicode sys.path elements cause UnicodeErrors on import
+
2.5.2-rc2
~~~~~~~~~
- [ 1665 ] cPickle calls __import__ with illegal parameters
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|