Package Release Info

libqxmpp-qt5-1.10.3-bp160.1.6

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libqxmpp-devel
libqxmpp-doc
libQXmppQt5-5
libQXmppQt5-devel

Change Logs

* Tue Apr 01 2025 Christophe Marin <christophe@krop.fr>
- Update to 1.10.3:
  * OmemoManager: Clear complete in-memory cache on local own
    device reset
* Thu Mar 27 2025 Michael Vetter <mvetter@suse.com>
- Update to 1.10.2:
  * RosterManager: Do not auto-accept Moved subscription requests to
    comply with XEP #691
* Wed Feb 26 2025 Michael Vetter <mvetter@suse.com>
- Update to 1.10.1:
  * ColorGeneration: Fix MSVC linkage of header-only generateColor()#686
  * Fix comparison for checking validity of fallback markers sections#678
  * Stun: Include QSet to fix incomplete type with some Qt versions#681
* Mon Feb 24 2025 Michael Vetter <mvetter@suse.com>
- Update to 1.10.0:
  * Implement XEP-0392: Consistent Color Generation (#672)
* Sat Feb 01 2025 Christophe Marin <christophe@krop.fr>
- Update to 1.9.4
  * MixManager: Account export: Fix not finishing task when
    nothing to export
* Thu Jan 23 2025 Christophe Marin <christophe@krop.fr>
- Update to 1.9.3
  * OutgoingClient: Fix ssl connection/setting invalid ssl config
  * FileEncryption: Fix wrong Cipher::ok() assert
  * OmemoManager: Fix removing old signed pre key pairs
  * OmemoManager: Do not try to renew signed pre key pairs
    while loading
* Fri Dec 20 2024 Christophe Marin <christophe@krop.fr>
- Update to 1.9.2
  * Fix build of unit tests with MSVC
* Thu Nov 28 2024 Christophe Marin <christophe@krop.fr>
- Update to 1.9.1
  * MixManager: Fix update node subscriptions adds and removes
    all nodes with default parameters
* Sun Nov 17 2024 Christophe Marin <christophe@krop.fr>
- Update to 1.9.0
  * Implement XEP-0461: Message Replies parsing
  * Prevent unencrypted fallback markers are applied to
    encrypted body
  * Implement XEP-0283: Moved
  * AccountMigration: Implement restoring of joined MIX channels
* Tue Oct 29 2024 Michael Vetter <mvetter@suse.com>
- Update to 1.8.3:
  * MamManager: Fix some unencrypted are not parsed when
    end-to-end-encryption is enabled (#662)
Version: 0.8.3-bp150.2.4
* Sat Mar 14 2015 dap.darkness@gmail.com
- update to 0.8.3
  * Add a QXmppClient::sslErrors signal to report SSL errors.
  * Handle broken servers which send "bad-auth"
    instead of "not-authorized".
  * Fix a compilation issue with Qt 5.5 due to a missing include.
  * Do not install test cases.
  * Remove trailing comma after last item in enums.
* Fri Jan 09 2015 dap.darkness@gmail.com
- update to 0.8.2
  * Refactor HTML documentation so that "make docs" works in
    out-of-source builds.
  * Add support for Opus audio codec.
  * Enable error concealment for VPX video codec.
  * Use QString() instead of "" for default methods arguments,
    to enable building project which use QT_NO_CAST_FROM_ASCII.
  * Add support for legacy SSL.
  * Add XEP-0333: Chat Markers attributes to QXmppMessage.
  * Add QXmppClient::socketErrorString
    to retrieve socket error string.
  * Add equality/inequality operators for QXmppVCardIq.
  * Add "make check" command to run tests.
-packaging
  * Switched to tarball from github.
  * Added libqxmpp-qt5.patch to implement Qt5 alternative.
  * Switched to pkgconfig() at Requires section.
  * Broken old distros: SLE11, openSUSE~11.4.
  * Let make be verbose.
  * Added check section.