diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f7e0011..9a3408fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé SPDX-License-Identifier: CC0-1.0 --> +QXmpp 1.6.1 (May 16, 2024) +-------------------------- + +Fixes: + - Fix handling of XMPP redirects (introduced in aaa6497) (@lnjX) + - Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData (@lnjX) + - Fix OMEMO decryption of group chat messages (@melvo, #617) + - Fix stream resumption (@lnjX)
+ This has been an issue since the initial implementation of stream mangement. The xmlns was + missing in the <resume/> element and the stream ID was not parsed in the <enabled/> + element. + QXmpp 1.6.0 (Feb 6, 2024) ------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 016a62bdd..0d2a1c55d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required(VERSION 3.7) -project(qxmpp VERSION 1.6.0) +project(qxmpp VERSION 1.6.1) set(SO_VERSION 4) diff --git a/doc/doap.xml b/doc/doap.xml index 9660268ce..655f621f6 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -660,6 +660,13 @@ SPDX-License-Identifier: CC0-1.0 1.6 + + + 1.6.1 + 2024-05-16 + + + 1.5.5