gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: add 0.13.3 news page


From: gnunet
Subject: [www] branch master updated: add 0.13.3 news page
Date: Sun, 06 Sep 2020 14:29:31 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new cf72a81  add 0.13.3 news page
     new c096d23  Merge branch 'master' of git+ssh://gnunet.org/www
cf72a81 is described below

commit cf72a81f15168467c8075d6c864c2d39a6582ef2
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Sep 6 14:17:36 2020 +0200

    add 0.13.3 news page
---
 news/2020-09-0.13.3.html.j2 | 51 +++++++++++++++++++++++++++++++++++++++++++++
 www.yml                     |  3 +++
 2 files changed, 54 insertions(+)

diff --git a/news/2020-09-0.13.3.html.j2 b/news/2020-09-0.13.3.html.j2
new file mode 100644
index 0000000..dc9440c
--- /dev/null
+++ b/news/2020-09-0.13.3.html.j2
@@ -0,0 +1,51 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>GNUnet 0.13.3 released</h1>
+<p>
+  Continuing to "release early / release often", we present
+  GNUnet 0.13.3. This is a bugfix release for gnunet 0.13.2.<br/>
+  It fixes some build issues and contains major changes to
+  the re:claimID API.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.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.13.3 (since 0.13.2)</h4>
+<ul>
+  <li><tt>REST</tt>:
+    <ul>
+      <li>re:claimID attestation API change reflected in endpoint naming.</li>
+      <li>Fix regression in <tt>NAMESTORE</tt> REST API endpoint 
processing.</li>
+    </ul>
+  </li>
+  <li><tt>RECLAIM</tt>:
+      "Attestations" renamed to "Credentials". Credentials are now converted 
to "Presentations" when a ticket is issued in preparation
+      for <a href="https://www.w3.org/TR/vc-data-model/";>DID-style VCs</a> and 
Privacy-ABCs.
+  </li>
+  <li><tt>UTIL</tt>: Fix <tt>gnunet-qr</tt> device parameter.</li>
+  <li><tt>SET</tt>: Separated into set intersection (SETI) and set union 
subsystems (SETU).</a></li>
+  <li><tt>BUILD</tt>:
+    <ul>
+      <li>Fix build on OpenBSD.</li>
+      <li>Correctly check for required libsodium version. <a 
href="https://bugs.gnunet.org/view.php?id=6506";>#6506</a></li>
+    </ul>
+  </li>
+</ul>
+
+<h4>Thanks</h4>
+<p>
+  This release was the work of many people. The following people contributed 
code and were thus easily identified:
+  Christian Grothoff, Jonathan Buchanan, Johannes Späth and Martin 
Schanzenbach.
+</p>
+
+{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 5873c2b..94b496a 100644
--- a/www.yml
+++ b/www.yml
@@ -57,6 +57,9 @@ meetingnotes:
   2018: 2018-12-27
   2019: 2019-12-27
 newsposts:
+  - page: 2020-09-0.13.3.html
+    date: 2020-09-06
+    title: GNUnet 0.13.2
   - page: 2020-08-0.13.2.html
     date: 2020-08-14
     title: GNUnet 0.13.2

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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