From b6a0a63a1f414a2c41d4e1797e6e565d8c3ae475 Mon Sep 17 00:00:00 2001 From: str4d Date: Tue, 4 Jun 2013 13:57:19 +0000 Subject: [PATCH] Migrated release-0.9.6.html --- i2p2www/blog/2013/05/28/0.9.6-Release.rst | 119 ++++++++++++++++++++++ www.i2p2/pages/release-0.9.6.html | 103 ------------------- 2 files changed, 119 insertions(+), 103 deletions(-) create mode 100644 i2p2www/blog/2013/05/28/0.9.6-Release.rst delete mode 100644 www.i2p2/pages/release-0.9.6.html diff --git a/i2p2www/blog/2013/05/28/0.9.6-Release.rst b/i2p2www/blog/2013/05/28/0.9.6-Release.rst new file mode 100644 index 00000000..0eca262c --- /dev/null +++ b/i2p2www/blog/2013/05/28/0.9.6-Release.rst @@ -0,0 +1,119 @@ +============= +{% trans %}0.9.6 Release{% endtrans %} +============= +.. meta:: + :date: 2013-05-28 + :category: release + :excerpt: {% trans %}0.9.6 includes bug fixes and an update from Jetty 6.1.26 (2010-11-10) to Jetty 7.6.10 (2013-03-12). See below for important information on the Jetty update. The Jetty 7 series is actively maintained and we plan to stay current with it in future I2P releases.{% endtrans %} + +{% trans -%} +0.9.6 includes bug fixes and an update from Jetty 6.1.26 (2010-11-10) to Jetty 7.6.10 (2013-03-12). See below for important information on the Jetty update. The Jetty 7 series is actively maintained and we plan to stay current with it in future I2P releases. +{%- endtrans %} + +{% trans -%} +Most users will update via HTTP. Those running development builds will attempt to update via the +experimental in-network bittorrent with i2psnark. We've fixed some bugs that will enable more users +to update via torrent in the 0.9.7 update cycle. +{%- endtrans %} + +{% trans -%} +Files are available on the `download page`_. +{%- endtrans %} + +.. _{% trans %}`download page`{% endtrans %}: {{ get_url('downloads_list') }} + +**{% trans %}Important fix for Windows Eepsites, first install 0.9.5 only{% endtrans %}** + +{% trans -%} +If you first installed I2P with version 0.9.5, on Windows only, we recommend that you follow the +following instructions to fix your eepsite location **before** you update to 0.9.6. +Only original installations of 0.9.5-0 on Windows are affected by this issue. If your router version +is 0.9.5-0-win1, you already have the fix and need not take any action. +{%- endtrans %} + +{% trans -%} +See `this page`_ for instructions. +{%- endtrans %} + +.. _{% trans %}`this page`{% endtrans %}: {{ site_url('misc/ticket919') }} + +**{% trans %}Jetty 7 Migration Details{% endtrans %}** + +**{% trans -%} +For most people, the update should just work. If you have multiple Jetty eepsites, +OR have made changes to jetty.xml or other Jetty configuration files, including changing the port +from 7658, you MUST take manual action AFTER updating. +{%- endtrans %}** + +* {% trans %}After update, the router will migrate your jetty.xml files to the new Jetty 7 format.{% endtrans %} + +* {% trans %}The migration resets the port to 7658. If you have more than one Jetty eepsite, OR your eepsite + is NOT on port 7658, OR you have made other modifications to jetty.xml (for example changing the + listen address from 127.0.0.1 to 0.0.0.0), you MUST edit the jetty.xml file for each eepsite to fix them up + after updating, and restart again.{% endtrans %} + +{% trans -%} +**The following files will be backed up with a ".jetty6" suffix and then migrated.** +If you have made local changes, you may have to edit them manually and restart. +See http://wiki.eclipse.org/Jetty for assistance in configuring Jetty 7. +{%- endtrans %} + +* ~/.i2p/clients.config +* ~/.i2p/eepsite/jetty.xml +* ~/.i2p/eepsite/jetty-rewrite.xml +* ~/.i2p/eepsite/jetty-ssl.xml +* ~/.i2p/eepsite/contexts/base-context.xml +* ~/.i2p/eepsite/contexts/cgi-context.xml +* ~/.i2p/eepsite/etc/webdefault.xml + +**{% trans %}Plugins{% endtrans %}** + +{% trans -%} +Most plugins should work fine with Jetty 7. +{%- endtrans %} + +* {% trans %}The I2PControl and zzzot plugins must be updated. Your router should download and install the new versions shortly after starting 0.9.6.{% endtrans %} + +* {% trans %}If a plugin does not work, please contact the maintainer for that plugin.{% endtrans %} + +**{% trans %}RELEASE DETAILS{% endtrans %}** + +**{% trans %}Bug Fixes{% endtrans %}** + +- {% trans %}Several bugs with Windows installation (see above){% endtrans %} +- {% trans %}Fix default form action in i2ptunnel{% endtrans %} +- {% trans %}Fix links on iframed console pages{% endtrans %} +- {% trans %}Better detection of 64-bit Windows to prevent crashes by systray{% endtrans %} +- {% trans %}Fix bug preventing router update via torrent{% endtrans %} +- {% trans %}Several SSU fixes for NATs that change UDP ports{% endtrans %} +- {% trans %}Ignore unsupported IPs in RouterInfos when selecting an address (prep for IPv6){% endtrans %} +- {% trans %}Ignore unused option bits in Database Lookup Message (prep for requesting encrypted response){% endtrans %} +- {% trans %}Fix HTTP proxy error response for malformed URIs{% endtrans %} +- {% trans %}Recognize UPnP devices without port forwarding capability{% endtrans %} + +**{% trans %}Other{% endtrans %}** + +- {% trans %}Jetty 7.6.10 (see above for migration information){% endtrans %} +- {% trans %}Limit page size in i2psnark{% endtrans %} +- {% trans %}Add data directory and page size configuration to i2psnark{% endtrans %} +- {% trans %}Support multiple i2psnark instances{% endtrans %} +- {% trans %}Piece size adjustments in i2psnark{% endtrans %} +- {% trans %}Add more graphing support for combined bandwidth graph{% endtrans %} +- {% trans %}Block b32.i2p supercookies{% endtrans %} +- {% trans %}Allow stopping clients on /configclients{% endtrans %} +- {% trans %}Check for nonce count replays in HTTP client{% endtrans %} +- {% trans %}Support SASL authentication in IRC proxy{% endtrans %} +- {% trans %}Several cleanups and minor fixes in the update manager{% endtrans %} +- {% trans %}Translation updates: German, Portuguese, Russian, Spanish, and Swedish{% endtrans %} +- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %} + +**{% trans %}SHA256 Checksums:{% endtrans %}** + +:: + + bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1 i2pinstall_0.9.6_windows.exe + 2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371 i2pinstall_0.9.6.jar + fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18 i2psource_0.9.6.tar.bz2 + f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92 i2pupdate_0.9.6.zip + 31981027ff33c33f9a013a6fde1de847caab73630ad629e9ed6212fd76b54748 i2pupdate.su2 + 7e88e8090b0cec16c0b47a2852607f8d256396213693924a9dcba72e605ec70e i2pupdate.sud diff --git a/www.i2p2/pages/release-0.9.6.html b/www.i2p2/pages/release-0.9.6.html deleted file mode 100644 index 9c6d12c6..00000000 --- a/www.i2p2/pages/release-0.9.6.html +++ /dev/null @@ -1,103 +0,0 @@ -{% extends "_layout.html" %} -{% block title %}0.9.6 Release{% endblock %} -{% block content %} - -

0.9.6 includes bug fixes and an update from Jetty 6.1.26 (2010-11-10) to Jetty 7.6.10 (2013-03-12). - See below for important information on the Jetty update. The Jetty 7 series is actively maintained and - we plan to stay current with it in future I2P releases.

- -

Most users will update via HTTP. Those running development builds will attempt to update via the - experimental in-network bittorrent with i2psnark. We've fixed some bugs that will enable more users - to update via torrent in the 0.9.7 update cycle.

- -

Important fix for Windows Eepsites, first install 0.9.5 only

- -

If you first installed I2P with version 0.9.5, on Windows only, we recommend that you follow the - following instructions to fix your eepsite location before you update to 0.9.6. - Only original installations of 0.9.5-0 on Windows are affected by this issue. If your router version - is 0.9.5-0-win1, you already have the fix and need not take any action. -
See www.i2p2.i2p/ticket919 - or www.i2p2.de/ticket919 for instructions.

- -

Jetty 7 Migration Details

- -

For most people, the update should just work. If you have multiple Jetty eepsites, - OR have made changes to jetty.xml or other Jetty configuration files, including changing the port - from 7658, you MUST take manual action AFTER updating.

- -

* After update, the router will migrate your jetty.xml files to the new Jetty 7 format.

- -

* The migration resets the port to 7658. If you have more than one Jetty eepsite, OR your eepsite - is NOT on port 7658, OR you have made other modifications to jetty.xml (for example changing the - listen address from 127.0.0.1 to 0.0.0.0), you MUST edit the jetty.xml file for each eepsite to fix them up - after updating, and restart again.

- -

The following files will be backed up with a ".jetty6" suffix and then migrated. - If you have made local changes, you may have to edit them manually and restart. - See http://wiki.eclipse.org/Jetty for assistance - in configuring Jetty 7.

- -

* ~/.i2p/clients.config -
* ~/.i2p/eepsite/jetty.xml -
* ~/.i2p/eepsite/jetty-rewrite.xml -
* ~/.i2p/eepsite/jetty-ssl.xml -
* ~/.i2p/eepsite/contexts/base-context.xml -
* ~/.i2p/eepsite/contexts/cgi-context.xml -
* ~/.i2p/eepsite/etc/webdefault.xml

- -

Plugins

- -

Most plugins should work fine with Jetty 7.

- -

* The I2PControl and zzzot plugins must be updated. Your router should download and install - the new versions shortly after starting 0.9.6.

- -

* If a plugin does not work, please contact the maintainer for that plugin.

- -

RELEASE DETAILS

- -

Bug Fixes

- -

- Several bugs with Windows installation (see above) -
- Fix default form action in i2ptunnel -
- Fix links on iframed console pages -
- Better detection of 64-bit Windows to prevent crashes by systray -
- Fix bug preventing router update via torrent -
- Several SSU fixes for NATs that change UDP ports -
- Ignore unsupported IPs in RouterInfos when selecting an address (prep for IPv6) -
- Ignore unused option bits in Database Lookup Message (prep for requesting encrypted response) -
- Fix HTTP proxy error response for malformed URIs -
- Recognize UPnP devices without port forwarding capability

- -

Other

- -

- Jetty 7.6.10 (see above for migration information) -
- Limit page size in i2psnark -
- Add data directory and page size configuration to i2psnark -
- Support multiple i2psnark instances -
- Piece size adjustments in i2psnark -
- Add more graphing support for combined bandwidth graph -
- Block b32.i2p supercookies -
- Allow stopping clients on /configclients -
- Check for nonce count replays in HTTP client -
- Support SASL authentication in IRC proxy -
- Several cleanups and minor fixes in the update manager -
- Translation updates: German, Portuguese, Russian, Spanish, and Swedish -
- Update GeoIP data (new installs and PPA only)

- - - -SHA256 Checksums: - -
-
-  bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1  i2pinstall_0.9.6_windows.exe
-  2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371  i2pinstall_0.9.6.jar
-  fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18  i2psource_0.9.6.tar.bz2
-  f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92  i2pupdate_0.9.6.zip
-  31981027ff33c33f9a013a6fde1de847caab73630ad629e9ed6212fd76b54748  i2pupdate.su2
-  7e88e8090b0cec16c0b47a2852607f8d256396213693924a9dcba72e605ec70e  i2pupdate.sud
-
-
- -{% endblock %}