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