gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (52803f1 -> 58244df)


From: gnunet
Subject: [www] branch stable updated (52803f1 -> 58244df)
Date: Fri, 14 Aug 2020 09:49:19 +0200

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

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

    from 52803f1  update for 0.13.1
     add 88ba148  prepare 0.13.2 news entry
     add 2dddfc6  update news entry
     add ba522b5  forgot text for tng
     add 872d09f  news entry update
     add 58244df  add 0.13.2 news page to news

No new revisions were added by this update.

Summary of changes:
 news/2020-08-0.13.2.html.j2 | 58 +++++++++++++++++++++++++++++++++++++++++++++
 www.yml                     |  3 +++
 2 files changed, 61 insertions(+)
 create mode 100644 news/2020-08-0.13.2.html.j2

diff --git a/news/2020-08-0.13.2.html.j2 b/news/2020-08-0.13.2.html.j2
new file mode 100644
index 0000000..3dfa7e6
--- /dev/null
+++ b/news/2020-08-0.13.2.html.j2
@@ -0,0 +1,58 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>GNUnet 0.13.2 released</h1>
+<p>
+  This is a bugfix release for gnunet 0.13.1.<br/>
+  It fixes some build issues and contains changes to the REST API
+  implmementation (no change in the API itself) as well as OpenID Connect 
related
+  fixes to re:claimID.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.13.2.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-0.13.2.tar.gz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.13.2.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-0.13.2.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.2 (since 0.13.1)</h4>
+<ul>
+  <li><tt>REST</tt>:
+    <ul>
+      <li>Plugins may now handle any namespace. <a 
href="https://bugs.gnunet.org/view.php?id=6462";>#6462</a></li>
+      <li>Fixed incomplete/missing cleanup and teardown of REST plugins.</li>
+    </ul>
+  </li>
+  <li><tt>RECLAIM</tt>:
+    <ul>
+      <li>Support for <tt>/.well-known/openid-configuration</tt>. <a 
href="https://bugs.gnunet.org/view.php?id=6463";>#6463</a></li>
+      <li>Support for standard scope values (<tt>profile, address, email, 
phone</tt>) and corresponding mapping to standard claim values</li>
+      <li>Correct processing of <tt>claims</tt> parameter for individual claim 
requests.</li>
+      <li>Support for <tt>POST</tt> token request.</li>
+      <li>Support for public clients (Token request without client 
secrets).</li>
+      <li>Fixed urlencoding of parameters on redirect</li>
+    </ul>
+  </li>
+  <li><tt>UTIL</tt>: New string API for percent-encode/decode.</li>
+  <li><tt>MYSQL</tt>: Fix version detection and build against mysql-8 and 
later. <a href="https://bugs.gnunet.org/view.php?id=6465";>#6465</a></li>
+  <li><tt>POSTGRESQL</tt>: Ensure postgresql fails hard if there is an error 
in the SQL. <a href="https://bugs.gnunet.org/view.php?id=6437";>#6437</a></li>
+  <li><tt>Extensions</tt>:
+    <ul>
+      <li>Load GNSRECORD plugins within GNUnet's context.</li>
+      <li>Add convenience function to return GNUnet's default 
configuration.</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, Florian Dold, Alessio Vanni, t3sserakt, Martin 
Schanzenbach.
+</p>
+
+{% endblock body_content %}
diff --git a/www.yml b/www.yml
index d1aa4ea..5873c2b 100644
--- a/www.yml
+++ b/www.yml
@@ -57,6 +57,9 @@ meetingnotes:
   2018: 2018-12-27
   2019: 2019-12-27
 newsposts:
+  - page: 2020-08-0.13.2.html
+    date: 2020-08-14
+    title: GNUnet 0.13.2
   - page: 2020-07-0.13.1.html
     date: 2020-07-12
     title: GNUnet 0.13.1

-- 
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]