aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-03 15:17:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-03 15:17:00 +0200
commit9eaa3a629890a07db8d5a3cc8feb317c0695f7fe (patch)
treeea2a49f42e66a91bd21bc2749b4c8a0bfb2e82cf /news
parent8468bc772c9e88a8389e8d20763d0c66d50dc4b5 (diff)
downloadwww-9eaa3a629890a07db8d5a3cc8feb317c0695f7fe.tar.gz
www-9eaa3a629890a07db8d5a3cc8feb317c0695f7fe.zip
add release announcement
Diffstat (limited to 'news')
-rw-r--r--news/2019-0.11.1.inc83
1 files changed, 83 insertions, 0 deletions
diff --git a/news/2019-0.11.1.inc b/news/2019-0.11.1.inc
new file mode 100644
index 00000000..392433fb
--- /dev/null
+++ b/news/2019-0.11.1.inc
@@ -0,0 +1,83 @@
1<article>
2<h3>
3<a name="gnunet-0.11.1-release">2019-02: GNUnet 0.11.1 released</a>
4</h3>
5
6<p>
7We are pleased to announce the release of GNUnet 0.11.1.
8<p>
9
10<p>
11This is a bugfix release for 0.11.0, mostly fixing minor bugs,
12improving documentation and fixing various build issues. In
13terms of usability, users should be aware that there are still a large
14number of known open issues in particular with respect to ease of use,
15but also some critical privacy issues especially for mobile users.
16Also, the nascent network is tiny (about 200 peers) and thus unlikely to
17provide good anonymity or extensive amounts of interesting
18information. As a result, the 0.11.1 release is still only suitable
19for early adopters with some reasonable pain tolerance.
20</p>
21
22<h4>Download links</h4>
23 <ul>
24 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.1.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.1.tar.gz</a></li>
25 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.1.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.1.tar.gz.sig</a></li>
26 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz</a></li>
27 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz.sig</a></li>
28 <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>
29 <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>
30 </ul>
31 (gnunet-gtk and gnunet-fuse were not released again, as there were no
32 changes and the 0.11.0 versions are expected to continue to work fine
33 with gnunet-0.11.1.)
34<p>
35Note that due to mirror synchronization, not all links might be functional
36early after the release. For direct access try <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
37</p>
38<p>
39Note that GNUnet is now started using <tt>gnunet-arm -s</tt>. GNUnet should be
40stopped using <tt>gnunet-arm -e</tt>.
41</p>
42
43<h4>Noteworthy changes in 0.11.1</h4>
44
45 <ul>
46 <li>gnunet-qr was rewritten in C, removing our last dependency on Python 2.x</li>
47 <li>REST and GNS proxy configuration options for address binding were added</li>
48 <li>gnunet-publish by default no longer includes creation time</li>
49 <li>Unreliable message ordering logic in CADET was fixed</li>
50 <li>Various improvements to build system and documentation</li>
51 </ul>
52 The above is just the short list, our bugtracker lists
53 <a href="https://bugs.gnunet.org/changelog_page.php?version_id=312">
54 14 individual issues</a> that were resolved since 0.11.0.
55
56<h4>Known Issues</h4>
57 <ul>
58 <li>There are known major design issues in the TRANSPORT, ATS and CORE subsystems
59 which will need to be addressed in the future to achieve acceptable usability,
60 performance and security.</li>
61 <li>There are known moderate implementation limitations in CADET that
62 negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order.</li>
63 <li>There are known moderate design issues in FS that also impact
64 usability and performance.</li>
65 <li>There are minor implementation limitations in SET that create
66 unnecessary attack surface for availability.</li>
67 <li>The RPS subsystem remains experimental.</li>
68 <li>Some high-level tests in the test-suite fail non-deterministically due to
69 the low-level TRANSPORT issues.</li>
70 </ul>
71<p>
72In addition to this list, you may also want to consult our bug tracker
73at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists
74about 190 more specific issues.
75</p>
76
77<h4>Thanks</h4>
78<p>
79This release was the work of many people. The following people
80contributed code and were thus easily identified:
81ng0, Christian Grothoff, Hartmut Goebel, Martin Schanzenbach, Devan Carpenter, Naomi Phillips and Julius Bünger.
82</p>
83</article>