aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2024-03-07 00:20:20 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2024-03-07 00:20:20 +0100
commit123a796a38a94b96fc2c71038f52b78209a9980c (patch)
treebd7eb50d05ad01d0998bd88e303dabd351c630f0
parentb5ed5fd03bd6b142754c47f2ea37926a20735fb6 (diff)
downloadwww-123a796a38a94b96fc2c71038f52b78209a9980c.tar.gz
www-123a796a38a94b96fc2c71038f52b78209a9980c.zip
Add libgnunetchat 0.3.0 news
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--template/news/2024-03-libgnunetchat-0.3.0.html.j243
-rw-r--r--www.yml3
2 files changed, 46 insertions, 0 deletions
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 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<main id="maincontent">
4<h1>libgnunetchat 0.3.0 released</h1>
5<p>
6 We are pleased to announce the release of libgnunetchat 0.3.0.
7 <br/>
8 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.
9</p>
10<h4>Download links</h4>
11<ul>
12 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.3.0.tar.xz">libgnunetchat-0.3.0.tar.xz</a></li>
13 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.3.0.tar.xz.sig">libgnunetchat-0.3.0.tar.xz.sig</a></li>
14</ul>
15<p>
16The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
17</p>
18<p>
19Note that due to mirror synchronization, not all links may be functional
20early after the release. For direct access try
21<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
22</p>
23<h4>Noteworthy changes in 0.3.0</h4>
24<ul>
25 <li>This release requires the GNUnet Messenger Service 0.3!</li>
26 <li>It allows ticket management for tickets sent from contacts.</li>
27 <li>Deletions or other updates of messages result in separate event calls.</li>
28 <li>It is possible to tag messages or contacts.</li>
29 <li>Invitations can be rejected via tag messages.</li>
30 <li>Contacts can be blocked or unblocked which results in filtering messages.</li>
31 <li>Processing of messages is ensured by enforcing logical order of callbacks while querying old messages.</li>
32 <li>Private messages are readable to its sender.</li>
33 <li>Messages provide information about its recipient.</li>
34 <li>Logouts get processed on application level on exit.</li>
35 <li>Delays message callbacks depending on message kind (deletion with custom delay).</li>
36 <li>New debug tools are available to visualize the message graph.</li>
37 <li>Add test case for message receivement.</li>
38 <li>Multiple issues are fixed.</li>
39</ul>
40<p>
41 A detailed list of changes can be found in the <a href="https://git.gnunet.org/libgnunetchat.git/tree/ChangeLog">ChangeLog</a>.
42</p>
43{% 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:
34 2022: 2022-12-04 34 2022: 2022-12-04
35 2023: 2023-12-28 35 2023: 2023-12-28
36newsposts: 36newsposts:
37 - page: 2024-03-libgnunetchat-0.3.0.html
38 date: 2024-03-07
39 title: libgnunetchat 0.3.0
37 - page: 2024-03-0.21.0.html 40 - page: 2024-03-0.21.0.html
38 date: 2024-03-06 41 date: 2024-03-06
39 title: GNUnet 0.21.0 42 title: GNUnet 0.21.0