aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-02-10 14:00:27 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-02-10 14:00:27 +0100
commitc07df9de257fd0d504c1abce49e028bda9b29a21 (patch)
treef1a63bf5f7410d8b9598d031574c24426d9a31f7
parent84fb8a340c8877c1c4ca3e9a36d68f4da91014c4 (diff)
downloadwww-c07df9de257fd0d504c1abce49e028bda9b29a21.tar.gz
www-c07df9de257fd0d504c1abce49e028bda9b29a21.zip
Add libgnunetchat 0.1.3 news
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--template/news/2023-02-libgnunetchat-0.1.3.html.j221
-rw-r--r--www.yml3
2 files changed, 24 insertions, 0 deletions
diff --git a/template/news/2023-02-libgnunetchat-0.1.3.html.j2 b/template/news/2023-02-libgnunetchat-0.1.3.html.j2
new file mode 100644
index 00000000..c4840637
--- /dev/null
+++ b/template/news/2023-02-libgnunetchat-0.1.3.html.j2
@@ -0,0 +1,21 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<main id="maincontent">
4<h1>libgnunetchat 0.1.3 released</h1>
5<p>
6This is mostly a bugfix and compatibility release for libgnunetchat 0.1.2. But it will also change the build process of libgnunetchat to use Meson instead of GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.19.0. The required version of GNUnet to build this library is 0.19.3 for compatibility reasons though.
7</p>
8<h4>Download links</h4>
9<ul>
10 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.gz">libgnunetchat-0.1.3.tar.gz</a></li>
11 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.gz.sig">libgnunetchat-0.1.3.tar.gz.sig</a></li>
12</ul>
13<p>
14The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
15</p>
16<p>
17Note that due to mirror synchronization, not all links may be functional
18early after the release. For direct access try
19<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
20</p>
21{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 7f9bfa05..891aa03b 100644
--- a/www.yml
+++ b/www.yml
@@ -31,6 +31,9 @@ meetingnotes:
31 2019: 2019-12-27 31 2019: 2019-12-27
32 2020: 2020-12-30 32 2020: 2020-12-30
33newsposts: 33newsposts:
34 - page: 2023-02-libgnunetchat-0.1.3.html
35 date: 2023-02-06
36 title: libgnunetchat 0.1.3
34 - page: 2023-02-0.19.3.html 37 - page: 2023-02-0.19.3.html
35 date: 2023-02-06 38 date: 2023-02-06
36 title: GNUnet 0.19.3 39 title: GNUnet 0.19.3