From 599a20d94fe8ed1568405f086d78e426f53ff98b Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 23 May 2014 11:38:27 +0000 Subject: [PATCH] 0.9.13 Backup news Fix /dl alias --- i2p2www/__init__.py | 2 +- ...3-Release.rst.draft => 0.9.13-Release.rst} | 0 i2p2www/legacy.py | 1 - i2p2www/pages/downloads/list.html | 8 ++--- i2p2www/static/news/news.xml | 33 +++---------------- i2p2www/urls.py | 1 + 6 files changed, 11 insertions(+), 34 deletions(-) rename i2p2www/blog/2014/05/22/{0.9.13-Release.rst.draft => 0.9.13-Release.rst} (100%) diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index d44402cc..6334871a 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -21,7 +21,7 @@ except ImportError: ########### # Constants -CURRENT_I2P_VERSION = '0.9.12' +CURRENT_I2P_VERSION = '0.9.13' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/blog/2014/05/22/0.9.13-Release.rst.draft b/i2p2www/blog/2014/05/22/0.9.13-Release.rst similarity index 100% rename from i2p2www/blog/2014/05/22/0.9.13-Release.rst.draft rename to i2p2www/blog/2014/05/22/0.9.13-Release.rst diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index b4b28cea..57a7df05 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -7,7 +7,6 @@ from flask import g, redirect, url_for LEGACY_FUNCTIONS_MAP={ 'announcements': {'function': 'blog_index', 'params': {}}, 'debian': {'function': 'downloads_debian', 'params': {}}, - 'dl': {'function': 'downloads_list', 'params': {}}, 'download': {'function': 'downloads_list', 'params': {}}, 'installation': {'function': 'downloads_list', 'params': {}}, 'meetings': {'function': 'meetings_index', 'params': {}}, diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 785b651e..6f3e690e 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -1,9 +1,9 @@ {% extends "global/layout.html" %} {% block title %}{{ _('Download') }}{% endblock %} -{% set i2pinstall_windows_hash = 'e31a9eb24f66fedcf81651819f492837f30ea5448895e9b4a2fa514fc2212c08' %} -{% set i2pinstall_jar_hash = 'a9108ae86eba09b80a837b7db40b348cfbe403c6ed05cf2538f5fec2544c55e4' %} -{% set i2psource_hash = '71639369458bee414d1c319b1778d7f85301bd67aca738061961f2823f0f284e' %} -{% set i2pupdate_hash = 'c4b131f1dab058123e62dd8416d3b073ae7ec2ffc6e5e1574bb266875e2f4d1e' %} +{% set i2pinstall_windows_hash = '1839a392c74b3d57d8dfdf8016ad37538bbdd315535f7b58258ec4a4639d29f1' %} +{% set i2pinstall_jar_hash = '62c2731109c5c9983705a5b9e615f57523594db339a798f56e9d5a6ba188cb02' %} +{% set i2psource_hash = 'd313e2e0de43303c6633f433860d0fc10b7e9c014950261c331c1caf8ef38c79' %} +{% set i2pupdate_hash = '639b281cde82059a1b69a3074b8ebaf1046791be40d57e8a48f748e065f8a368' %} {% set i2p_android_hash = 'a3d9cb2369a704570c1d45e8df48b7ecf459207d3609711e6cb2b093d69b0f2e' %} {% block content %}

{{ _('Dependency') }}

diff --git a/i2p2www/static/news/news.xml b/i2p2www/static/news/news.xml index 2f91104d..7b008d68 100644 --- a/i2p2www/static/news/news.xml +++ b/i2p2www/static/news/news.xml @@ -1,35 +1,12 @@
-

2014-03-31: 0.9.12 Released

+

2014-05-22: 0.9.13 Released

-I2P now requires Java 6 or higher. -We strongly recommend that you upgrade to Java 7. -If you are still using Java 5, you must upgrade your Java before installing I2P 0.9.12. -

-0.9.12 adds preliminary support for ECDSA-signed Destinations. -It contains several fixes for the handling of Delivery Status Messages (acknowledgements) -and those messages are now end-to-end encrypted for increased security. -

-We have upgraded to Jetty 8. -Jetty 8 is almost identical to Jetty 7, so there are no complex configuration file conversions as there have been in past Jetty upgrades. -No manual changes should be necessary. -

-Of course, there's also the usual collection of bug fixes. +0.9.13 includes fixes for firewalled routers, netdb lookup improvements, and a big SusiMail update. +Of course, there's also the usual collection of bug fixes and translation updates. All users should update. -

-Search engine DuckDuckGo recently -donated $5000 to I2P in their annual open-source -donation program. The award was granted on the basis of -nominations -on the DuckDuckGo community portal. -

-This marks the single largest donation ever received by I2P and reflects a growing interest in -privacy and security by the Internet community. The funding will help I2P to reach more users, expand -development, audit the code, and attend conferences. -I2P thanks Gabriel Weinberg and DuckDuckGo for the generous donation, -and the I2P community for its support in the nominations.

diff --git a/i2p2www/urls.py b/i2p2www/urls.py index 9e226447..ca9290db 100644 --- a/i2p2www/urls.py +++ b/i2p2www/urls.py @@ -68,6 +68,7 @@ url('//meetings/.rst', 'meetings.views.meetings_show_rst') url('//feed/meetings/atom', 'meetings.views.meetings_atom') url('//download', 'downloads.downloads_list') +url('//dl', 'downloads.downloads_list') url('//download/debian', 'downloads.downloads_debian') url('//download///mirrors', 'downloads.downloads_select') url('//download///any//download', 'downloads.downloads_redirect', defaults={'domain': None})