From 7fe82c1e03b9993e579974bef0ea15379dd9075d Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 4 Jun 2022 23:01:58 +0200 Subject: add 0.17 news --- template/news/2022-06-0.17.0.html.j2 | 89 ++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 template/news/2022-06-0.17.0.html.j2 (limited to 'template') diff --git a/template/news/2022-06-0.17.0.html.j2 b/template/news/2022-06-0.17.0.html.j2 new file mode 100644 index 00000000..c7fb9b27 --- /dev/null +++ b/template/news/2022-06-0.17.0.html.j2 @@ -0,0 +1,89 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

GNUnet 0.17.0 released

+

+ We are pleased to announce the release of GNUnet 0.17.0. +
+ 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. +

+

+ 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) INCOMPATIBLE with + the 0.15.x GNUnet network, and interactions between old and new peers + will result in issues. 0.15.x peers will be able to communicate with Git + master or 0.17.x peers, but some services - in particular the DHT - will not be compatible.
+ In terms of usability, users should be aware that there are still + a number of known open issues in particular with respect to ease + of use, but also some critical privacy issues especially for mobile users. + Also, the nascent network is tiny and thus unlikely to + provide good anonymity or extensive amounts of interesting information. + As a result, the 0.17.0 release is still only suitable for early adopters + with some reasonable pain tolerance. +

+

Download links

+ +

+ The GPG key used to sign is: 3D11063C10F98D14BD24D1470B0998EF86F59B6A +

+

+ Note that due to mirror synchronization, not all links might be functional + early after the release. For direct access try + http://ftp.gnu.org/gnu/gnunet/ +

+

Noteworthy changes in 0.17.0 (since 0.15.3)

+ +

+ A detailed list of changes can be found in the ChangeLog and + the bug tracker. +

+

Known Issues

+ +

+ In addition to this list, you may also want to consult our bug tracker at bugs.gnunet.org which lists about 190 more specific issues. +

+ +

Thanks

+

+ This release was the work of many people. The following people contributed code and were thus easily identified: + Christian Grothoff, Tristan Schwieren, Florian Dold, Thien-Thi Nguyen, t3sserakt, TheJackiMonster and Martin Schanzenbach. +

+{% endblock body_content %} -- cgit v1.2.3