aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-12 21:54:47 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-12 21:54:47 +0100
commitd642d94926c487860307cf1da07bba4625a65902 (patch)
tree4640a3357637730e1f0382000020ff00b4c592b8
parentd898cfabfbb8372f5e9b7d4b9bf9c816468fa17f (diff)
downloadwww-d642d94926c487860307cf1da07bba4625a65902.tar.gz
www-d642d94926c487860307cf1da07bba4625a65902.zip
start 0.12 news entry
-rw-r--r--news/2019-0.12.0.html.j266
1 files changed, 66 insertions, 0 deletions
diff --git a/news/2019-0.12.0.html.j2 b/news/2019-0.12.0.html.j2
new file mode 100644
index 00000000..0d4e885f
--- /dev/null
+++ b/news/2019-0.12.0.html.j2
@@ -0,0 +1,66 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>GNUnet 0.12.0 released</h1>
4<p>
5 We are pleased to announce the release of GNUnet 0.12.0.
6<br>
7 This is a new major release. It breaks protocol compatibility with the 0.11.x versions.
8 In terms of usability, users should be aware that there are still
9 <b>a large number of known open issues</b> in particular with respect to ease
10 of use, but also some critical privacy issues especially for mobile users.
11 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
12 provide good anonymity or extensive amounts of interesting information.
13 As a result, the 0.12.0 release is still <b>only suitable for early adopters
14 with some reasonable pain tolerance</b>.
15</p>
16<h4>Download links</h4>
17<ul>
18 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.12.0.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.12.0.tar.gz</a></li>
19 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.12.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.12.0.tar.gz.sig</a></li>
20 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz</a></li>
21 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz.sig</a></li>
22 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz</a></li>
23 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig</a></li>
24</ul>
25<p>
26 gnunet-fuse and gnunet-gtk were not released again, as there were no changes
27 and the 0.11.0/0.11.7 versions are expected to continue to work fine with
28 gnunet-0.12.0. The GPG key used to sign is:
29 <tt>TODO</tt>
30</p>
31<p>
32 Note that due to mirror synchronization, not all links might be functional
33 early after the release. For direct access try
34 <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
35</p>
36<h4>Noteworthy changes in 0.12.0 (since 0.11.8)</h4>
37<ul>
38 <li><tt>GNS</tt>: Changed key derivation protocols to adhere with <a href="">LSD001</a>. <a href="https://bugs.gnunet.org/view.php?id=5921">#5921</a></li>
39 <li><tt>GNS</tt>: GNS names are not expected to be UTF-8 (as opposed to IDNA). <a href="https://bugs.gnunet.org/view.php?id=5922">#5922</a></li>
40 <li><tt>GNS</tt>: GNS NSS plugin now properly handles non-standard IDNA names. <a href="https://bugs.gnunet.org/view.php?id=5927">#5927</a></li>
41 <li><tt>GNS/NSE</tt>: Zone revocation proof of work algorithm changed to be less susceptible to specialized ASIC hardware.
42 <a href="https://bugs.gnunet.org/view.php?id=3795">#3795</a></li>
43 <li><tt>TRANSPORT</tt>: UDP plugin moved to experimental as it is known to be unstable.</li>
44 <li><tt>UTIL</tt>: Improved and documented RSA binary format. <a href="https://bugs.gnunet.org/view.php?id=5968">#5968</a></li>
45 <li><tt>UTIL</tt>: Removed redundant hashing in EdDSA signatures. <a href="https://bugs.gnunet.org/view.php?id=5398">#5398</a></li>
46 <li><tt>Buildsystem</tt>: A significant number of build system issued have been fixed and improvements implemented.</li>
47</ul>
48<h4>Known Issues</h4>
49<ul>
50 <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>
51 <li>There are known moderate implementation limitations in CADET that negatively impact performance.</li>
52 <li>There are known moderate design issues in FS that also impact usability and performance.</li>
53 <li>There are minor implementation limitations in SET that create unnecessary attack surface for availability.</li>
54 <li>The RPS subsystem remains experimental.</li>
55 <li>Some high-level tests in the test-suite fail non-deterministically due to the low-level TRANSPORT issues.</li>
56</ul>
57<p>
58 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.
59</p>
60
61<h4>Thanks</h4>
62<p>
63 This release was the work of many people. The following people contributed code and were thus easily identified:
64 ng0, Christian Grothoff, Florian Dold, xrs, Naomi Phillips and Martin Schanzenbach.
65</p>
66{% endblock body_content %}