diff --git a/i2p2www/pages/site/docs/spec/updates.html b/i2p2www/pages/site/docs/spec/updates.html index 411ef73e..d2cf6184 100644 --- a/i2p2www/pages/site/docs/spec/updates.html +++ b/i2p2www/pages/site/docs/spec/updates.html @@ -1,6 +1,6 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}I2P Software Update Specification{% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}November 2014{% endtrans %}{% endblock %} +{% block lastupdated %}{% trans %}December 2014{% endtrans %}{% endblock %} {% block accuratefor %}0.9.17{% endblock %} {% block content %}
{% trans -%} This format is replaced by the su3 news format as of release 0.9.17. {%- endtrans %}
@@ -141,7 +141,7 @@ verifes that the zip file comment matches the header version, as explained above {%- endtrans %}{% trans -%} -The zip file is extracted in the base $I2P installation directory. +The zip file is extracted and copied to "i2pupdate.zip" in the I2P configuration directory (~/.i2p on Linux). {%- endtrans %}
{% trans -%} @@ -173,10 +173,12 @@ The router will then delete the deletelist.txt file. {%- endtrans %}
-{% trans -%} -This specification is used for router updates as of release 0.9.9, and reseed data as of release 0.9.14. +This specification is used for router updates as of release 0.9.9, reseed data as of release 0.9.14, +and the news file as of release 0.9.17. {%- endtrans %}
{% trans -%} @@ -305,6 +309,25 @@ All values are in network byte order (big endian).
+ + +SU3 Details:
+{% trans -%} As of 0.9.14, reseed data is delivered in an "su3" file format.