From ecf61abaa22dd586a99300fc7ada9a25e5211e40 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 21 Oct 2024 22:46:52 +0200 Subject: [PATCH] Release QXmpp 1.8.2 --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- doc/doap.xml | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f4e568e..be7d4cbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé SPDX-License-Identifier: CC0-1.0 --> +QXmpp 1.8.2 (October 21, 2024) +------------------------------ + + - StreamError: Fix parsing of stream error conditions and missing "invalid-id" condition (@lnjX) + - Omemo: Fix windows/msvc build (@lnjX, #658) + QXmpp 1.8.1 (August 21, 2024) ----------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c125c0d5..922a03586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required(VERSION 3.7) -project(qxmpp VERSION 1.8.1) +project(qxmpp VERSION 1.8.2) set(SO_VERSION 5) diff --git a/doc/doap.xml b/doc/doap.xml index 9c62f5aab..5c80a1fc3 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -709,6 +709,13 @@ SPDX-License-Identifier: CC0-1.0 1.8 + + + 1.8.2 + 2024-10-24 + + + 1.8.0