0.9.22 draft

This commit is contained in:
zzz
2015-09-12 17:18:08 +00:00
parent a689385e8d
commit b1de46c365
2 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,67 @@
{% trans -%}
==============
0.9.22 Release
==============
{%- endtrans %}
.. meta::
:author: zzz
:date: 2015-09-12
:category: release
:excerpt: {% trans %}0.9.22 with bug fixes and start of Ed25519 migration{% endtrans %}
{% trans -%}
0.9.22 contains fixes for i2psnark getting stuck before completion, and begins the migration of router infos to new, stronger Ed25519 signatures.
To reduce network churn, your router will have only a small probability of converting to Ed25519 at each restart.
When it does rekey, expect to see lower bandwidth usage for a couple of days as it reintegrates into the network with its new identity.
If all goes well, we will accelerate the rekeying process in the next release.
{%- endtrans %}
{% trans -%}
I2PCon Toronto was a big success!
All the presentations and videos are listed on the `I2PCon page`_.
{%- 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`: /en/about/i2pcon/2015
**{% trans %}RELEASE DETAILS{% endtrans %}**
**{% trans %}Changes{% endtrans %}**
- {% trans %}Start migration to Ed25519 router info signatures{% endtrans %}
- {% trans %}Convert i2psnark destinations to Ed25519 signatures{% endtrans %}
**{% trans %}Bug Fixes{% endtrans %}**
- {% trans %}Fix i2psnark getting stuck before download complete, and not deleting temp files{% endtrans %}
- {% trans %}Fix starting of torrents added by copying torrent file to i2psnark directory{% endtrans %}
- {% trans %}Fix UPnP 'content not allowed in trailing section' error{% endtrans %}
- {% trans %}Fix excluded SSL ciphers in console{% endtrans %}
**{% trans %}Other{% endtrans %}**
- {% trans %}Translation updates{% endtrans %}
- {% trans %}Update GeoIP data (new installs and PPA only){% endtrans %}
**{% trans %}SHA256 Checksums:{% endtrans %}**
::
3f59e4604531c07b39c6564712b45660a836f0ed7fc52c2a2602320e2da0d591 i2pinstall_0.9.22_windows.exe
ee5297b2746e324c9ca33b19513ff09b50724ae3b9f588e4ccc31fc389ce50aa i2pinstall_0.9.22.jar
91ac91f7a3e202d248f5294f4951f6b7d8b9bde32991adf7a813ae1bb9188898 i2psource_0.9.22.tar.bz2
33d969e859c772ba7def142ab0ebbe0c2e8ec52a832bbe31141eaad0eaf556d3 i2pupdate_0.9.22.zip
f30ed76367f66f4bd745b6b29c1fa51176d7ed4f328aaf61e8424e4587697ac9 i2pupdate.su2
959798e7e482556a8174a9b8d02fc32805d6c3d3808b7a50347d069b659c462d i2pupdate.su3
7ed29c7f3445027c72487d94ce4189b04f91a1b769d722e8f2f369bb2fa86726 i2pupdate.sud

View File

@@ -41,7 +41,7 @@ Writing draft posts
To write a draft post, create the file with the suffix '.draft.rst'. Post files
with this suffix will be visible at their post URL, but will not be shown in
the blog index. To publish the draft post, change the filename to remove the
'.draft' suffix.
'.draft' in the suffix (e.g. mtn mv foo.draft.rst foo.rst).
Creating shortlinks
-------------------