1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<article>
<h3>
<a name="gnunet-0.11.6-release">2019-07-24: GNUnet 0.11.6 released</a>
</h3>
<p>
We are pleased to announce the release of GNUnet 0.11.6.
</p>
<p>
This is a bugfix release for 0.11.5, fixing a lot of
minor bugs, improving stability and code quality. Further, our videos are
back on the homepage.
In this release, we again improved the webpage in general and updated our
documentation.
<i>As always:</i>
In terms of usability, users should be aware that there are still <b>a large
number of known open issues</b> in particular with respect to ease of use,
but also some critical privacy issues especially for mobile users.
Also, the nascent network is tiny (about 200 peers) and thus unlikely to
provide good anonymity or extensive amounts of interesting
information. As a result, the 0.11.6 release is still <b>only suitable
for early adopters with some reasonable pain tolerance</b>.
</p>
<h4>Download links</h4>
<ul>
<li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.6.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.6.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.6.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.6.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.6.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.6.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.6.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.6.tar.gz.sig</a></li>
<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>
<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>
</ul>
<p>
gnunet-fuse was not released again, as there were no
changes and the 0.11.0 versions are expected to continue to work fine
with gnunet-0.11.6.
</p>
<p>
Note that due to mirror synchronization, not all links might be functional
early after the release. For direct access try <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
</p>
<h4>Noteworthy changes in 0.11.6 (since 0.11.5)</h4>
<ul>
<li>
<tt>gnunet-identity</tt> can now print private keys.
</li>
<li>
The <tt>REST</tt> service can be configured to echo the HTTP Origin header value
for Cross-Origin-Resource-Sharing (CORS) when it is called by a browser
plugin. Optionally, a CORS Origin to echo can be also be directly
configured.
</li>
<li>
<tt>re:claimID</tt> tickets are now re-used whenever possible.
</li>
<li>
SUID binary detection mechanisms implemented to improve compatiblity with
some distributions.
</li>
<li>
<tt>TRANSPORT</tt>, <tt>TESTBED</tt> and <tt>CADET</tt> tests now pass again on macOS.
</li>
<li>
<tt>CADET</tt>: Replaced enum <tt>GNUNET_CADET_ChannelOption</tt> with <tt>GNUNET_MQ_PriorityPreferences</tt> in preparation of API changed in the future.
</li>
<li>
The GNS proxy Certification Authority is now generated using gnutls-certtool,
if available, with opennssl/certtool as fallback.
</li>
<li>
Documentation, comments and code quality was improved.
</li>
</ul>
<h4>Known Issues</h4>
<ul>
<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>
<li>
There are known moderate implementation limitations in CADET that
negatively impact performance.
</li>
<li>
There are known moderate design issues in FS that also impact
usability and performance.
</li>
<li>
There are minor implementation limitations in SET that create
unnecessary attack surface for availability.
</li>
<li>
The RPS subsystem remains experimental.
</li>
<li>
Some high-level tests in the test-suite fail non-deterministically due to
the low-level TRANSPORT issues.
</li>
</ul>
<p>
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.
</p>
<h4>Thanks</h4>
<p>
This release was the work of many people. The following people
contributed code and were thus easily identified:
Martin Schanzenbach, Julius Bünger, ng0, Christian Grothoff, Alexia Pagkopoulou, rexxnor, xrs, lurchi and t3sserakt.
</p>
</article>
|