aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-15 09:52:49 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-15 09:52:49 +0100
commit44f3e545a0fb4863806c42384991a0bc495dbd44 (patch)
tree19283ec08bf1b4b53faf1e5c4096c4c115786b94
parentd8d09f2178def3c1bdbf8980df75341dc178a6f1 (diff)
downloadwww-44f3e545a0fb4863806c42384991a0bc495dbd44.tar.gz
www-44f3e545a0fb4863806c42384991a0bc495dbd44.zip
v0.21.1
-rw-r--r--template/news/2024-03-0.21.1.html.j229
-rw-r--r--template/news/index.html.j22
-rw-r--r--www.yml3
3 files changed, 33 insertions, 1 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 %}
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index 5c484353..8bfd973b 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -33,7 +33,7 @@
33 </p> 33 </p>
34 </header> 34 </header>
35 <p class="item-abstract"> 35 <p class="item-abstract">
36 {{ get_abstract('news/' + item['page'], 500) }} <br/> 36 <!--{{ get_abstract('news/' + item['page'], 500) }} <br/>-->
37 [<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>] 37 [<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ _("read more") }}</a>]
38 </p> 38 </p>
39 </section> 39 </section>
diff --git a/www.yml b/www.yml
index f847dd83..12b520e2 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
34 2022: 2022-12-04 34 2022: 2022-12-04
35 2023: 2023-12-28 35 2023: 2023-12-28
36newsposts: 36newsposts:
37 - page: 2024-03-0.21.1.html
38 date: 2024-03-15
39 title: GNUnet 0.21.1
37 - page: 2024-03-messenger-gtk-0.9.0.html 40 - page: 2024-03-messenger-gtk-0.9.0.html
38 date: 2024-03-08 41 date: 2024-03-08
39 title: Messenger-GTK 0.9.0 42 title: Messenger-GTK 0.9.0