diff options
| author | Linus Jahn <lnj@kaidan.im> | 2023-03-11 00:27:16 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2023-03-11 00:27:16 +0100 |
| commit | 4897c9b6a36e961fb44d2bce04a698f979a423d5 (patch) | |
| tree | adf7eb2a2314696e5b8c976e98f244a6820c24c3 | |
| parent | 7513cb6ccfe6b0fdd5e8c4b59cef77f774976c29 (diff) | |
Release QXmpp 1.5.3
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad9cbd7..e4f35fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <jeremy.laine@m4x.org> SPDX-License-Identifier: CC0-1.0 --> +QXmpp 1.5.3 (Mar 11, 2023) +-------------------------- + +Fixes: + - MAM: Fix task is never finished when none of the messages is encrypted but + e2ee is enabled (@lnjX) + - SaslDigestMd5: Fix undefined behaviour with Qt 6 when parsing empty property + at the end of the input (@lnjX) + - CarbonManagerV2: Fix enable IQ sending (@melvo) + - Fix various OMEMO issues and update to libomemo-c 0.5 (@melvo) + - Fix compilation (inclunding omemo module) with MSVC 2019 (@JBBgameich) + - Fix library files installation directory on windows (@lnjX) + +Misc: + - Add CMake option to manually specify Qt major version (@TheBluestBird) + - Readd old PubSubIq and PubSubItem after justified complaints (@lnjX) + QXmpp 1.5.2 (Feb 23, 2023) -------------------------- @@ -11,7 +28,6 @@ Fixes: - Fix undefined behaviour in OmemoManager and FileSharingManager (@lnjX) - STUN: Fix nonce attribute is not padded (@Choochmeque) - QXmpp 1.5.1 (Feb 01, 2023) -------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 037a9296..55df5d54 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.5.2) +project(qxmpp VERSION 1.5.3) set(SO_VERSION 4) |
