Skip to content

Commit

Permalink
Release QXmpp 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Feb 4, 2024
1 parent f9cd13a commit 98c2209
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

QXmpp 1.5.6 (Feb 4, 2024)
-------------------------

Changes:
- Behaviour change: sendIq() automatically parses stanza errors (returned as QXmppError) (@lnjX)
- CMake: "QXmpp" legacy cmake package is now only installed for Qt 5 builds (@lnjX)
- EncryptedFileSharingProvider: Fix wrong cipher set in sent file share element (@lnjX)
- Fix SCE parsing mode when parsing encrypted messages (@lnjX)
- Fix file encryption with QCA issues (@lnjX)
- Fix picking by strength of hashing algorithms (@lnjX)
- Fix github ci (@lnjX)
- Add unit tests for all file encryption ciphers (@lnjX)

QXmpp 1.5.5 (Apr 30, 2023)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

cmake_minimum_required(VERSION 3.7)
project(qxmpp VERSION 1.5.5)
project(qxmpp VERSION 1.5.6)

set(SO_VERSION 4)

Expand Down

0 comments on commit 98c2209

Please sign in to comment.