[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www] branch master updated: v0.24.2
From: |
Admin |
Subject: |
[www] branch master updated: v0.24.2 |
Date: |
Sun, 01 Jun 2025 15:14:07 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new 79d5d05e v0.24.2
79d5d05e is described below
commit 79d5d05eb4c4e74fae59e8bc09b18e4c8e844a9c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Jun 1 15:14:00 2025 +0200
v0.24.2
---
locale/en/LC_MESSAGES/messages.mo | Bin 445 -> 445 bytes
template/news/2025-06-0.24.2.html.j2 | 28 ++++++++++++++++++++++++++++
www.yml | 3 +++
3 files changed, 31 insertions(+)
diff --git a/locale/en/LC_MESSAGES/messages.mo
b/locale/en/LC_MESSAGES/messages.mo
index 9d57a683..ac3203e8 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/template/news/2025-06-0.24.2.html.j2
b/template/news/2025-06-0.24.2.html.j2
new file mode 100644
index 00000000..f2cbec20
--- /dev/null
+++ b/template/news/2025-06-0.24.2.html.j2
@@ -0,0 +1,28 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+{% set newver = '0.24.2' %}
+{% set oldver = '0.24.0' %}
+<main id="maincontent">
+<h1>GNUnet {{newver}}</h1>
+<p>
+This is a bugfix release for gnunet {{oldver}}.
+It fixes some regressions and minor bugs.
+</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>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=459">https://bugs.gnunet.org/changelog_page.php?version_id=465</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/www.yml b/www.yml
index 8eef12e8..4b84e130 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
2022: 2022-12-04
2023: 2023-12-28
newsposts:
+ - page: 2025-06-0.24.2.html
+ date: 2025-06-01
+ title: GNUnet 0.24.2
- page: 2025-04-0.24.1.html
date: 2025-04-11
title: GNUnet 0.24.1
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [www] branch master updated: v0.24.2,
Admin <=