Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 98c2209

Browse files
committed
Release QXmpp 1.5.6
1 parent f9cd13a commit 98c2209

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
44
SPDX-License-Identifier: CC0-1.0
55
-->
66

7+
QXmpp 1.5.6 (Feb 4, 2024)
8+
-------------------------
9+
10+
Changes:
11+
- Behaviour change: sendIq() automatically parses stanza errors (returned as QXmppError) (@lnjX)
12+
- CMake: "QXmpp" legacy cmake package is now only installed for Qt 5 builds (@lnjX)
13+
- EncryptedFileSharingProvider: Fix wrong cipher set in sent file share element (@lnjX)
14+
- Fix SCE parsing mode when parsing encrypted messages (@lnjX)
15+
- Fix file encryption with QCA issues (@lnjX)
16+
- Fix picking by strength of hashing algorithms (@lnjX)
17+
- Fix github ci (@lnjX)
18+
- Add unit tests for all file encryption ciphers (@lnjX)
19+
720
QXmpp 1.5.5 (Apr 30, 2023)
821
--------------------------
922

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
cmake_minimum_required(VERSION 3.7)
6-
project(qxmpp VERSION 1.5.5)
6+
project(qxmpp VERSION 1.5.6)
77

88
set(SO_VERSION 4)
99

0 commit comments

Comments
 (0)