aboutsummaryrefslogtreecommitdiff
path: root/news/2019-0.11.5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'news/2019-0.11.5.inc')
-rw-r--r--news/2019-0.11.5.inc92
1 files changed, 92 insertions, 0 deletions
diff --git a/news/2019-0.11.5.inc b/news/2019-0.11.5.inc
new file mode 100644
index 00000000..958944e0
--- /dev/null
+++ b/news/2019-0.11.5.inc
@@ -0,0 +1,92 @@
1<article>
2 <h3>
3 <a name="gnunet-0.11.5-release">2019-06-05: GNUnet 0.11.5 released</a>
4 </h3>
5 <p>
6 We are pleased to announce the release of GNUnet 0.11.5.
7 </p>
8 <p>
9 This is a bugfix release for 0.11.4, mostly fixing a few
10 minor bugs and improving performance, in particular for
11 identity management with a large number of egos. In
12 terms of usability, users should be aware that there are still a large
13 number of known open issues in particular with respect to ease of use,
14 but also some critical privacy issues especially for mobile users.
15 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
16 provide good anonymity or extensive amounts of interesting
17 information. As a result, the 0.11.5 release is still only suitable
18 for early adopters with some reasonable pain tolerance.
19 </p>
20 <h4>Download links</h4>
21 <ul>
22 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.5.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.5.tar.gz</a></li>
23 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.5.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.5.tar.gz.sig</a></li>
24 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.5.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.5.tar.gz</a></li>
25 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.5.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.5.tar.gz.sig</a></li>
26 <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>
27 <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>
28 </ul>
29 <p>
30 gnunet-gtk saw some minor changes to adopt it to API changes in the main code
31 related to the identity improvements.
32 gnunet-fuse was not released again, as there were no
33 changes and the 0.11.0 version is expected to continue to work fine
34 with gnunet-0.11.5.
35 </p>
36 <p>
37 Note that due to mirror synchronization, not all links might be functional
38 early after the release. For direct access try <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
39 </p>
40 <h4>Noteworthy changes in 0.11.5 (since 0.11.3)</h4>
41 <ul>
42 <li>
43 <tt>gnunet-identity</tt> is much faster when creating or deleting
44 egos given a large number of existing egos.
45 </li>
46 <li>
47 GNS now supports CAA records.
48 </li>
49 <li>
50 Documentation, comments and code quality was improved.
51 </li>
52 </ul>
53 <h4>Known Issues</h4>
54 <ul>
55 <li>
56 There are known major design issues in the TRANSPORT, ATS and CORE subsystems
57 which will need to be addressed in the future to achieve acceptable usability,
58 performance and security.
59 </li>
60 <li>
61 There are known moderate implementation limitations in CADET that
62 negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order.
63 </li>
64 <li>
65 There are known moderate design issues in FS that also impact
66 usability and performance.
67 </li>
68 <li>
69 There are minor implementation limitations in SET that create
70 unnecessary attack surface for availability.
71 </li>
72 <li>
73 The RPS subsystem remains experimental.
74 </li>
75 <li>
76 Some high-level tests in the test-suite fail non-deterministically due to
77 the low-level TRANSPORT issues.
78 </li>
79 </ul>
80 <p>
81 In addition to this list, you may also want to consult our bug tracker
82 at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists
83 about 190 more specific issues.
84 </p>
85
86 <h4>Thanks</h4>
87 <p>
88 This release was the work of many people. The following people
89 contributed code and were thus easily identified:
90 Christian Grothoff, Florian Dold, Marcello Stanisci, ng0, Martin Schanzenbach and Bernd Fix.
91 </p>
92</article>