From 21a84bb2355c9d50bde40797b7a8a9a746cce3f2 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Thu, 25 Nov 2021 10:10:43 -0500
Subject: [PATCH] 1.6.0 release draft

fix blog readme
bump samv3 doc date
---
 .../blog/2021/11/29/1.6.0-Release.draft.rst   | 76 +++++++++++++++++++
 i2p2www/blog/README                           |  2 +-
 i2p2www/pages/site/docs/api/samv3.html        |  4 +-
 3 files changed, 79 insertions(+), 3 deletions(-)
 create mode 100644 i2p2www/blog/2021/11/29/1.6.0-Release.draft.rst

diff --git a/i2p2www/blog/2021/11/29/1.6.0-Release.draft.rst b/i2p2www/blog/2021/11/29/1.6.0-Release.draft.rst
new file mode 100644
index 000000000..0c5603266
--- /dev/null
+++ b/i2p2www/blog/2021/11/29/1.6.0-Release.draft.rst
@@ -0,0 +1,76 @@
+===========================================
+{% trans -%}1.6.0 Release{%- endtrans %}
+===========================================
+
+.. meta::
+   :author: zzz
+   :date: 2021-11-29
+   :category: release
+   :excerpt: {% trans %}1.6.0 enables new tunnel build messages{% endtrans %}
+
+{% trans -%}
+Update details
+{%- endtrans %}
+============================================
+
+{% trans -%}
+This release completes the rollout of two major protocol updates developed in 2021.
+The transition to X25519 encryption for routers is accelerated, and we expect almost all routers to be rekeyed by the end of the year.
+Short tunnel build messages are enabled for a significant bandwidth reduction.
+{%- endtrans %}
+
+{% trans -%}
+We added a theme selection panel to the new install wizard.
+We've improved SSU performance and fixed an issue with SSU peer test messages.
+The tunnel build Bloom filter was adjusted to reduce memory usage.
+We have enhanced support for non-Java plugins.
+{%- endtrans %}
+
+{% trans -%}
+In other news, we are making excellent progress on the design of our new UDP transport SSU2 and expect to start implementation early next year.
+{%- 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 %}
+
+
+**{% trans %}RELEASE DETAILS{% endtrans %}**
+
+**{% trans %}Changes{% endtrans %}**
+
+- {% trans %}Console: Add theme selection to new-install wizard{% endtrans %}
+- Jetty 9.3.30.v20211001
+- {% trans %}Router: Increase probability of rekey to X25519{% endtrans %}
+- {% trans %}SSU: Performance improvements{% endtrans %}
+- {% trans %}SSU: Improve security of peer test{% endtrans %}
+- Tomcat 9.0.54
+- {% trans %}Tunnels: Enable sending new short build messages{% endtrans %}
+
+
+**{% trans %}Bug Fixes{% endtrans %}**
+
+- {% trans %}i2ptunnel: Fix encryption type selection logic{% endtrans %}
+
+
+**{% trans %}Other{% endtrans %}**
+
+- {% trans %}Improve support for non-Java plugins{% endtrans %}
+- {% trans %}Router: Reduce tunnel build Bloom filter memory usage{% endtrans %}
+- {% trans %}Updates: More changes to support bundled updaters{% endtrans %}
+- {% trans %}Translation updates{% endtrans %}
+
+
+
+`{% trans %}Full list of fixed bugs{% endtrans %}`__
+
+__ https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=1.6.0
+__ http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=1.6.0
+
+
+**{% trans %}SHA256 Checksums:{% endtrans %}**
+
+::
+
+	tbd
diff --git a/i2p2www/blog/README b/i2p2www/blog/README
index 25cd23879..1757b6796 100644
--- a/i2p2www/blog/README
+++ b/i2p2www/blog/README
@@ -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' in the suffix (e.g. mtn mv foo.draft.rst foo.rst).
+'.draft' in the suffix (e.g. git mv foo.draft.rst foo.rst).
 
 Creating shortlinks
 -------------------
diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html
index e72686f12..37cb897da 100644
--- a/i2p2www/pages/site/docs/api/samv3.html
+++ b/i2p2www/pages/site/docs/api/samv3.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
 {% block title %}SAM V3{% endblock %}
-{% block lastupdated %}2021-05{% endblock %}
-{% block accuratefor %}0.9.50{% endblock %}
+{% block lastupdated %}2021-11{% endblock %}
+{% block accuratefor %}1.6.0{% endblock %}
 {% block content %}
 <p>SAM is a simple client protocol for interacting with I2P.
 SAM is the recommended protocol for non-Java applications to connect to the I2P network,
-- 
GitLab