diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-03-03 20:08:45 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-03-03 20:08:45 +0100 |
commit | 036272ef4682c03f99425fdc20671094620a8e61 (patch) | |
tree | 0948fa9d1b46031acf8f722c512d546fd7cfbf2b | |
parent | f84332478fe0dcd7a52798b023f0c550305cde4a (diff) |
update roadmap
-rw-r--r-- | template/news/2022-02-0.16.0.html.j2 | 10 | ||||
-rw-r--r-- | template/roadmap.html.j2 | 23 |
2 files changed, 13 insertions, 20 deletions
diff --git a/template/news/2022-02-0.16.0.html.j2 b/template/news/2022-02-0.16.0.html.j2 index aaa55302..07f39eed 100644 --- a/template/news/2022-02-0.16.0.html.j2 +++ b/template/news/2022-02-0.16.0.html.j2 @@ -3,7 +3,15 @@ <h1>GNUnet 0.16.0 released</h1> <p> We are pleased to announce the release of GNUnet 0.16.0. -<br> + <br/> + GNUnet is an alternative network stack for building secure, decentralized and + privacy-preserving distributed applications. + Our goal is to replace the old insecure Internet protocol stack. + Starting from an application for secure publication of files, it has grown to + include all kinds of basic protocol components and applications towards the + creation of a GNU internet. +</p> +<p> This is a new major release. It breaks protocol compatibility with the 0.15.x versions. Please be aware that Git master is thus henceforth (and has been for a while) <b>INCOMPATIBLE</b> with diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2 index 6684471f..3802d1fd 100644 --- a/template/roadmap.html.j2 +++ b/template/roadmap.html.j2 @@ -10,40 +10,25 @@ The roadmap is subject to change and its primary purpose it to indicate the current work in progress and future work as well as the path to a stable release. Goals which are currently in active development are marked in <b>bold</b>. </p> <ul class="timeline"> - <li> + <!--<li> <section class="item-preview"> <header> <h3>Short term</h3> <p class="item-date"> - ≤0.16 + ≤0.17 </p> <p class="item-abstract"> - <ul class="fa-ul"> - <li><span class="fa-li"><i class="far fa-minus-square"></i></span><b>DHT:</b> - <ul class="fa-ul"> - <li><span class="fa-li"><i class="far fa-minus-square"></i></span><b>Improvements including signed paths and stability improvements.</b></li> - <li><span class="fa-li"><i class="far fa-minus-square"></i></span><a href="https://lsd.gnunet.org/lsd0004/"><b>Technical specification.</b></a></li> - </ul> - </li> - <li><span class="fa-li"><i class="far fa-minus-square"></i></span><b>RECLAIM: <a href="https://lsd.gnunet.org/lsd0002/">Technical specification</a></b>.</li> - <li><span class="fa-li"><i class="far fa-check-square"></i></span>SET: - <ul class="fa-ul"> - <li><span class="fa-li"><i class="far fa-check-square"></i></span>Improvements to code quality and correctness.</li> - <li><span class="fa-li"><i class="far fa-check-square"></i></span><a href="https://lsd.gnunet.org/lsd0003/">Technical specification</a>.</li> - </ul> - </li> - </ul> </p> </header> </p> </section> - </li> + </li>--> <li> <section class="item-preview"> <header> <h3>Medium term</h3> <p class="item-date"> - >0.16 + <1.0 </p> <p class="item-abstract"> <ul class="fa-ul"> |