This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 44SPDX-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+
713QXmpp 1.8.1 (August 21, 2024)
814-----------------------------
915
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: CC0-1.0
44
55cmake_minimum_required (VERSION 3.7)
6- project (qxmpp VERSION 1.8.1 )
6+ project (qxmpp VERSION 1.8.2 )
77
88set (SO_VERSION 5)
99
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments