aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-26 18:34:39 +0000
committerng0 <ng0@n0.is>2019-02-26 18:34:39 +0000
commit0181e5d5594a650f4e7022ab63cb0929220c0e82 (patch)
treec8148147372eab0d93fe2b69147fd96a1dc55d18
parent08c5eb18ece2586ba27a9b40e65a13e816a8e407 (diff)
downloadwww-0181e5d5594a650f4e7022ab63cb0929220c0e82.tar.gz
www-0181e5d5594a650f4e7022ab63cb0929220c0e82.zip
syntax fix: no list elements are allowed inside p
-rw-r--r--news/2019-0.11.0.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/news/2019-0.11.0.inc b/news/2019-0.11.0.inc
index 7240d8b2..4be9f7bd 100644
--- a/news/2019-0.11.0.inc
+++ b/news/2019-0.11.0.inc
@@ -19,7 +19,6 @@ for early adopters with some reasonable pain tolerance.
19</p> 19</p>
20 20
21<h4>Download links</h4> 21<h4>Download links</h4>
22<p>
23 <ul> 22 <ul>
24 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz</a></li> 23 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz</a></li>
25 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz.sig</a></li> 24 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.0.tar.gz.sig</a></li>
@@ -28,12 +27,13 @@ for early adopters with some reasonable pain tolerance.
28 <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> 27 <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>
29 <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> 28 <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>
30 </ul> 29 </ul>
30<p>
31Note that GNUnet is now started using <tt>gnunet-arm -s</tt>. GNUnet should be 31Note that GNUnet is now started using <tt>gnunet-arm -s</tt>. GNUnet should be
32stopped using <tt>gnunet-arm -e</tt>. 32stopped using <tt>gnunet-arm -e</tt>.
33</p> 33</p>
34 34
35<h4><Noteworthy changes in 0.11.0</h4> 35<h4><Noteworthy changes in 0.11.0</h4>
36<p> 36
37 <ul> 37 <ul>
38 <li>The Web site and manuals have undergone significant rework. You can find an 38 <li>The Web site and manuals have undergone significant rework. You can find an
39 archive of the old Web site at <a href="https://old.gnunet.org/">old.gnunet.org</a>.</li> 39 archive of the old Web site at <a href="https://old.gnunet.org/">old.gnunet.org</a>.</li>
@@ -62,10 +62,8 @@ stopped using <tt>gnunet-arm -e</tt>.
62 The above is just the short list, our bugtracker lists 62 The above is just the short list, our bugtracker lists
63 <a href="https://bugs.gnunet.org/changelog_page.php?version_id=258"> 63 <a href="https://bugs.gnunet.org/changelog_page.php?version_id=258">
64 over 136 individual issues</a> that were resolved since 0.11.0pre66. 64 over 136 individual issues</a> that were resolved since 0.11.0pre66.
65</p>
66 65
67<h4>Known Issues</h4> 66<h4>Known Issues</h4>
68<p>
69 <ul> 67 <ul>
70 <li>There are known major design issues in the TRANSPORT, ATS and CORE subsystems 68 <li>There are known major design issues in the TRANSPORT, ATS and CORE subsystems
71 which will need to be addressed in the future to achieve acceptable usability, 69 which will need to be addressed in the future to achieve acceptable usability,
@@ -78,7 +76,7 @@ stopped using <tt>gnunet-arm -e</tt>.
78 unnecessary attack surface for availability.</li> 76 unnecessary attack surface for availability.</li>
79 <li>The RPS subsystem remains experimental.</li> 77 <li>The RPS subsystem remains experimental.</li>
80 </ul> 78 </ul>
81 79<p>
82In addition to this list, you may also want to consult our bug tracker 80In addition to this list, you may also want to consult our bug tracker
83at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists 81at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists
84about 150 more specific issues. 82about 150 more specific issues.