Roadmap update

This commit is contained in:
zzz
2022-08-27 12:53:32 -04:00
parent 51ce9e21c3
commit a4adde7c28

View File

@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %} {{ _('Roadmap') }}{% endblock %}
{% block lastupdated %}2021-03{% endblock %} {% block content %}
{% block lastupdated %}2021-08{% endblock %} {% block content %}
<p>
This is the official project roadmap for the desktop and Android Java I2P releases only. Some related tasks for resources such as the website and plugins may be included.
@ -202,7 +202,7 @@
<h2 id="1.9.0">1.9.0 (API 0.9.55)</h2>
<p><b>Target release: August 2022</b></p>
<p><b>Released: August 22, 2022</b></p>
<ul>
<li>
SSU2 peer test and relay implementation
@ -213,6 +213,9 @@
<li>
SSU MTU/PMTU improvements
</li>
<li>
Enable SSU2 for a small portion of routers
</li>
<li>
Add deadlock detector
</li>
@ -222,6 +225,24 @@
<li>
Fix i2psnark DHT restart after router restart
</li>
</ul>
<h2 id="1.10.0">1.10.0 (API 0.9.56)</h2>
<p><b>Target release: November 2022</b></p>
<ul>
<li>
SSU2 connection migration
</li>
<li>
Enable SSU2 by default
</li>
<li>
i2psnark UDP tracker support (proposal 160) ?
</li>
<li>
Yggdrasil support in Go reseed server equivalent to Python version
</li>
@ -240,14 +261,11 @@
<h2 id="1.10.0">1.10.0 (API 0.9.56)</h2>
<p><b>Target release: November 2022</b></p>
<h2 id="1.11.0">1.11.0 (API 0.9.57)</h2>
<p><b>Target release: February 2023</b></p>
<ul>
<li>
Enable SSU2 by default
</li>
<li>
i2psnark UDP tracker support (proposal 160) ?
TBD
</li>
</ul>