aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-24 11:19:45 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-07-24 11:19:45 +0200
commita6b74dbe536f32ea5abf53cdcea2c9c8599f5c89 (patch)
treee5034070c789f737dfd56240eee4cc7c8f716c1c
parent3ffc6b36622ebd079e0a8669dda426f8317fdf58 (diff)
downloadwww-a6b74dbe536f32ea5abf53cdcea2c9c8599f5c89.tar.gz
www-a6b74dbe536f32ea5abf53cdcea2c9c8599f5c89.zip
add 0.15 news entry; update link style for UX guidelines
-rw-r--r--static/styles.css4
-rw-r--r--template/news/2021-07-0.15.0.html.j283
2 files changed, 85 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index fd5b02ee..282b5e11 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,11 +1,11 @@
1a.link:after { 1.container a:after {
2 font-size: .75em; 2 font-size: .75em;
3 font-family: 'Font Awesome 5 Free'; 3 font-family: 'Font Awesome 5 Free';
4 content: " \f35d"; 4 content: " \f35d";
5 font-weight: 900; 5 font-weight: 900;
6} 6}
7 7
8a.link { 8.container a {
9 color: #3355FF; /* contrast for near white bg */ 9 color: #3355FF; /* contrast for near white bg */
10} 10}
11 11
diff --git a/template/news/2021-07-0.15.0.html.j2 b/template/news/2021-07-0.15.0.html.j2
new file mode 100644
index 00000000..d62618e4
--- /dev/null
+++ b/template/news/2021-07-0.15.0.html.j2
@@ -0,0 +1,83 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>GNUnet 0.15.0 released</h1>
4<p>
5 We are pleased to announce the release of GNUnet 0.15.0.
6<br>
7 This is a new major release. It breaks protocol compatibility with the 0.14.x versions.
8 Please be aware that Git master is thus henceforth <b>INCOMPATIBLE</b> with
9 the 0.14.x GNUnet network, and interactions between old and new peers
10 will result in issues. 0.14.x peers will be able to communicate with Git
11 master or 0.14.x peers, but some services - in particular GNS - will not be compatible.<br/>
12 The MESSENGER service goes out of experimental to be used by
13 libraries and applications as dependency. It handles decentralized
14 messaging in flexible groups by using the CADET service and messages
15 can be signed with your ego from the IDENTITY service. The service
16 is still in an early stage, so its protocol (currently version 0.1)
17 will likely adapt or change in future releases to some degree.<br/>
18 In terms of usability, users should be aware that there are still
19 <b>a number of known open issues</b> in particular with respect to ease
20 of use, but also some critical privacy issues especially for mobile users.
21 Also, the nascent network is tiny and thus unlikely to
22 provide good anonymity or extensive amounts of interesting information.
23 As a result, the 0.15.0 release is still <b>only suitable for early adopters
24 with some reasonable pain tolerance</b>.
25</p>
26<h4>Download links</h4>
27<ul>
28 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.15.0.tar.gz">gnunet-0.15.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.15.0.tar.gz.sig">signature</a>)</li>
29 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.15.0.tar.gz">gnunet-gtk-0.15.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.15.0.tar.gz.sig">signature</a>)</li>
30 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.15.0.tar.gz">gnunet-fuse-0.15.0.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.15.0.tar.gz.sig">signature</a>)</li>
31</ul>
32<p>
33 The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
34</p>
35<p>
36 Note that due to mirror synchronization, not all links might be functional
37 early after the release. For direct access try
38 <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
39</p>
40<h4>Noteworthy changes in 0.15.0 (since 0.14.1)</h4>
41<ul>
42 <li><tt>GNS</tt>:
43 <ul>
44 <li>First-come-first-served GNUnet top-level domain ".pin" zone key and website updated a. <a href="https://fcfs.gnunet.org/">Register here.</a> <a href="https://bugs.gnunet.org/view.php?id=6832">#6832</a></li>
45 <li>New <a href="https://lsd.gnunet.org/lsd0001/#name-edkey">EDKEY zone keys</a>.</li>
46 </ul>
47 </li>
48 <li><tt>SCALARPRODUCT</tt>: Crypto ported to libsodium improving performance. <a href="https://bugs.gnunet.org/view.php?id=6818">#6818</a></li>
49 <li><tt>RECLAIM</tt>: Added support for <a class="link" href="https://github.com/Fraunhofer-AISEC/libpabc">BBS+ blind signature credentials</a> for selective disclosure.</li>
50 <li><tt>UTIL</tt>:
51 <ul>
52 <li>Swap gnunet-config's default behaviour for the rewrite flag.</li>
53 <li>Config file is not not always written</li>
54 <li>Introduced new TIME helper functions</li>
55 </ul>
56 </li>
57 <li><tt>SETU</tt>: XXX</li>
58 <li><tt>Buildsystem</tt>: XXX</li>
59 <li><tt>MESSENGER</tt>: New messenger component moved out of experimental.</li>
60</ul>
61<p>
62 A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/tree/ChangeLog">ChangeLog</a> and
63 the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13">0.14.0 bugtracker</a>.
64</p>
65<h4>Known Issues</h4>
66<ul>
67 <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>
68 <li>There are known moderate implementation limitations in CADET that negatively impact performance.</li>
69 <li>There are known moderate design issues in FS that also impact usability and performance.</li>
70 <li>There are minor implementation limitations in SET that create unnecessary attack surface for availability.</li>
71 <li>The RPS subsystem remains experimental.</li>
72 <li>Some high-level tests in the test-suite fail non-deterministically due to the low-level TRANSPORT issues.</li>
73</ul>
74<p>
75 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.
76</p>
77
78<h4>Thanks</h4>
79<p>
80 This release was the work of many people. The following people contributed code and were thus easily identified:
81 Christian Grothoff, Daniel Golle, t3sserakt, TheJackiMonster and Martin Schanzenbach.
82</p>
83{% endblock body_content %}