gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: Add libgnunetchat 0.3.0 news


From: gnunet
Subject: [www] branch master updated: Add libgnunetchat 0.3.0 news
Date: Thu, 07 Mar 2024 00:20: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 123a796a Add libgnunetchat 0.3.0 news
123a796a is described below

commit 123a796a38a94b96fc2c71038f52b78209a9980c
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Thu Mar 7 00:20:20 2024 +0100

    Add libgnunetchat 0.3.0 news
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 template/news/2024-03-libgnunetchat-0.3.0.html.j2 | 43 +++++++++++++++++++++++
 www.yml                                           |  3 ++
 2 files changed, 46 insertions(+)

diff --git a/template/news/2024-03-libgnunetchat-0.3.0.html.j2 
b/template/news/2024-03-libgnunetchat-0.3.0.html.j2
new file mode 100644
index 00000000..9e5e5aa3
--- /dev/null
+++ b/template/news/2024-03-libgnunetchat-0.3.0.html.j2
@@ -0,0 +1,43 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<main id="maincontent">
+<h1>libgnunetchat 0.3.0 released</h1>
+<p>
+  We are pleased to announce the release of libgnunetchat 0.3.0.
+  <br/>
+  This is a major new release bringing compatibility with the major changes in 
the Messenger service from latest GNUnet release 0.21.0 adding new message 
kinds, adjusting message processing and key management. This release will also 
require your GNUnet to be at least 0.21.0 because of that.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.3.0.tar.xz";>libgnunetchat-0.3.0.tar.xz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.3.0.tar.xz.sig";>libgnunetchat-0.3.0.tar.xz.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.3.0</h4>
+<ul>
+  <li>This release requires the GNUnet Messenger Service 0.3!</li>
+  <li>It allows ticket management for tickets sent from contacts.</li>
+  <li>Deletions or other updates of messages result in separate event 
calls.</li>
+  <li>It is possible to tag messages or contacts.</li>
+  <li>Invitations can be rejected via tag messages.</li>
+  <li>Contacts can be blocked or unblocked which results in filtering 
messages.</li>
+  <li>Processing of messages is ensured by enforcing logical order of 
callbacks while querying old messages.</li>
+  <li>Private messages are readable to its sender.</li>
+  <li>Messages provide information about its recipient.</li>
+  <li>Logouts get processed on application level on exit.</li>
+  <li>Delays message callbacks depending on message kind (deletion with custom 
delay).</li>
+  <li>New debug tools are available to visualize the message graph.</li>
+  <li>Add test case for message receivement.</li>
+  <li>Multiple issues are fixed.</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>
+{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 74abb84d..e303c8b9 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
   2022: 2022-12-04
   2023: 2023-12-28
 newsposts:
+  - page: 2024-03-libgnunetchat-0.3.0.html
+    date: 2024-03-07
+    title: libgnunetchat 0.3.0
   - page: 2024-03-0.21.0.html
     date: 2024-03-06
     title: GNUnet 0.21.0

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]