aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 16:45:52 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 16:46:11 +0100
commitb5ed5fd03bd6b142754c47f2ea37926a20735fb6 (patch)
tree023660684c0a93528dd4341e3cc6b9e856a29e0e
parentf6ec5f1327751329d0c3a1ebbc9e7be913a546a0 (diff)
downloadwww-b5ed5fd03bd6b142754c47f2ea37926a20735fb6.tar.gz
www-b5ed5fd03bd6b142754c47f2ea37926a20735fb6.zip
v0.21.0
-rw-r--r--template/news/2024-03-0.21.0.html.j277
-rw-r--r--www.yml3
2 files changed, 80 insertions, 0 deletions
diff --git a/template/news/2024-03-0.21.0.html.j2 b/template/news/2024-03-0.21.0.html.j2
new file mode 100644
index 00000000..3e4b9ba6
--- /dev/null
+++ b/template/news/2024-03-0.21.0.html.j2
@@ -0,0 +1,77 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3{% set newver = '0.21.0' %}
4{% set oldver = '0.20.0' %}
5<main id="maincontent">
6 <h1>GNUnet {{newver}} released</h1>
7<p>
8 We are pleased to announce the release of GNUnet {{newver}}.
9 <br/>
10 GNUnet is an alternative network stack for building secure, decentralized and
11 privacy-preserving distributed applications.
12 Our goal is to replace the old insecure Internet protocol stack.
13 Starting from an application for secure publication of files, it has grown to
14 include all kinds of basic protocol components and applications towards the
15 creation of a GNU internet.
16</p>
17<p>
18 This release marks a noteworthy milestone in that it includes a completely
19 new <a href="https://docs.gnunet.org/latest/developers/transport-ng/transport-ng.html">transport layer</a>.
20 It lays the groundwork for fixing some major design issues and may also
21 already alleviate a variety of issues seen in previous releases related to
22 connectivity.
23 This change also deprecates our testbed and ATS subsystem.
24</p>
25<p>
26 This is a new major release.
27 It breaks protocol compatibility with the 0.20.x versions.
28 Please be aware that Git master is thus henceforth (and has been for a
29 while) <b>INCOMPATIBLE</b> with
30 the 0.20.x GNUnet network, and interactions between old and new peers
31 will result in issues.
32 In terms of usability, users should be aware that there are still
33 <b>a number of known open issues</b> in particular with respect to ease
34 of use, but also some critical privacy issues especially for mobile users.
35 Also, the nascent network is tiny and thus unlikely to
36 provide good anonymity or extensive amounts of interesting information.
37 As a result, the {{newver}} release is still <b>only suitable for early adopters
38 with some reasonable pain tolerance</b>.
39</p>
40<h4>Download links</h4>
41<ul>
42 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz">gnunet-{{newver}}.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz.sig">signature</a>)</li>
43 <li><a href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.gz">gnunet-{{newver}}-meson.tar.gz</a> (<a href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.gz.sig">signature</a>) <i>NEW: Test tarball made using the meson build system.</i></li>
44 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-{{newver}}.tar.gz">gnunet-gtk-{{newver}}.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-{{newver}}.tar.gz.sig">signature</a>)</li>
45 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-{{newver}}.tar.gz">gnunet-fuse-{{newver}}.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-{{newver}}.tar.gz.sig">signature</a>)</li>
46</ul>
47<p>
48 The GPG key used to sign is: <a href="https://www.gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
49</p>
50<p>
51 Note that due to mirror synchronization, not all links might be functional
52 early after the release. For direct access try
53 <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
54</p>
55<h4>Changes</h4>
56<p>
57A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/log/?h=v{{newver}}">git log</a>, the <a href="https://git.gnunet.org/gnunet.git/tree/NEWS?h=v{{newver}}">NEWS</a> and
58the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=417">bug tracker</a>.
59</p>
60<h4>Known Issues</h4>
61<ul>
62 <li>There are known major design issues in the CORE subsystems which will need to be addressed in the future to achieve acceptable usability, performance and security.</li>
63 <li>There are known moderate implementation limitations in CADET that negatively impact performance.</li>
64 <li>There are known moderate design issues in FS that also impact usability and performance.</li>
65 <li>There are minor implementation limitations in SET that create unnecessary attack surface for availability.</li>
66 <li>The RPS subsystem remains experimental.</li>
67</ul>
68<p>
69In addition to this list, you may also want to consult our bug tracker at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists about 190 more specific issues.
70</p>
71
72<h4>Thanks</h4>
73<p>
74This release was the work of many people. The following people contributed code and were thus easily identified:
75Christian Grothoff, t3sserakt, TheJackiMonster, Pedram Fardzadeh, dvn, Sebastian Nadler and Martin Schanzenbach.
76</p>
77{% endblock body_content %}
diff --git a/www.yml b/www.yml
index c1a3fa77..74abb84d 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
34 2022: 2022-12-04 34 2022: 2022-12-04
35 2023: 2023-12-28 35 2023: 2023-12-28
36newsposts: 36newsposts:
37 - page: 2024-03-0.21.0.html
38 date: 2024-03-06
39 title: GNUnet 0.21.0
37 - page: 2024-02-NGI-Webinar-GNS.html 40 - page: 2024-02-NGI-Webinar-GNS.html
38 date: 2024-02-22 41 date: 2024-02-22
39 title: "NGI Webinar: The GNU Name System and the road to publishing an RFC" 42 title: "NGI Webinar: The GNU Name System and the road to publishing an RFC"