aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-14 11:28:11 +0000
committerng0 <ng0@n0.is>2019-10-14 11:28:11 +0000
commit7eadc0e12de2e423f0aa989806d5021cc93a6d83 (patch)
treeba9291f5b0af05dc3806240cba94f779446d517a
parentab77c5b0586c2499b0c18e5efed2c9548d871433 (diff)
downloadwww-7eadc0e12de2e423f0aa989806d5021cc93a6d83.tar.gz
www-7eadc0e12de2e423f0aa989806d5021cc93a6d83.zip
preliminary news for 0.11.7
-rw-r--r--news/2019-0.11.7.inc94
1 files changed, 94 insertions, 0 deletions
diff --git a/news/2019-0.11.7.inc b/news/2019-0.11.7.inc
new file mode 100644
index 00000000..5c54c08d
--- /dev/null
+++ b/news/2019-0.11.7.inc
@@ -0,0 +1,94 @@
1<article>
2 <h3>
3 <a name="gnunet-0.11.7-release">2019-XX-XX: GNUnet 0.11.7 released</a>
4 </h3>
5 <p>
6 We are pleased to announce the release of GNUnet 0.11.7.
7 </p>
8 <p>
9 This is a bugfix release for 0.11.6, fixing a lot of
10 minor bugs, improving stability and code quality. Further, win32 support
11 was removed for reasons you may read below.
12 In this release, we again improved the webpage in general and updated our
13 documentation.
14
15 <i>As always:</i>
16 In terms of usability, users should be aware that there are still <b>a large
17 number of known open issues</b> in particular with respect to ease of use,
18 but also some critical privacy issues especially for mobile users.
19 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
20 provide good anonymity or extensive amounts of interesting
21 information. As a result, the 0.11.7 release is still <b>only suitable
22 for early adopters with some reasonable pain tolerance</b>.
23 </p>
24 <h4>Download links</h4>
25 <ul>
26 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.7.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.7.tar.gz</a></li>
27 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.7.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.7.tar.gz.sig</a></li>
28 <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>
29 <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>
30 <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>
31 <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>
32 </ul>
33 <p>
34 gnunet-fuse was not released again, as there were no
35 changes and the 0.11.0 versions are expected to continue to work fine
36 with gnunet-0.11.7.
37 </p>
38 <p>
39 Note that due to mirror synchronization, not all links might be functional
40 early after the release. For direct access try <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
41 </p>
42 <h4>Noteworthy changes in 0.11.7 (since 0.11.6)</h4>
43 <ul>
44 <li>
45 win32 and mingw support were dropped, which resulted in a significant number of lines of
46 code to be gone. The code has been unmaintained in our code base
47 for many years and there are no known users. For details and further reasons refer to the discussion
48 <a href="https://lists.gnu.org/archive/html/gnunet-developers/2019-09/msg00002.html">in our archives</a>.
49 </li>
50 <li>
51 Removal of plibc, win32 and mingw support means you can now compile gnunet without requiring a Cxx compiler
52 (you just need a C compiler).
53 </li>
54 </ul>
55 <h4>Known Issues</h4>
56 <ul>
57 <li>
58 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.
61 </li>
62 <li>
63 There are known moderate implementation limitations in CADET that
64 negatively impact performance.
65 </li>
66 <li>
67 There are known moderate design issues in FS that also impact
68 usability and performance.
69 </li>
70 <li>
71 There are minor implementation limitations in SET that create
72 unnecessary attack surface for availability.
73 </li>
74 <li>
75 The RPS subsystem remains experimental.
76 </li>
77 <li>
78 Some high-level tests in the test-suite fail non-deterministically due to
79 the low-level TRANSPORT issues.
80 </li>
81 </ul>
82 <p>
83 In addition to this list, you may also want to consult our bug tracker
84 at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists
85 about 190 more specific issues.
86 </p>
87
88 <h4>Thanks</h4>
89 <p>
90 This release was the work of many people. The following people
91 contributed code and were thus easily identified:
92 Martin Schanzenbach, Julius B&uuml;nger, ng0, Christian Grothoff, Alexia Pagkopoulou, rexxnor, xrs, lurchi and t3sserakt.
93 </p>
94</article>