[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www] 01/02: v0.21.1
From: |
gnunet |
Subject: |
[www] 01/02: v0.21.1 |
Date: |
Fri, 15 Mar 2024 09:53:01 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository www.
commit 44f3e545a0fb4863806c42384991a0bc495dbd44
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Mar 15 09:52:49 2024 +0100
v0.21.1
---
template/news/2024-03-0.21.1.html.j2 | 29 +++++++++++++++++++++++++++++
template/news/index.html.j2 | 2 +-
www.yml | 3 +++
3 files changed, 33 insertions(+), 1 deletion(-)
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 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+{% set newver = '0.21.1' %}
+{% set oldver = '0.21.0' %}
+<main id="maincontent">
+<h1>GNUnet {{newver}}</h1>
+<p>
+This is a bugfix release for gnunet {{oldver}}.
+It primarily addresses some connectivity issues introduced with our new
transport subsystem.
+</p>
+<p>
+<h4>Links</h4>
+<ul>
+ <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>
+ <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>
+ <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>
+ <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>
+ <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>
+</ul>
+</p>
+<p>
+The GPG key used to sign is: <a
href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
+</p>
+<p>
+Note that due to mirror synchronization, not all links may be functional
+early after the release. For direct access try
+<a href="https://ftp.gnu.org/gnu/gnunet/">https://ftp.gnu.org/gnu/gnunet/</a>
+</p>
+{% 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 @@
</p>
</header>
<p class="item-abstract">
- {{ get_abstract('news/' + item['page'], 500) }} <br/>
+ <!--{{ get_abstract('news/' + item['page'], 500) }} <br/>-->
[<a href="{{ url_localized('news/' + item['page']) }}"
title="{{ item['date']}}">{{ _("read more") }}</a>]
</p>
</section>
diff --git a/www.yml b/www.yml
index f847dd83..12b520e2 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
2022: 2022-12-04
2023: 2023-12-28
newsposts:
+ - page: 2024-03-0.21.1.html
+ date: 2024-03-15
+ title: GNUnet 0.21.1
- page: 2024-03-messenger-gtk-0.9.0.html
date: 2024-03-08
title: Messenger-GTK 0.9.0
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.