aboutsummaryrefslogtreecommitdiff
path: root/template/news/2020-08-0.13.2.html.j2
blob: 3dfa7e610d2f8dbcf7be5b247e71cbca5b8109aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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 %}