aboutsummaryrefslogtreecommitdiff
path: root/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rss.xml')
-rw-r--r--rss.xml85
1 files changed, 85 insertions, 0 deletions
diff --git a/rss.xml b/rss.xml
index ca52a21a..22443432 100644
--- a/rss.xml
+++ b/rss.xml
@@ -327,5 +327,90 @@
327 </description> 327 </description>
328 <pubDate>Wed, 04 Apr 2019 13:00:00 +0000</pubDate> 328 <pubDate>Wed, 04 Apr 2019 13:00:00 +0000</pubDate>
329 </item> 329 </item>
330 <item>
331 <title>2019-05-12: GNUnet 0.11.4 released</title>
332 <link>https://gnunet.org/#gnunet-0.11.4-release</link>
333 <description>
334 &lt;h3&gt;
335 &lt;a name=&quot;gnunet-0.11.4-release&quot;&gt;2019-05-12: GNUnet 0.11.4 released&lt;/a&gt;
336 &lt;/h3&gt;
337 &lt;p&gt;
338 We are pleased to announce the release of GNUnet 0.11.4.
339 &lt;/p&gt;
340 &lt;p&gt;
341 This is a bugfix release for 0.11.3, mostly fixing minor bugs,
342 improving documentation and fixing various build issues. In
343 terms of usability, users should be aware that there are still a large
344 number of known open issues in particular with respect to ease of use,
345 but also some critical privacy issues especially for mobile users.
346 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
347 provide good anonymity or extensive amounts of interesting
348 information. As a result, the 0.11.4 release is still only suitable
349 for early adopters with some reasonable pain tolerance.
350 &lt;/p&gt;
351 &lt;h4&gt;Download links&lt;/h4&gt;
352 &lt;ul&gt;
353 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.4.tar.gz&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.4.tar.gz&lt;/a&gt;&lt;/li&gt;
354 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.4.tar.gz.sig&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.4.tar.gz.sig&lt;/a&gt;&lt;/li&gt;
355 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz&lt;/a&gt;&lt;/li&gt;
356 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz.sig&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.0.tar.gz.sig&lt;/a&gt;&lt;/li&gt;
357 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz&lt;/a&gt;&lt;/li&gt;
358 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig&lt;/a&gt;&lt;/li&gt;
359 &lt;/ul&gt;
360 &lt;p&gt;
361 (gnunet-gtk and gnunet-fuse were not released again, as there were no
362 changes and the 0.11.0 versions are expected to continue to work fine
363 with gnunet-0.11.4.)
364 &lt;/p&gt;
365 &lt;p&gt;
366 Note that due to mirror synchronization, not all links might be functional
367 early after the release. For direct access try &lt;a href=&quot;http://ftp.gnu.org/gnu/gnunet/&quot;&gt;http://ftp.gnu.org/gnu/gnunet/&lt;/a&gt;
368 &lt;/p&gt;
369 &lt;p&gt;
370 Note that GNUnet is now started using &lt;tt&gt;gnunet-arm -s&lt;/tt&gt;. GNUnet should be
371 stopped using &lt;tt&gt;gnunet-arm -e&lt;/tt&gt;.
372 &lt;/p&gt;
373 &lt;h4&gt;Noteworthy changes in 0.11.4&lt;/h4&gt;
374 &lt;ul&gt;
375 &lt;li&gt;gnunet-arm -s no longer logs into the console by default and
376 instead into a logfile (in $GNUNET_HOME). &lt;/li&gt;
377 &lt;li&gt;The reclaim subsystem is no longer experimental.
378 Further, the internal encryption scheme moved from ABE to GNS-style
379 encryption. &lt;/li&gt;
380 &lt;li&gt;GNUnet now depends on a more recent version of libmicrohttpd. &lt;/li&gt;
381 &lt;li&gt;The REST API now includes read-only access to the configuration. &lt;/li&gt;
382 &lt;li&gt;All manpages are now in mdoc format. &lt;/li&gt;
383 &lt;li&gt;gnunet-download-manager.scm removed. &lt;/li&gt;
384 &lt;/ul&gt;
385 &lt;h4&gt;Known Issues&lt;/h4&gt;
386 &lt;ul&gt;
387 &lt;li&gt;There are known major design issues in the TRANSPORT, ATS and CORE subsystems
388 which will need to be addressed in the future to achieve acceptable usability,
389 performance and security.&lt;/li&gt;
390 &lt;li&gt;There are known moderate implementation limitations in CADET that
391 negatively impact performance. Also CADET may unexpectedly deliver messages out-of-order.&lt;/li&gt;
392 &lt;li&gt;There are known moderate design issues in FS that also impact
393 usability and performance.&lt;/li&gt;
394 &lt;li&gt;There are minor implementation limitations in SET that create
395 unnecessary attack surface for availability.&lt;/li&gt;
396 &lt;li&gt;The RPS subsystem remains experimental.&lt;/li&gt;
397 &lt;li&gt;Some high-level tests in the test-suite fail non-deterministically due to
398 the low-level TRANSPORT issues.&lt;/li&gt;
399 &lt;/ul&gt;
400 &lt;p&gt;
401 In addition to this list, you may also want to consult our bug tracker
402 at &lt;a href=&quot;https://bugs.gnunet.org/&quot;&gt;bugs.gnunet.org&lt;/a&gt; which lists
403 about 190 more specific issues.
404 &lt;/p&gt;
405 &lt;h4&gt;Thanks&lt;/h4&gt;
406 &lt;p&gt;
407 This release was the work of many people. The following people
408 contributed code and were thus easily identified:
409 ng0, Christian Grothoff, Hartmut Goebel, Martin Schanzenbach, Devan Carpenter, Naomi Phillips and Julius B&amp;#252;nger.
410 &lt;/p&gt;
411 </description>
412 <pubDate>Wed, 05 May 2019 17:40:00 +0000</pubDate>
413 </item>
414
330 </channel> 415 </channel>
331</rss> 416</rss>