aboutsummaryrefslogtreecommitdiff
path: root/template/news/2023-02-libgnunetchat-0.1.3.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/2023-02-libgnunetchat-0.1.3.html.j2')
-rw-r--r--template/news/2023-02-libgnunetchat-0.1.3.html.j221
1 files changed, 21 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..f3c951eb
--- /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.xz">libgnunetchat-0.1.3.tar.xz</a></li>
11 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.xz.sig">libgnunetchat-0.1.3.tar.xz.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 %}