From b3dd9489f04385fff095a85de658ab746574d23b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 May 2021 13:50:26 +0200 Subject: restructure to work with current site generator --- template/news/2020-07-0.13.0.html.j2 | 103 +++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 template/news/2020-07-0.13.0.html.j2 (limited to 'template/news/2020-07-0.13.0.html.j2') diff --git a/template/news/2020-07-0.13.0.html.j2 b/template/news/2020-07-0.13.0.html.j2 new file mode 100644 index 00000000..ef8c0d89 --- /dev/null +++ b/template/news/2020-07-0.13.0.html.j2 @@ -0,0 +1,103 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

GNUnet 0.13.0 released

+

+ We are pleased to announce the release of GNUnet 0.13.0. +
+ This is a new major release. It breaks protocol compatibility with the 0.12.x versions. + Please be aware that Git master is thus henceforth INCOMPATIBLE with + the 0.12.x GNUnet network, and interactions between old and new peers + will result in signature verification failures. 0.12.x peers will NOT + be able to communicate with Git master or 0.13.x peers.
+ In terms of usability, users should be aware that there are still + a large 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.13.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.13.0 (since 0.12.2)

+ +A detailed list of changes can be found in the ChangeLog and +the 0.13.0 bugtracker. +

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, Florian Dold, Jonathan Buchanan, t3sserakt, nikita and Martin Schanzenbach. +

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