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

Commit ecf61ab

Browse files
committed
Release QXmpp 1.8.2
1 parent 130aba1 commit ecf61ab

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

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

7+
QXmpp 1.8.2 (October 21, 2024)
8+
------------------------------
9+
10+
- StreamError: Fix parsing of stream error conditions and missing "invalid-id" condition (@lnjX)
11+
- Omemo: Fix windows/msvc build (@lnjX, #658)
12+
713
QXmpp 1.8.1 (August 21, 2024)
814
-----------------------------
915

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.1)
6+
project(qxmpp VERSION 1.8.2)
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.2</revision>
715+
<created>2024-10-24</created>
716+
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.8.2.tar.gz'/>
717+
</Version>
718+
</release>
712719
<release>
713720
<Version>
714721
<revision>1.8.0</revision>

0 commit comments

Comments
 (0)