aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:24:37 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:24:37 +0200
commit3bca7d23573d1790e493337afa09045497eeb07c (patch)
tree03190f53d6a1e7f1fe374fbe645b8e57fd7d74f0
parent5bb9e03fd8586285a074352132e88d6e43af85a1 (diff)
downloadwww-3bca7d23573d1790e493337afa09045497eeb07c.tar.gz
www-3bca7d23573d1790e493337afa09045497eeb07c.zip
prepare final 0.13.0 news entry
-rw-r--r--news/2020-07-0.13.0.html.j2 (renamed from news/2020-06-0.13.0.html.j2)22
-rw-r--r--www.yml4
2 files changed, 16 insertions, 10 deletions
diff --git a/news/2020-06-0.13.0.html.j2 b/news/2020-07-0.13.0.html.j2
index b1e09690..6a02b586 100644
--- a/news/2020-06-0.13.0.html.j2
+++ b/news/2020-07-0.13.0.html.j2
@@ -41,10 +41,10 @@
41 <li>Aligned with specification <a href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.txt">LSD001</a>. 41 <li>Aligned with specification <a href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.txt">LSD001</a>.
42 <li>NSS plugin "block" fixed. <a href="https://bugs.gnunet.org/view.php?id=5782">#5782</a></li> 42 <li>NSS plugin "block" fixed. <a href="https://bugs.gnunet.org/view.php?id=5782">#5782</a></li>
43 <li>Broken set NICK API removed.<a href="https://bugs.gnunet.org/view.php?id=6092">#6092</a></li> 43 <li>Broken set NICK API removed.<a href="https://bugs.gnunet.org/view.php?id=6092">#6092</a></li>
44 <li>New record flags: SUPPLEMENTAL. Records which are not explicitly 44 <li>New record flags: SUPPLEMENTAL. Records which are not explicitly
45 configured/published under a specific label but which are still 45 configured/published under a specific label but which are still
46 informational are returned by the resolver and flagged accordingly. <a href="https://bugs.gnunet.org/view.php?id=6103">#6103</a></li> 46 informational are returned by the resolver and flagged accordingly. <a href="https://bugs.gnunet.org/view.php?id=6103">#6103</a></li>
47 47 <li><tt>gnunet-namestore</tt> now complains when adding TLSA or SRV records outside of a BOX</li>
48 </ul> 48 </ul>
49 </li> 49 </li>
50 <li><tt>GNS/REVOCATION</tt>: Revocation proof of work has function changed to 50 <li><tt>GNS/REVOCATION</tt>: Revocation proof of work has function changed to
@@ -58,16 +58,22 @@
58 other libraries. Old private keys will no longer work! <a href="https://bugs.gnunet.org/view.php?id=6070">#6070</a></li> 58 other libraries. Old private keys will no longer work! <a href="https://bugs.gnunet.org/view.php?id=6070">#6070</a></li>
59 <li>Now using <a href="https://doc.libsodium.org/">libsodium</a> for EC 59 <li>Now using <a href="https://doc.libsodium.org/">libsodium</a> for EC
60 cryptography.</li> 60 cryptography.</li>
61 <li>Builds against cURL which is not linked against gnutls are now possible but still not recommended.
62 Configure will warn that this will impede the GNS functionality. This change will make hostlist discovery
63 work more reliable for some distributions.</li>
64 <li><tt>GNUNET_free_non_null</tt> removed. <tt>GNUNET_free</tt> changed to not assert that the pointer is not NULL.
65 For reference see the <a href="https://taler.net/papers/codeblau-report-2020-q2.pdf">Taler security audit</a>.</li>
66 <li>AGPL request handlers added GNUnet and extension templates.</li>
61 </ul> 67 </ul>
62 </li> 68 </li>
63 <li><tt>Packaging</tt>: ?</li> 69 <li><b>(NEW) </b><tt>GANA Registry</tt>: <a href="https://gana.gnunet.org">GANA</a></li>
64 <li><tt>GANA Registry</tt>: <a href="https://gana.gnunet.org">GANA</a></li> 70 <li><b>(NEW) </b><tt>Living Standards</tt>: LSD subdomain and LSD0001 website: <a href="https://lsd.gnunet.org/lsd0001">LSD0001</a></li>
65 <li><tt>LSD subdomain and LSD0001 website:</tt>: <a href="https://lsd.gnunet.org/lsd0001">LSD0001</a></li> 71 <li><b>(NEW) </b><tt>Continuous integration</tt>: <a href="https://buildbot.gnunet.org">Buildbot</a> is back.</li>
66 <li><tt>Continuous integration</tt>: <a href="https://buildbot.gnunet.org">Buildbot</a> set up.</li>
67 <li><tt>Buildsystem</tt>: A significant number of build system changes: 72 <li><tt>Buildsystem</tt>: A significant number of build system changes:
68 <ul> 73 <ul>
69 <li>libmicrohttpd and libjansson are now required dependencies.</li> 74 <li>libmicrohttpd and libjansson are now required dependencies.</li>
70 <li>New dependencies: <a href="https://github.com/P-H-C/phc-winner-argon2">argon2</a> and <a href="https://doc.libsodium.org/">libsodium</a>.</li> 75 <li>New dependency: <a href="https://doc.libsodium.org/">libsodium</a>.</li>
76 <li>Fixed an issue with libidn(2) detection.</tt>
71 </ul> 77 </ul>
72 </li> 78 </li>
73</ul> 79</ul>
@@ -89,6 +95,6 @@ the <a href="https://bugs.gnunet.org/roadmap_page.php?version_id=338">0.13.0 bug
89<h4>Thanks</h4> 95<h4>Thanks</h4>
90<p> 96<p>
91 This release was the work of many people. The following people contributed code and were thus easily identified: 97 This release was the work of many people. The following people contributed code and were thus easily identified:
92 ng0, Christian Grothoff, Florian Dold, xrs and Martin Schanzenbach. 98 Christian Grothoff, Florian Dold, Jonathan Buchanan, t3sserakt, nikita and Martin Schanzenbach.
93</p> 99</p>
94{% endblock body_content %} 100{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 47665d5d..6ab3f84a 100644
--- a/www.yml
+++ b/www.yml
@@ -57,8 +57,8 @@ meetingnotes:
57 2018: 2018-12-27 57 2018: 2018-12-27
58 2019: 2019-12-27 58 2019: 2019-12-27
59newsposts: 59newsposts:
60 - page: 2020-06-GNSSpec3.html 60 - page: 2020-07-GNSSpec3.html
61 date: 2020-06-30 61 date: 2020-07-30
62 title: GNS Specification Milestone 3/4 62 title: GNS Specification Milestone 3/4
63 abstract: 63 abstract:
64 content: 64 content: