[libraries/qxmpp/1.16] /: Release QXmpp 1.16.3
Linus Jahn <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4a2e6f122a334d17c577614f69d24000f1174ffc by Linus Jahn. Committed on 23/07/2026 at 14:26. Pushed by lnj into branch '1.16'. Release QXmpp 1.16.3 Co-Authored-By: Claude Opus 4.8 <[email protected]> M +2 -2 CHANGELOG.md M +1 -1 CMakeLists.txt M +7 -0 docs/doap.xml https://invent.kde.org/libraries/qxmpp/-/commit/4a2e6f122a334d17c577614f69d24000f1174ffc diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e420aed..46dc3a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]> SPDX-License-Identifier: CC0-1.0 --> -QXmpp 1.16.3 (Unreleased) -------------------------- +QXmpp 1.16.3 (July 23, 2026) +---------------------------- - Utils: Fix installed private header QXmppUtils_p.h including the non-installed Algorithms.h, which broke building against the installed QXmpp headers (@lnj) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb10b759..65fc0585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required(VERSION 3.16) -project(qxmpp VERSION 1.16.2) +project(qxmpp VERSION 1.16.3) set(SO_VERSION 10) diff --git a/docs/doap.xml b/docs/doap.xml index 40e793fd..6336af09 100644 --- a/docs/doap.xml +++ b/docs/doap.xml @@ -805,6 +805,13 @@ SPDX-License-Identifier: CC0-1.0 <xmpp:since>1.16</xmpp:since> </xmpp:SupportedXep> </implements> + <release> + <Version> + <revision>1.16.3</revision> + <created>2026-07-23</created> + <file-release rdf:resource='https://download.kde.org/unstable/qxmpp/qxmpp-1.16.3.tar.xz'/> + </Version> + </release> <release> <Version> <revision>1.16.2</revision>