[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www] branch master updated: libgnunetchat 0.5.2
From: |
gnunet |
Subject: |
[www] branch master updated: libgnunetchat 0.5.2 |
Date: |
Wed, 08 Jan 2025 18:41:29 +0100 |
This is an automated email from the git hooks/post-receive script.
thejackimonster pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new 6f89e063 libgnunetchat 0.5.2
6f89e063 is described below
commit 6f89e06315728cc44923e85dd57bdbf42a135477
Author: Jacki <jacki@thejackimonster.de>
AuthorDate: Wed Jan 8 18:40:49 2025 +0100
libgnunetchat 0.5.2
Signed-off-by: Jacki <jacki@thejackimonster.de>
---
template/news/2025-01-libgnunetchat-0.5.2.html.j2 | 56 +++++++++++++++++++++++
www.yml | 3 ++
2 files changed, 59 insertions(+)
diff --git a/template/news/2025-01-libgnunetchat-0.5.2.html.j2
b/template/news/2025-01-libgnunetchat-0.5.2.html.j2
new file mode 100644
index 00000000..8259a598
--- /dev/null
+++ b/template/news/2025-01-libgnunetchat-0.5.2.html.j2
@@ -0,0 +1,56 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<main id="maincontent">
+<h1>libgnunetchat 0.5.2 released</h1>
+<p>
+ We are pleased to announce the release of libgnunetchat 0.5.2.
+ <br/>
+ This is a minor new release bringing compatibility with the major changes in
latest GNUnet release 0.23.0. A few API updates and fixes are included.
Additionally the messaging client applications using libgnunetchat got updated
to stay compatible. This release will also require your GNUnet to be at least
0.23.0 because of that.
+</p>
+<h4>Download links</h4>
+<ul>
+ <li><a
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.5.2.tar.gz">libgnunetchat-0.5.2.tar.gz</a></li>
+ <li><a
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.5.2.tar.gz.sig">libgnunetchat-0.5.2.tar.gz.sig</a></li>
+</ul>
+<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="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
+</p>
+<h4>Noteworthy changes in 0.5.2</h4>
+<ul>
+ <li>Implement iteration of tags by chat contact</li>
+ <li>Adjust types and API to improve consistency</li>
+ <li>Add more test cases and fix some older test cases</li>
+ <li>Adjust IV derivation for file encryption/decryption key</li>
+</ul>
+<p>
+ A detailed list of changes can be found in the <a
href="https://git.gnunet.org/libgnunetchat.git/tree/ChangeLog">ChangeLog</a>.
+</p>
+
+<h2>Messenger-GTK 0.10.2</h2>
+<p>
+ This minor release will add optional notification sounds and contact
filtering via tags. But mostly the release is intended to reflect changes in
libgnunetchat 0.5.2.
+</p>
+<h4>Download links</h4>
+<ul>
+ <li><a
href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.10.2.tar.gz">messenger-gtk-0.10.2.tar.gz</a></li>
+ <li><a
href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.10.2.tar.gz.sig">messenger-gtk-0.10.2.tar.gz.sig</a></li>
+</ul>
+<p>
+ Keep in mind the application is still in development. So there may still be
major bugs keeping you from getting a reliable connection. But if you encounter
such issue, feel free to consult our bug tracker at <a
href="https://bugs.gnunet.org/">bugs.gnunet.org</a>.
+</p>
+
+<h2>messenger-cli 0.3.1</h2>
+<p>
+ This release will apply necessary changes to fix build issues with
libgnunetchat 0.5.2.
+</p>
+<ul>
+ <li><a
href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.3.1.tar.gz">messenger-cli-0.3.1.tar.gz</a></li>
+ <li><a
href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.3.1.tar.gz.sig">messenger-cli-0.3.1.tar.gz.sig</a></li>
+</ul>
+
+{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 2021947e..42a87dc6 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
2022: 2022-12-04
2023: 2023-12-28
newsposts:
+ - page: 2025-01-libgnunetchat-0.5.2.html
+ date: 2025-01-08
+ title: libgnunetchat 0.5.2
- page: 2024-12-0.23.0.html
date: 2024-12-09
title: GNUnet 0.23.0
--
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: libgnunetchat 0.5.2,
gnunet <=