[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www] branch stable updated: add 0.12.2 news entry file
From: |
gnunet |
Subject: |
[www] branch stable updated: add 0.12.2 news entry file |
Date: |
Mon, 13 Jan 2020 11:52:40 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch stable
in repository www.
The following commit(s) were added to refs/heads/stable by this push:
new 14cf28d add 0.12.2 news entry file
14cf28d is described below
commit 14cf28d99c4c51e6becb24193f27a6bc71199261
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Mon Jan 13 11:49:14 2020 +0100
add 0.12.2 news entry file
---
news/2020-01-0.12.2.html.j2 | 67 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [www] branch stable updated: add 0.12.2 news entry file,
gnunet <=