aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-06-04 23:01:58 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-06-04 23:01:58 +0200
commit7fe82c1e03b9993e579974bef0ea15379dd9075d (patch)
tree53b198798ac20424f5789f223fe59f9fb632cf4c
parent4d0ec31d2cd98ec9f73cc2706824637b4f01aafc (diff)
downloadwww-7fe82c1e03b9993e579974bef0ea15379dd9075d.tar.gz
www-7fe82c1e03b9993e579974bef0ea15379dd9075d.zip
add 0.17 news
-rw-r--r--template/news/2022-06-0.17.0.html.j289
-rw-r--r--www.yml6
2 files changed, 92 insertions, 3 deletions
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 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>GNUnet 0.17.0 released</h1>
4<p>
5 We are pleased to announce the release of GNUnet 0.17.0.
6 <br/>
7 GNUnet is an alternative network stack for building secure, decentralized and
8 privacy-preserving distributed applications.
9 Our goal is to replace the old insecure Internet protocol stack.
10 Starting from an application for secure publication of files, it has grown to
11 include all kinds of basic protocol components and applications towards the
12 creation of a GNU internet.
13</p>
14<p>
15 This is a new major release. It breaks protocol compatibility with the 0.15.x versions.
16 Please be aware that Git master is thus henceforth (and has been for a
17 while) <b>INCOMPATIBLE</b> with
18 the 0.15.x GNUnet network, and interactions between old and new peers
19 will result in issues. 0.15.x peers will be able to communicate with Git
20 master or 0.17.x peers, but some services - in particular the DHT - will not be compatible.<br/>
21 In terms of usability, users should be aware that there are still
22 <b>a number of known open issues</b> in particular with respect to ease
23 of use, but also some critical privacy issues especially for mobile users.
24 Also, the nascent network is tiny and thus unlikely to
25 provide good anonymity or extensive amounts of interesting information.
26 As a result, the 0.17.0 release is still <b>only suitable for early adopters
27 with some reasonable pain tolerance</b>.
28</p>
29<h4>Download links</h4>
30<ul>
31 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.17.0.tar.gz">gnunet-0.17.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.17.0.tar.gz.sig">signature</a>)</li>
32 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.17.0.tar.gz">gnunet-gtk-0.17.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.17.0.tar.gz.sig">signature</a>)</li>
33 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.17.0.tar.gz">gnunet-fuse-0.17.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.17.0.tar.gz.sig">signature</a>)</li>
34</ul>
35<p>
36 The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
37</p>
38<p>
39 Note that due to mirror synchronization, not all links might be functional
40 early after the release. For direct access try
41 <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
42</p>
43<h4>Noteworthy changes in 0.17.0 (since 0.15.3)</h4>
44<ul>
45 <li><tt>GNS</tt>:
46 <ul>
47 <li>FCFSD: Allow configuration of relative expiration time of added records.</li>
48 <li>Aligned with breaking changes in specification. <a href="https://lsd.gnunet.org/lsd0001">LSD0001</a></li>
49 </ul>
50 </li>
51 <li><tt>DHT</tt>:
52 <ul>
53 <li>Aligned and reordered message formats. <a href="https://lsd.gnunet.org/lsd0004">LSD0004</a></li>
54 <li>Moved block type definitions to <a href="https://gana.gnunet.org">GANA</a></li>
55
56 <li>Changed distance metric to a more traditional XOR. <a href="https://bugs.gnunet.org/view.php?id=7136">#7136</a></li>
57 <li>The specification has been updated to reflect the changes. <a href="https://lsd.gnunet.org/lsd0004">LSD0004</a></li>
58 </ul>
59 </li>
60 <li><tt>UTIL</tt>:
61 <ul>
62 <li>Fix scheduler bug with same-priority immediately-ready tasks possibly hogging the scheduler.</li>
63 <li>Fix mysql/mariadb detection.</li>
64 </ul>
65 </li>
66</ul>
67<p>
68 A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/tree/ChangeLog">ChangeLog</a> and
69 the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13">bug tracker</a>.
70</p>
71<h4>Known Issues</h4>
72<ul>
73 <li>There are known major design issues in the TRANSPORT, ATS and CORE subsystems which will need to be addressed in the future to achieve acceptable usability, performance and security.</li>
74 <li>There are known moderate implementation limitations in CADET that negatively impact performance.</li>
75 <li>There are known moderate design issues in FS that also impact usability and performance.</li>
76 <li>There are minor implementation limitations in SET that create unnecessary attack surface for availability.</li>
77 <li>The RPS subsystem remains experimental.</li>
78 <li>Some high-level tests in the test-suite fail non-deterministically due to the low-level TRANSPORT issues.</li>
79</ul>
80<p>
81 In 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.
82</p>
83
84<h4>Thanks</h4>
85<p>
86 This release was the work of many people. The following people contributed code and were thus easily identified:
87 Christian Grothoff, Tristan Schwieren, Florian Dold, Thien-Thi Nguyen, t3sserakt, TheJackiMonster and Martin Schanzenbach.
88</p>
89{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 1a2aa8d1..6d676462 100644
--- a/www.yml
+++ b/www.yml
@@ -29,15 +29,15 @@ meetingnotes:
29 2019: 2019-12-27 29 2019: 2019-12-27
30 2020: 2020-12-30 30 2020: 2020-12-30
31newsposts: 31newsposts:
32 - page: 2022-06-0.17.0.html
33 date: 2022-06-05
34 title: GNUnet 0.17.0
32 - page: 2022-05-messenger-gtk-0.7.0.html 35 - page: 2022-05-messenger-gtk-0.7.0.html
33 date: 2022-05-05 36 date: 2022-05-05
34 title: Messenger-GTK 0.7.0 37 title: Messenger-GTK 0.7.0
35 - page: 2022-04-libgnunetchat-0.1.0.html 38 - page: 2022-04-libgnunetchat-0.1.0.html
36 date: 2022-04-12 39 date: 2022-04-12
37 title: libgnunetchat 0.1.0 40 title: libgnunetchat 0.1.0
38 - page: 2022-03-0.16.3.html
39 date: 2022-03-29
40 title: GNUnet 0.16.3
41 - page: 2022-03-0.16.2.html 41 - page: 2022-03-0.16.2.html
42 date: 2022-03-19 42 date: 2022-03-19
43 title: GNUnet 0.16.2 43 title: GNUnet 0.16.2