commit fe876f30968efaa053445744c884c2f4d9da3d73 parent e4bf966a5e6fa5334aded16fc34b6c462fb375db Author: Jacki <jacki@thejackimonster.de> Date: Sat, 8 Jun 2024 19:11:54 +0200 Adjust changelog and doxyfile regarding version 0.5.0 Signed-off-by: Jacki <jacki@thejackimonster.de> Diffstat:
| M | ChangeLog | | | 14 | +++++++++++--- |
| M | Doxyfile | | | 2 | +- |
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,14 @@ -## Version 0.4.0 -* This release requires the GNUnet Messenger Service 0.4! -* ... +## Version 0.5.0 +* This release requires the GNUnet Messenger Service 0.5! +* Implements tickets to shate attributes with contacts. +* Implement functionality to get recipient of sent private messages. +* Allow file sharing without additional encryption key. +* Implements discourses to send data in live channels. +* Fix memory violations and duplicate storage entries. +* Adjust callbacks regarding account states. +* Fix deletions of accounts and lobbies. +* Fix multiple synchronization bugs. +* Add test cases for discourses and tickets. ## Version 0.3.1 * Makes dependency to libcheck optional (only required for building test cases) 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.4.0 +PROJECT_NUMBER = 0.5.0 # 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