Skip to content

Commit

Permalink
Release QXmpp 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Oct 21, 2024
1 parent 130aba1 commit ecf61ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
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)
-----------------------------

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.8.1)
project(qxmpp VERSION 1.8.2)

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 @@ -709,6 +709,13 @@ SPDX-License-Identifier: CC0-1.0
<xmpp:since>1.8</xmpp:since>
</xmpp:SupportedXep>
</implements>
<release>
<Version>
<revision>1.8.2</revision>
<created>2024-10-24</created>
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.8.2.tar.gz'/>
</Version>
</release>
<release>
<Version>
<revision>1.8.0</revision>
Expand Down

0 comments on commit ecf61ab

Please sign in to comment.