libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 61a4edad5388c9ae8625dbd08c92bf0aea599325
parent 7ac91f3ece115e576da3f04cda0a8adb5bb32176
Author: Jacki <jacki@thejackimonster.de>
Date:   Wed,  8 Jan 2025 18:00:39 +0100

Adjust changelog, header and doxyfile for release of version 0.5.2

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
MChangeLog | 6++++++
MDoxyfile | 2+-
Minclude/gnunet/gnunet_chat_lib.h | 2+-
3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +## Version 0.5.2 +* Implement iteration of tags by chat contact +* Adjust types and API to improve consistency +* Add more test cases and fix some older test cases +* Adjust IV derivation for file encryption/decryption key + ## Version 0.5.1 * Fixes discourses stalling application on exit of its process. * Fixes comparison of egos for proper account management. diff --git a/Doxyfile b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = libgnunetchat # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.5.1-8-g8c659dc +PROJECT_NUMBER = 0.5.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h @@ -55,7 +55,7 @@ struct GNUNET_CONFIGURATION_Handle; * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger * service while the patch version is independent. */ -#define GNUNET_CHAT_VERSION 0x000000050001L +#define GNUNET_CHAT_VERSION 0x000000050002L #define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) #define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)