aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-24 18:37:33 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-24 18:37:33 +0200
commitf7b54c1d0da6727aab60f7406f456eb0fe3ebc56 (patch)
tree4897c9114a7d881ee9ce18504e27c55ddcd6460b
parent385a9a9488277a637c18a1e516fa02ffd3fad947 (diff)
parente0124cd9274b706e8d1a619147022dad12d1c92c (diff)
downloadwww-f7b54c1d0da6727aab60f7406f456eb0fe3ebc56.tar.gz
www-f7b54c1d0da6727aab60f7406f456eb0fe3ebc56.zip
Merge branch 'master' of git+ssh://gnunet.org/www
-rw-r--r--news/2019-0.11.6.inc32
1 files changed, 22 insertions, 10 deletions
diff --git a/news/2019-0.11.6.inc b/news/2019-0.11.6.inc
index a27ddcb0..80918c23 100644
--- a/news/2019-0.11.6.inc
+++ b/news/2019-0.11.6.inc
@@ -6,18 +6,20 @@
6 We are pleased to announce the release of GNUnet 0.11.6. 6 We are pleased to announce the release of GNUnet 0.11.6.
7 </p> 7 </p>
8 <p> 8 <p>
9 This is a bugfix release for 0.11.5, mostly fixing a few 9 This is a bugfix release for 0.11.5, fixing a lot of
10 minor bugs and improving performance, in particular for 10 minor bugs, improving stability and code quality. Further, our videos are
11 identity management with a large number of egos. 11 back on the homepage.
12 In this release, we improved the webpage and updated our documentation. 12 In this release, we again improved the webpage in general and updated our
13 documentation.
13 14
14 In terms of usability, users should be aware that there are still a large 15 <i>As always:</i>
15 number of known open issues in particular with respect to ease of use, 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,
16 but also some critical privacy issues especially for mobile users. 18 but also some critical privacy issues especially for mobile users.
17 Also, the nascent network is tiny (about 200 peers) and thus unlikely to 19 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
18 provide good anonymity or extensive amounts of interesting 20 provide good anonymity or extensive amounts of interesting
19 information. As a result, the 0.11.6 release is still only suitable 21 information. As a result, the 0.11.6 release is still <b>only suitable
20 for early adopters with some reasonable pain tolerance. 22 for early adopters with some reasonable pain tolerance</b>.
21 </p> 23 </p>
22 <h4>Download links</h4> 24 <h4>Download links</h4>
23 <ul> 25 <ul>
@@ -43,16 +45,26 @@
43 <tt>gnunet-identity</tt> can now print private keys. 45 <tt>gnunet-identity</tt> can now print private keys.
44 </li> 46 </li>
45 <li> 47 <li>
46 The REST service can be configured to echo the HTTP Origin header value for CORS. 48 The <tt>REST</tt> service can be configured to echo the HTTP Origin header value
49 for Cross-Origin-Resource-Sharing (CORS) when it is called by a browser
50 plugin. Optionally, a CORS Origin to echo can be also be directly
51 configured.
47 </li> 52 </li>
48 <li> 53 <li>
49 re:claimID tickets are now re-used whenever possible. 54 <tt>re:claimID</tt> tickets are now re-used whenever possible.
50 </li> 55 </li>
51 <li> 56 <li>
52 SUID binary detection mechanisms implemented to improve compatiblity with 57 SUID binary detection mechanisms implemented to improve compatiblity with
53 some distributions. 58 some distributions.
54 </li> 59 </li>
55 <li> 60 <li>
61 <tt>TRANSPORT</tt>, <tt>TESTBED</tt> and <tt>CADET</tt> tests now pass again on macOS.
62 </li>
63 <li>
64 The GNS proxy Certification Authority is now generated using gnutls-certtool,
65 if available, with opennssl/certtool as fallback.
66 </li>
67 <li>
56 Documentation, comments and code quality was improved. 68 Documentation, comments and code quality was improved.
57 </li> 69 </li>
58 </ul> 70 </ul>