diff --git a/www.i2p2/pages/announcements.html b/www.i2p2/pages/announcements.html index 1b0fc8896d052fd0ae3c8bf2a7f983e5bee2a3cd..766d4a918f236c3d6cfeaf6e1686125629cc8e72 100644 --- a/www.i2p2/pages/announcements.html +++ b/www.i2p2/pages/announcements.html @@ -4,6 +4,7 @@ <h1>Past I2P Release Announcements</h1> <h4>2012</h4> <ul class="infolist"> +<li>2012-07-30 - <a href="release-0.9.1.html">0.9.1</a></li> <li>2012-05-02 - <a href="release-0.9.html">0.9</a></li> <li>2012-02-27 - <a href="release-0.8.13.html">0.8.13</a></li> <li>2012-01-06 - <a href="release-0.8.12.html">0.8.12</a></li> diff --git a/www.i2p2/pages/announcements_ar.html b/www.i2p2/pages/announcements_ar.html index 1c44782498d63633453366d81ecf3351338c8aad..16f427e2c4f307b4b529eadd4bbbbe83b48520a1 100644 --- a/www.i2p2/pages/announcements_ar.html +++ b/www.i2p2/pages/announcements_ar.html @@ -6,6 +6,7 @@ </h1> <h4>2012</h4> <ul class="infolist"> +<li>2012-07-30 - <a href="release-0.9.1.html">0.9.1</a></li> <li>2012-05-02 - <a href="release-0.9.html">0.9</a></li> <li>2012-02-27 - <a href="release-0.8.13.html">0.8.13</a></li> <li>2012-01-06 - <a href="release-0.8.12.html">0.8.12</a></li> diff --git a/www.i2p2/pages/announcements_de.html b/www.i2p2/pages/announcements_de.html index 9a59d6a4b9eb24b288b92fd4dc069b9b0391a0bc..e04d06f95d39f66e79b48ce77deb0e54815399ab 100644 --- a/www.i2p2/pages/announcements_de.html +++ b/www.i2p2/pages/announcements_de.html @@ -5,6 +5,7 @@ <p>Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional</p> <h4>2012</h4> <ul class="infolist"> +<li>2012-07-30 - <a href="release-0.9.1.html">0.9.1</a></li> <li>2012-05-02 - <a href="release-0.9.html">0.9</a></li> <li>2012-02-27 - <a href="release-0.8.13.html">0.8.13</a></li> <li>2012-01-06 - <a href="release-0.8.12.html">0.8.12</a></li> diff --git a/www.i2p2/pages/announcements_fr.html b/www.i2p2/pages/announcements_fr.html index 5dc20dd4c99d772859602f8b57a4bbc23fff888d..b33da0c134be29f28a67bf7aa4415c4317c6240c 100644 --- a/www.i2p2/pages/announcements_fr.html +++ b/www.i2p2/pages/announcements_fr.html @@ -4,6 +4,7 @@ <h1>Historique des versions publiƩes</h1> <h4>2012</h4> <ul class="infolist"> +<li>2012-07-30 - <a href="release-0.9.1.html">0.9.1</a></li> <li>2012-05-02 - <a href="release-0.9.html">0.9</a></li> <li>2012-02-27 - <a href="release-0.8.13.html">0.8.13</a></li> <li>2012-01-06 - <a href="release-0.8.12.html">0.8.12</a></li> diff --git a/www.i2p2/pages/announcements_it.html b/www.i2p2/pages/announcements_it.html index 042bf37323927d96374354a1ea57bd71e300ac18..c14bee2f07dfa5cffe5df4216437a6884cdf0d95 100644 --- a/www.i2p2/pages/announcements_it.html +++ b/www.i2p2/pages/announcements_it.html @@ -4,6 +4,7 @@ <h1>Versioni di I2P Rilasciate e Annunciate</h1> <h4>2012</h4> <ul class="infolist"> +<li>2012-07-30 - <a href="release-0.9.1.html">0.9.1</a></li> <li>2012-05-02 - <a href="release-0.9.html">0.9</a></li> <li>2012-02-27 - <a href="release-0.8.13.html">0.8.13</a></li> <li>2012-01-06 - <a href="release-0.8.12.html">0.8.12</a></li> diff --git a/www.i2p2/pages/release-0.9.1.html b/www.i2p2/pages/release-0.9.1.html new file mode 100644 index 0000000000000000000000000000000000000000..aac6d445a4c8f7669eaa2821c2b38cfa43409fe2 --- /dev/null +++ b/www.i2p2/pages/release-0.9.1.html @@ -0,0 +1,85 @@ +{% extends "_layout.html" %} +{% block title %}0.9.1 Release{% endblock %} +{% block content %} + +<p> +0.9.1 includes a large number of bug fixes in i2psnark, some streaming lib improvements, +home page changes, new themes, and translation updates. +Upgrading is recommended. +</p> + +<p>Files are available on the <a href="/download.html">download page.</a></p> + +<p><strong>RELEASE DETAILS</strong></p> + +<p><strong>I2PSnark</strong></p> + +<p>- Fix several bugs in downloading torrents with skipped files +<br />- Fix places where rarest-first was not honored +<br />- Fix handling of encoded magnet links +<br />- Additional inbound connection limits +<br />- Immediate closing of connections with handshake errors +<br />- Blocklist peers with multiple handshake errors +<br />- Delay "ballooning" files on disk until required, to speed torrent adds +<br />- Store partial pieces in temp files to greatly reduce memory usage when leeching +<br />- Remove peers restriction when leeching torrents with large pieces +<br />- Improve configuration of open and private trackers +<br />- Prevent configuratino of default trackers as private +<br />- Improved display and control of torrent file downloads +<br />- Reduced number of threads +<br />- Faster startup and shutdown of torrents +<br />- Allow clearing of message box +<br />- New light theme +<br />- Torrent info page updates and cleanups +<br />- Fix problems with restarted torrents +<br />- Delay tunnel close at shutdown to ensure trackers are notified +<br />- Better UI behavior during tunnel startup and shutdown</p> + +<p><strong>Bug Fixes</strong></p> + +<p>- Prevent shutdown hangs caused by buggy plugins +<br />- Fix for Raspberry Pi crashing +<br />- Fix rare job queue hang +<br />- Fix routing key modifier rarely not updating at midnight +<br />- Fix excessive padding in some AES-encrypted messages +<br />- Fix occasional gunzip failures +<br />- Several fixes to streaming lib to speed recovery after dropped packets and improve retransmit behavior +<br />- Fix bug that reduced reuse of tunnels</p> + +<p><strong>Other</strong></p> + +<p>- Ports are now passed through the SOCKS and HTTP proxies to support eepsite virtual hosts. See <a href="http://zzz.i2p/topics/1182">http://zzz.i2p/topics/1182</a> for setup instructions. +<br />- I2PTunnel configuration changes now take effect immediately. No tunnel restart required. +<br />- Summary bar iframe removed, refresh is now via Javascript only +<br />- Reduce netDB flood redundancy +<br />- Reduce stats publishing frequency +<br />- Minor router console changes +<br />- New Hungarian and Greek translations +<br />- Completed Italian translation +<br />- Updates to Dutch, Finnish, French, German, Spanish, and Swedish translations +<br />- Update geoip to Maxmind 2012-07-04 +<br />- Theme updates +<br />- Theme support for SusiMail and SudiDNS; new dark themes +<br />- I2PTunnel and SusiDNS now iframed with summary bar +<br />- Console home page now shows news summary in summary bar +<br />- Console home page icon updates +<br />- Console summary bar now configurable +<br />- Change the HTTP proxy error code from 404 to 500 +<br />- Cleanups for efficiency in netdb and I2CP +<br />- Increase timeout for internal uses of eepget to improve reliability</p> + +<b> +SHA256 Checksums: +</b> +<pre> + + 0727af83988e82f32e0972a9e12c72ac14c3c0da0815c5902193d6b13d356371 i2pinstall_0.9.1_windows.exe + 39c19c0df042ad231a14fdf1c20e4927651a2af0f0cf734b46eba0d2b8419314 i2pinstall_0.9.1.jar + 8603c928a210ced77b6498bf8ee07cb000be9641adc389b34c3c8a10ac4f0677 i2psource_0.9.1.tar.bz2 + 136b74435b93aededef5884d39cfbc513f57184b74c8481580bcd5324aa23b1a i2pupdate_0.9.1.zip + 4f07fee850d56fada06f0aeabb5bb46c6172bad72411e07bf4f6a8e0d76d8acd i2pupdate.su2 + c039b423983789d914a1d02d3703b3c1aa36c87165e132419ff39b5d184ef480 i2pupdate.sud + +</pre> + +{% endblock %}