Skip to content

Commit

Permalink
Release QXmpp 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Feb 25, 2025
1 parent 63c9aca commit 6e96051
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

QXmpp 1.10.1 (February 25, 2025)
--------------------------------

- ColorGeneration: Fix MSVC linkage of header-only generateColor() (@lnjX, #686)
- Fix comparison for checking validity of fallback markers sections (@lnjX, #678)
- Stun: Include QSet to fix incomplete type with some Qt versions (@melvo, #681)

QXmpp 1.10.0 (February 22, 2025)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

cmake_minimum_required(VERSION 3.7)
project(qxmpp VERSION 1.10.0)
project(qxmpp VERSION 1.10.1)

set(SO_VERSION 5)

Expand Down
7 changes: 7 additions & 0 deletions doc/doap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,13 @@ SPDX-License-Identifier: CC0-1.0
<xmpp:since>1.8</xmpp:since>
</xmpp:SupportedXep>
</implements>
<release>
<Version>
<revision>1.10.1</revision>
<created>2025-02-25</created>
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.10.1.tar.gz'/>
</Version>
</release>
<release>
<Version>
<revision>1.10.0</revision>
Expand Down

0 comments on commit 6e96051

Please sign in to comment.