aboutsummaryrefslogtreecommitdiff
path: root/template/news/2024-03-0.21.1.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/2024-03-0.21.1.html.j2')
-rw-r--r--template/news/2024-03-0.21.1.html.j229
1 files changed, 29 insertions, 0 deletions
diff --git a/template/news/2024-03-0.21.1.html.j2 b/template/news/2024-03-0.21.1.html.j2
new file mode 100644
index 00000000..432ee63c
--- /dev/null
+++ b/template/news/2024-03-0.21.1.html.j2
@@ -0,0 +1,29 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3{% set newver = '0.21.1' %}
4{% set oldver = '0.21.0' %}
5<main id="maincontent">
6<h1>GNUnet {{newver}}</h1>
7<p>
8This is a bugfix release for gnunet {{oldver}}.
9It primarily addresses some connectivity issues introduced with our new transport subsystem.
10</p>
11<p>
12<h4>Links</h4>
13<ul>
14 <li>Source: <a href="https://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz">https://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz</a> (<a href="https://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz.sig">https://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz.sig</a>)</li>
15 <li>Source (meson): <a href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.gz">https://buildbot.gnunet.org/gnunet-{{newver}}-meson.tar.gz</a> (<a href="https://buildbot.gnunet.org/gnunet-{{newver}}-meson.tar.gz.sig">https://buildbot.gnunet.org/gnunet-{{newver}}-meson.tar.gz.sig</a>)</li>
16 <li>Detailed list of changes: <a href="https://git.gnunet.org/gnunet.git/log/?h=v{{newver}}">https://git.gnunet.org/gnunet.git/log/?h=v{{newver}}</a></li>
17 <li>NEWS: <a href="https://git.gnunet.org/gnunet.git/tree/NEWS?h=v{{newver}}">https://git.gnunet.org/gnunet.git/tree/NEWS?h=v{{newver}}</a></li>
18 <li>The list of closed issues in the bug tracker: <a href="https://bugs.gnunet.org/changelog_page.php?version_id=437">https://bugs.gnunet.org/changelog_page.php?version_id=437</a></li>
19</ul>
20</p>
21<p>
22The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
23</p>
24<p>
25Note that due to mirror synchronization, not all links may be functional
26early after the release. For direct access try
27<a href="https://ftp.gnu.org/gnu/gnunet/">https://ftp.gnu.org/gnu/gnunet/</a>
28</p>
29{% endblock body_content %}