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

Commit e2f00ec

Browse files
committed
Release QXmpp 1.8.3
1 parent 1c04f28 commit e2f00ec

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

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

7+
QXmpp 1.8.3 (October 29, 2024)
8+
------------------------------
9+
10+
- MamManager: Fix some unencrypted are not parsed when end-to-end-encryption is enabled (@lnjX, #662)
11+
712
QXmpp 1.8.2 (October 21, 2024)
813
------------------------------
914

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

88
set(SO_VERSION 5)
99

doc/doap.xml

+7
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,13 @@ SPDX-License-Identifier: CC0-1.0
709709
<xmpp:since>1.8</xmpp:since>
710710
</xmpp:SupportedXep>
711711
</implements>
712+
<release>
713+
<Version>
714+
<revision>1.8.3</revision>
715+
<created>2024-10-29</created>
716+
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.8.3.tar.gz'/>
717+
</Version>
718+
</release>
712719
<release>
713720
<Version>
714721
<revision>1.8.2</revision>

0 commit comments

Comments
 (0)