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

Commit a06db8e

Browse files
committed
Release QXmpp 1.5.2
1 parent 7123da8 commit a06db8e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
44
SPDX-License-Identifier: CC0-1.0
55
-->
66

7+
QXmpp 1.5.2 (Feb 23, 2023)
8+
--------------------------
9+
10+
Fixes:
11+
- Fix undefined behaviour in OmemoManager and FileSharingManager (@lnjX)
12+
- STUN: Fix nonce attribute is not padded (@Choochmeque)
13+
14+
715
QXmpp 1.5.1 (Feb 01, 2023)
816
--------------------------
917

CMakeLists.txt

+1-1
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.1)
6+
project(qxmpp VERSION 1.5.2)
77

88
set(SO_VERSION 4)
99

0 commit comments

Comments
 (0)