gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated (626b299 -> 14cf28d)


From: gnunet
Subject: [www] branch master updated (626b299 -> 14cf28d)
Date: Mon, 13 Jan 2020 11:53:14 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a change to branch master
in repository www.

    from 626b299  add gnsspec news
     add 7573fd7  Hardcode videos page path in news item
     add 01815e9  Fix path in previous commit
     add eda66aa  Merge branch 'master' into stable
     add 9975d6f  Merge branch 'master' into stable
     add c511e99  Merge branch 'master' into stable
     add f60c977  Merge branch 'master' into stable
     add 4e9693f  Merge branch 'master' into stable
     add 4036afa  Merge branch 'master' into stable
     add 8e6470f  Merge branch 'master' into stable
     add ea1e63d  Merge branch 'master' into stable
     add 213a37a  Merge branch 'master' into stable
     add 14cf28d  add 0.12.2 news entry file

No new revisions were added by this update.

Summary of changes:
 news/2020-01-0.12.2.html.j2 | 67 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
 create mode 100644 news/2020-01-0.12.2.html.j2

diff --git a/news/2020-01-0.12.2.html.j2 b/news/2020-01-0.12.2.html.j2
new file mode 100644
index 0000000..daf2e5d
--- /dev/null
+++ b/news/2020-01-0.12.2.html.j2
@@ -0,0 +1,67 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+  <h1>GNUnet 0.12.2 released</h1>
+<p>
+  We are pleased to announce the release of GNUnet 0.12.2.
+<br>
+  This is a new minor release.
+  In terms of usability, users should be aware that there are still
+  <b>a large number of known open issues</b> in particular with respect to ease
+  of use, but also some critical privacy issues especially for mobile users.
+  Also, the nascent network is tiny and thus unlikely to
+  provide good anonymity or extensive amounts of interesting information.
+  As a result, the 0.12.2 release is still <b>only suitable for early adopters
+  with some reasonable pain tolerance</b>.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.12.2.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-0.12.2.tar.gz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.12.2.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-0.12.2.tar.gz.sig</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.12.0.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.12.0.tar.gz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.12.0.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.12.0.tar.gz.sig</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.12.0.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.12.0.tar.gz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.12.0.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.12.0.tar.gz.sig</a></li>
+</ul>
+<p>
+  The GPG key used to sign is: 
<tt>3D11063C10F98D14BD24D1470B0998EF86F59B6A</tt>
+</p>
+<p>
+  Note that due to mirror synchronization, not all links might be functional
+  early after the release. For direct access try
+  <a href="http://ftp.gnu.org/gnu/gnunet/";>http://ftp.gnu.org/gnu/gnunet/</a>
+</p>
+<h4>Noteworthy changes in 0.12.2 (since 0.12.1)</h4>
+<ul>
+  <li>
+    <tt>GNS</tt>: Resolver clients are now able to specify a recursion depth 
limit.
+  </li>
+  <li>
+    <tt>TRANSPORT/TNG</tt>: The transport rewrite (aka TNG) is underway and
+    various transport components have been worked on, including TCP, UDP and 
UDS
+    communicators.
+  </li>
+  <li>
+    <tt>UTIL</tt>: The cryprography changes introduced in 0.12.0 broke ECDSA
+      ECDH and consequently other components. The offending ECDSA key 
normalization
+      was dropped.
+  </li>
+</ul>
+<h4>Known Issues</h4>
+<ul>
+  <li>There are known major design issues in the TRANSPORT, ATS and CORE 
subsystems which will need to be addressed in the future to achieve acceptable 
usability, performance and security.</li>
+  <li>There are known moderate implementation limitations in CADET that 
negatively impact performance.</li>
+  <li>There are known moderate design issues in FS that also impact usability 
and performance.</li>
+  <li>There are minor implementation limitations in SET that create 
unnecessary attack surface for availability.</li>
+  <li>The RPS subsystem remains experimental.</li>
+  <li>Some high-level tests in the test-suite fail non-deterministically due 
to the low-level TRANSPORT issues.</li>
+</ul>
+<p>
+  In addition to this list, you may also want to consult our bug tracker at <a 
href="https://bugs.gnunet.org/";>bugs.gnunet.org</a> which lists about 190 more 
specific issues.
+</p>
+
+<h4>Thanks</h4>
+<p>
+  This release was the work of many people. The following people contributed 
code and were thus easily identified:
+  Christian Grothoff, Florian Dold, Christian Ulrich, dvn, lynx and Martin 
Schanzenbach.
+</p>
+{% endblock body_content %}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]