forked from I2P_Developers/i2p.www
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}I2P Software Update Specification{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}December 2014{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.17{% endblock %}
|
||||
{% block lastupdated %}{% trans %}May 2015{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.20{% endblock %}
|
||||
{% block content %}
|
||||
<h3>{% trans %}Overview{% endtrans %}</h3>
|
||||
<p>{% trans -%}
|
||||
@@ -309,7 +309,7 @@ before starting to verify.
|
||||
<p></p>
|
||||
Signature lengths for the various signature types are specified on the
|
||||
<a href="{{ site_url('docs/spec/common-structures') }}#type_Signature">common structures page</a>.
|
||||
Pad the signature with leading zeros if ncecessary.
|
||||
Pad the signature with leading zeros if necessary.
|
||||
See <a href="{{ site_url('docs/how/cryptography') }}#sig">the cryptography details page</a>
|
||||
for parameters of the various signature types.
|
||||
</p>
|
||||
@@ -345,6 +345,14 @@ Jar and war files in the zip are compressed with pack200 as documented above for
|
||||
If the client does not support pack200, it must download the update in a "sud" format.
|
||||
</li></ul>
|
||||
|
||||
<p><b>Notes:</b></p>
|
||||
<ul><li>
|
||||
For releases, the SU3 version is the "base" router version, e.g. "0.9.20".
|
||||
</li><li>
|
||||
For development builds, which are supported as of release 0.9.20,
|
||||
the SU3 version is the "full" router version, e.g. "0.9.20-5" or "0.9.20-5-rc".
|
||||
See RouterVersion.java.
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user