aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-20 10:15:32 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-20 10:15:32 +0200
commite8a86de2a53fa14e2f86ce7bd6536b5dd10abd75 (patch)
treedac677f5a3acfff1874f51605c7087cadb7bffa1
parent7eadc0e12de2e423f0aa989806d5021cc93a6d83 (diff)
downloadwww-e8a86de2a53fa14e2f86ce7bd6536b5dd10abd75.tar.gz
www-e8a86de2a53fa14e2f86ce7bd6536b5dd10abd75.zip
update 0.11.7 release notes
-rw-r--r--news/2019-0.11.7.inc34
1 files changed, 33 insertions, 1 deletions
diff --git a/news/2019-0.11.7.inc b/news/2019-0.11.7.inc
index 5c54c08d..2fdf66ff 100644
--- a/news/2019-0.11.7.inc
+++ b/news/2019-0.11.7.inc
@@ -42,6 +42,11 @@
42 <h4>Noteworthy changes in 0.11.7 (since 0.11.6)</h4> 42 <h4>Noteworthy changes in 0.11.7 (since 0.11.6)</h4>
43 <ul> 43 <ul>
44 <li> 44 <li>
45 <tt>ARM</tt>: GNUnet CLI tools are now able to detect if gnunet(-arm) is
46 not running and will exit with a warning (before the command would just
47 hang and wait for GNUnet to be started). #5906
48 </li>
49 <li>
45 win32 and mingw support were dropped, which resulted in a significant number of lines of 50 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 51 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 52 for many years and there are no known users. For details and further reasons refer to the discussion
@@ -49,7 +54,34 @@
49 </li> 54 </li>
50 <li> 55 <li>
51 Removal of plibc, win32 and mingw support means you can now compile gnunet without requiring a Cxx compiler 56 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). 57 (you just need a C compiler). #5877
58 </li>
59 <li>
60 <tt>REST</tt>: The new config endpoints can now be used to read and write
61 the GNUnet config. #5808
62 </li>
63 <li>
64 <tt>REST</tt>: Added tests for namestore and GNS. #5638
65 </li>
66 <li>
67 <tt>re:claimID / OIDC</tt>: Now supports <a href="https://tools.ietf.org/html/rfc7636">PKCE</a>. #5807
68 </li>
69 <li>
70 SUID binary detection mechanisms implemented to improve compatiblity with
71 some distributions.
72 </li>
73 <li>
74 <tt>CREDENTIAL</tt> subsystem reworked and renamed to <tt>ABD</tt>
75 (attribute-based delegation).
76 </li>
77 <li>
78 <a href="https://lists.gnu.org/archive/html/gnunet-developers/2019-10/msg00023.html">Minor TRANSPORT fixes</a> and <a href="https://lists.gnu.org/archive/html/gnunet-developers/2019-10/msg00022.html">NAT changes</a>.
79 </li>
80 <li>
81 <tt>GNS</tt> prepared code for <a href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.txt">LSD001 changes</a>. #5920
82 </li>
83 <li>
84 Documentation, comments and code quality was improved.
53 </li> 85 </li>
54 </ul> 86 </ul>
55 <h4>Known Issues</h4> 87 <h4>Known Issues</h4>