Skip to content

Commit

Permalink
Release QXmpp 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed May 16, 2024
1 parent e60da52 commit c2a029d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

QXmpp 1.6.1 (May 16, 2024)
--------------------------

Fixes:
- Fix handling of XMPP redirects (introduced in aaa6497) (@lnjX)
- Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData (@lnjX)
- Fix OMEMO decryption of group chat messages (@melvo, #617)
- Fix stream resumption (@lnjX)<br/>
This has been an issue since the initial implementation of stream mangement. The xmlns was
missing in the &lt;resume/&gt; element and the stream ID was not parsed in the &lt;enabled/&gt;
element.

QXmpp 1.6.0 (Feb 6, 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.6.0)
project(qxmpp VERSION 1.6.1)

set(SO_VERSION 4)

Expand Down
7 changes: 7 additions & 0 deletions doc/doap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,13 @@ SPDX-License-Identifier: CC0-1.0
<xmpp:since>1.6</xmpp:since>
</xmpp:SupportedXep>
</implements>
<release>
<Version>
<revision>1.6.1</revision>
<created>2024-05-16</created>
<file-release rdf:resource='https://github.com/qxmpp-project/qxmpp/archive/refs/tags/v1.6.1.tar.gz'/>
</Version>
</release>
<release>
<Version>
<revision>1.5.5</revision>
Expand Down

1 comment on commit c2a029d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 4 file(s) not formatted
  • src/base/QXmppPubSubIq_p.h
  • src/client/QXmppBlockingManager.h
  • tests/qxmppentitytimemanager/tst_qxmppentitytimemanager.cpp
  • tests/qxmppversionmanager/tst_qxmppversionmanager.cpp
clang-tidy reports: 4513 concern(s)

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.