From 901a0c9ef9bff2701838c7ee3e179feab281d2a5 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Mon, 6 Sep 2021 15:41:03 -0400 Subject: [PATCH] Roadmap update --- i2p2www/pages/site/get-involved/roadmap.html | 41 +++++++++++++------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/i2p2www/pages/site/get-involved/roadmap.html b/i2p2www/pages/site/get-involved/roadmap.html index 5bcaeba66..911322170 100644 --- a/i2p2www/pages/site/get-involved/roadmap.html +++ b/i2p2www/pages/site/get-involved/roadmap.html @@ -1,18 +1,16 @@ {% extends "global/layout.html" %} {% block title %}{{ _('Roadmap') }}{% endblock %} -{% block lastupdated %}2021-05{% endblock %} +{% block lastupdated %}2021-09{% endblock %} {% block content %} <p> This is the official project roadmap for the desktop and Android Java I2P releases only. -Some related tasks for related resources such as the website and plugins are included. +Some related tasks for resources such as the website and plugins may be included. </p><p> -For details and discussion on specific items, search on trac or zzz.i2p. +For details and discussion on specific items, search on gitlab or zzz.i2p. For contents of past releases, see the release notes. For other project goals, see the meeting notes. </p><p> -Note that we do not have a particular target for numbering a release as "1.0". -We plan to continue numbering releases as 0.9.x for now. We do not maintain separate unstable and stable branches or releases. We have a single, stable release path. Our normal release cycle is 13 weeks, with releases in @@ -146,44 +144,57 @@ Tunnel bandwidth limiter fixes -<h2 id="0.9.51">0.9.51</h2> -<p><b>Target release: August 2021</b></p> +<h2 id="1.5.0">1.5.0 (API 0.9.51)</h2> +<p><b>Released: Aug. 23, 2021</b></p> <ul><li> Accelerate rekeying routers to ECIES </li><li> Start work on SSU2 </li><li> -Continue work on new tunnel build message (proposal 157) +Implement new tunnel build messages (proposal 157) +</li><li> +Support dmg and exe automatic updates </li><li> New native OSX installer </li><li> X-I2P-Location(alt-svc) locations for built-in I2P Site </li><li> -Include automatic browser configuration tool in IzPack installer +RRD4J 3.8 </li><li> Create C, CGo, SWIG bindings for libi2pd -</li><li> -Complete, document Go/Java Plugin Generation Tools -</li><li> -Reseed Plugin - Run a self-signed HTTPS reseed as a Java router plugin with no configuration. </li></ul> -<h2 id="0.9.52">0.9.52</h2> +<h2 id="1.6.0">1.6.0 (API 0.9.52)</h2> <p><b>Target release: November 2021</b></p> <ul><li> Accelerate rekeying routers to ECIES </li><li> Continue work on SSU2 </li><li> -Continue work on new tunnel build message (proposal 157) +Send new tunnel build messages (proposal 157) +</li><li> +Include automatic browser configuration tool in IzPack installer +</li><li> +Complete, document Go/Java Plugin Generation Tools +</li><li> +Reseed Plugin - Run a self-signed HTTPS reseed as a Java router plugin with no configuration. </li></ul> + +<h2 id="1.7.0">1.7.0 (API 0.9.53)</h2> +<p><b>Target release: February 2021</b></p> +<ul><li> +TBD +</li></ul> + + + <p>{% trans todo=site_url('get-involved/todo') -%} Please see the <a href="{{ todo }}">TODO</a> list for more detailed info about some of these tasks. {%- endtrans %}</p> -- GitLab