diff --git a/i2p2www/blog/2015/07/16/I2PCon.rst b/i2p2www/blog/2015/07/16/I2PCon.rst index edbc7435..b896ffbc 100644 --- a/i2p2www/blog/2015/07/16/I2PCon.rst +++ b/i2p2www/blog/2015/07/16/I2PCon.rst @@ -90,7 +90,7 @@ Day 1, August 15 3:30PM Nick Johnston "TOS and PII - What happens to your data when the company gets bought and sold?" Different terms of service from popular web apps 4:30PM *Break* 5:00PM zzz "Growing the Network, Spreading the Word" -5:45PM Lance James "Privacy vs. Intelligence - Why can't we all just get along?" +5:45PM Lance James Keynote: "Privacy vs. Intelligence - Why can't we all just get along?" 6:45PM dnj Crypto party intro 7:00PM Crypto Party, Mingle ====== ============= ======= diff --git a/i2p2www/blog/2015/07/31/0.9.21-Release.draft.rst b/i2p2www/blog/2015/07/31/0.9.21-Release.draft.rst new file mode 100644 index 00000000..ccb361fb --- /dev/null +++ b/i2p2www/blog/2015/07/31/0.9.21-Release.draft.rst @@ -0,0 +1,86 @@ +{% trans -%} +============== +0.9.21 Release +============== +{%- endtrans %} +.. meta:: + :author: zzz + :date: 2015-07-31 + :category: release + :excerpt: {% trans %}0.9.21 with performance improvements and bug fixes{% endtrans %} + +{% trans -%} +0.9.21 contains several changes to add capacity to the network, increase the efficiency of the floodfills, +and use bandwidth more effectively. +We have migrated the shared clients tunnels to ECDSA signatures and added a DSA fallback +using the new "multisession" capability for those sites that don't support ECDSA. +{%- endtrans %} + +{% trans -%} +The speakers and the schedule of the I2PCon in Toronto 2015 have been announced. +Have a look on the `I2PCon page`_ for details. +Reserve your seat on `Eventbrite`_. +{%- endtrans %} + +{% trans -%} +As usual, we recommend that you update to this release. The best way to +maintain security and help the network is to run the latest release. +{%- endtrans %} + + +.. _`I2PCon page`: ../16/I2PCon +.. _`Eventbrite`: http://www.eventbrite.ca/e/i2p-meetup-tickets-17773984466 + + + +**{% trans %}RELEASE DETAILS{% endtrans %}** + +**{% trans %}Changes{% endtrans %}** + +- {% trans %}Add multisession support for dual-signature crypto on the same tunnels{% endtrans %} +- {% trans %}Use multisession for shared clients{% endtrans %} +- {% trans %}Increase default outbound bandwidth limit to 60 KBps{% endtrans %} +- {% trans %}Increase default maximum participating tunnels{% endtrans %} +- {% trans %}Floodfills will send database store acks directly if connected, for efficiency{% endtrans %} +- {% trans %}Set TCP keepalive on I2CP and SAM sockets{% endtrans %} +- {% trans %}More efficient decompression in HTTP proxy, use less threads{% endtrans %} +- {% trans %}Add support for fast extensions in i2psnark{% endtrans %} +- {% trans %}i2psnark only autostarts torrents that were running previously{% endtrans %} +- {% trans %}Add support for translated console news{% endtrans %} + + +**{% trans %}Bug Fixes{% endtrans %}** + +- {% trans %}SSU fixes to compete better with NTCP for bandwidth when limited{% endtrans %} +- {% trans %}Fixes to prevent SSU stalls{% endtrans %} +- {% trans %}Wait for outbound tunnels before sending first leaseset to client, to prevent dropping first message{% endtrans %} +- {% trans %}Clean up resources correctly when SAM stops{% endtrans %} +- {% trans %}Better error handling and notification when HTTP proxy is not running{% endtrans %} +- {% trans %}More i2ptunnel fixes at startup and shutdown of tunnels{% endtrans %} +- {% trans %}Fix total_size in i2psnark metadata message{% endtrans %} +- {% trans %}Restore dates in console news headers{% endtrans %} +- {% trans %}Several I2CP fixes{% endtrans %} + + +**{% trans %}Other{% endtrans %}** + +- {% trans %}Use same session for naming lookups in I2PSocketEepGet{% endtrans %} +- {% trans %}Increase max bandwidth to 16 MBps, add larger Bloom filter{% endtrans %} +- {% trans %}New floodfills will send their info to nearby floodfills to speed integration{% endtrans %} +- Apache Tomcat 6.0.44 +- {% trans %}Translation updates{% endtrans %} +- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %} + + +**{% trans %}SHA256 Checksums:{% endtrans %}** + +:: + + 3b5798de77a9055ef72452e4e4aeaad446b0ce98a98e235d2a6dbe6115f64e0b i2pinstall_0.9.21_windows.exe + 0238ffc6ea44099ef4fe6c20913cb4eec675c2760aea07dfe7d499addcc89cf2 i2pinstall_0.9.21.jar + d6f8148b2a51afa236e1284152db140b9288c1e1365652c1f14c68ac0cedf1e3 i2psource_0.9.21.tar.bz2 + 2ee2757ec357e6951919b9066fb65cc5c2c0eba17fa1e31c000ccdd34994b918 i2pupdate_0.9.21.zip + 3914dd0065b734fc04c54a43808eaf1e7ceeb5bef90ef9abfb1be084e5bc170e i2pupdate.su2 + fea3497b9e71133c878b7f821a38667de18473571c91c01609e4d5f2685729c7 i2pupdate.su3 + 6247c4f9eb97c9951599941fb065cb4fb5426d19efe8c4cd598a6571707506da i2pupdate.sud + diff --git a/i2p2www/blog/shortlinks.py b/i2p2www/blog/shortlinks.py index 4dee88c8..1377064a 100644 --- a/i2p2www/blog/shortlinks.py +++ b/i2p2www/blog/shortlinks.py @@ -10,7 +10,7 @@ BLOG_SHORTLINKS = { 'i2pcon': '2015/07/16/I2PCon', 'toronto': '2015/07/16/I2PCon', - 'i2pcon': '2015/07/16/I2PCon', '0.9.19': '2015/04/12/0.9.19-Release', '0.9.20': '2015/06/02/0.9.20-Release', + '0.9.21': '2015/07/31/0.9.21-Release', }