From 7a111e5ec04a17839bfb2d76ea83fc1038b6bba5 Mon Sep 17 00:00:00 2001
From: zzz
Date: Wed, 13 May 2015 12:20:38 +0000
Subject: [PATCH] Spelling fix (ticket #1561) Add info on dev build su3 version
---
i2p2www/pages/site/docs/spec/updates.html | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/i2p2www/pages/site/docs/spec/updates.html b/i2p2www/pages/site/docs/spec/updates.html
index 06ef4974..bde99bf3 100644
--- a/i2p2www/pages/site/docs/spec/updates.html
+++ b/i2p2www/pages/site/docs/spec/updates.html
@@ -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 %}
{% trans %}Overview{% endtrans %}
{% trans -%}
@@ -309,7 +309,7 @@ before starting to verify.
Signature lengths for the various signature types are specified on the
common structures page.
-Pad the signature with leading zeros if ncecessary.
+Pad the signature with leading zeros if necessary.
See the cryptography details page
for parameters of the various signature types.
@@ -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.
+Notes:
+-
+For releases, the SU3 version is the "base" router version, e.g. "0.9.20".
+
-
+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.
+