roadmap update

This commit is contained in:
zzz
2025-04-23 12:41:05 -04:00
parent 8cfae06ab2
commit 5a7090310b

View File

@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %} {{ _('Roadmap') }}{% endblock %}
{% block lastupdated %}2025-03{% endblock %} {% block content %}
{% block lastupdated %}2025-04{% 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.
@ -16,8 +16,41 @@
</p>
<h2 id="2.10.0">2.10.0 (API 0.9.67)</h2>
<p><b>Target release: Late August 2025</b></p>
<ul>
<li>
Restart work on UDP trackers (prop. 160)
</li>
<li>
Implement Datagram2, Datagram3 (prop. 163)
</li>
<li>
Implement LS service record parameter (prop. 167)
</li>
<li>
Continue work on PQ (prop. 169);
Start checking in MLKEM parts of PQ (prop. 169)
</li>
<li>
Tunnel build bandwidth parameters (prop. 168)
Part 2 (handling)
</li>
<li>
Continue work on per-tunnel throttling
</li>
<li>
Stat/graph subsystem cleanup and make prometheus-friendly
</li>
<li>
Tomcat update
</li>
</ul>
<h2 id="2.9.0">2.9.0 (API 0.9.66)</h2>
<p><b>Target release: Late May 2025</b></p>
<p><b>Target release: June 3, 2025</b></p>
<ul>
<li>
Netdb map
@ -36,15 +69,25 @@
</li>
<li>
Tunnel build bandwidth parameters (prop. 168)
Part 1 (sending)
</li>
<li>
Use /dev/random for PRNG by default on Linux
</li>
<li>
Wrapper update
Remove redundant LS render code
</li>
<li>
Tomcat update
Display changelog in HTML
</li>
<li>
Reduce HTTP server thread usage
</li>
<li>
Fix auto-floodfill enrollment
</li>
<li>
Wrapper update to 3.5.60
</li>
</ul>