Changelog for
libqxmpp-devel-1.1.0-bp153.1.18.x86_64.rpm :
* Mon Nov 18 2019 Dmitriy Perlow
- Update to 1.1.0. Changes since 1.0.0:
* Add support for SCRAM-SHA-1 and SCRAM-SHA-256;
* Order SASL mechanisms to prefer the most secure;
* Add XEP-0334, -0363, -0367, -0369 (partially), -0380, -0382;
* Do not accept receipts from other resources of the used account;
* cmake: Set minimum version before creating project() and bump to 3.3;
* Deprecate QXmppClient extension getters;
* Refactor data form media element, deprecate `QXmppDataForm::Media;
* Replace deprecated `qSort()` by `std::sort()`;
* Do not use deprecated `QSslSocket::setCaCertificates()`;
* Modernize code by using `nullptr`, `override`, etc.;
* Move attributes into private d-pointer for future ABI compatibility;
* Use raw literals, range based loops and `auto`;
* Fix potential SEGFAULT on connection error;
* Fix `SO_VERSION` to 1: ABI has changed since last minor release;
* Add CMake option for internal tests (`BUILD_INTERNAL_TESTS`).- Disable tests needing a network connection += qxmppuploadrequestmanager.- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 2).
* Tue May 07 2019 Jan Engelhardt - Fix SRPM group.
* Fri May 03 2019 Christophe Giboudeaux - Update to 1.0.0. Changes since 0.8.3:
* Drop Qt4 support
* Fix phone numbers incorrectly read from / written to vCard
* Make QXmppStream handle end of incoming stream
* Allow QXmppJingleIq to have multiple contents.
* Fix QXmppTransferManagerFix convering filename to a QUrl.
* Do not ignore SSL errors by default
* CMake based build system
* Use C++11 compiler standard Check the CHANGELOG.md file for the complete list of changes- Drop libqxmpp-qt5- Run spec-cleaner- Drop obsolete patch: libqxmpp-qt5.patch- Trim marketing filler wording from description.- Update the license tag to LGPL-2.1-or-later
* Sat Mar 14 2015 dap.darknessAATTgmail.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.darknessAATTgmail.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.
* Thu Mar 27 2014 dap.darknessAATTgmail.com- update to 0.8.0
* Add organizations info interface to QXmppVCardIq.
* Remove deprecated QXmppPresence::Status type.- Source URL was put back.- Url tag and Source URL were updated to qxmpp.org.
* Sun Mar 09 2014 dap.darknessAATTgmail.com- Source URL was temporary deleted to pass factory-auto.
* Sun Mar 09 2014 dap.darknessAATTgmail.com- update to 0.7.6+git.2014.03.09
* Added QPair include just in case.
* Avoid keeping the source QDomDocument in QXmppElement. Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument.
* QXmppElement::sourceDomElement().
* Namespace-based matching for known elements.
* Cover non-\'x\' extensions in tests.
* Support other extensions besides \'x\' in QXmppMessage.
* Fixes to support Qt5.
* Re-order member initialization (silences GCC warning).
* Fixed possible memory leak in QXmppTransferManager.
* Added missing assert for connecting signal in QXmppStream.
* Fixed C-style pointer cast.
* Fixed uninitialized pointers in QXmppOutgoingClientPrivate.
* Fixed uninitialized pointer in QXmppCallPrivate.
* Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate.
* Fixed uninitialized member in QXmppOutgoingClient.
* Fix QXmppServer incoming connections with Qt5 (issue 175).
* Mon Aug 19 2013 dap.darknessAATTgmail.com- Full VoIP support was enabled.- Spec was fixed up via spec-cleaner.
* Fri Mar 22 2013 schwabAATTsuse.de- Override LIBDIR instead of moving the library manually