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

Commit d26876c

Browse files
committed
Release QXmpp 1.9.4
1 parent a923e76 commit d26876c

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.9.4 (February 2, 2025)
8+
------------------------------
9+
10+
- MixManager: Account export: Fix not finishing task when nothing to export (@pasnox, #677)
11+
712
QXmpp 1.9.3 (January 23, 2025)
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.9.3)
6+
project(qxmpp VERSION 1.9.4)
77

88
set(SO_VERSION 5)
99

doc/doap.xml

+7
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,13 @@ SPDX-License-Identifier: CC0-1.0
725725
<xmpp:since>1.8</xmpp:since>
726726
</xmpp:SupportedXep>
727727
</implements>
728+
<release>
729+
<Version>
730+
<revision>1.9.4</revision>
731+
<created>2025-02-01</created>
732+
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.9.4.tar.gz'/>
733+
</Version>
734+
</release>
728735
<release>
729736
<Version>
730737
<revision>1.9.3</revision>

0 commit comments

Comments
 (0)