From 5d9c0cd8a2c1d3a142ffe636df60b1a3b3f4e252 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Thu, 6 Feb 2020 13:43:01 +0100 Subject: [PATCH] Prepare CHANGELOG for QXmpp 1.2 --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baeec9487..f76693837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,42 @@ QXmpp 1.2.0 (UNRELEASED) ------------------------ -*under development* +QXmpp now requires Qt 5.7 or later. Unfortunately ABI compatibility was not +kept this release again. Code coverage has been improved from 68.93% to 95.55%. + +New features: + - Implement XEP-0077: In-band registration: + - Add registration manager with full unit tests (#248, @lnjX) + - Add `registered` and `remove` to the IQ (#240, @lnjX) + - Implement XEP-0231: Bits of Binary (#230, @lnjX) + - Add `QXmppClient::indexOfExtension()` (#241, @lnjX) + - Add QXmppStartTlsPacket to replace fixed XML data (#236, @lnjX) + - Move TLS code to private QXmppTlsManager (#236, @lnjX) + - Add private QXmppInternalClientExtensions to access private part of the + client (#243, @lnjX) + - Add utility methods to QXmppRegisterIq to create common requests (#247, @lnjX) + +Fixes: + - QXmppMucManager: Make it possible to handle stanzas not handled by the + manager (#226, @kollix) + - Only send Client State Indication (CSI) states when connected (#232, @lnjX) + - Fix no documentation is generated for QXmppStanza::Error and + QXmppStreamFeatures (@lnjX) + - Fix some doxygen warnings and undocumented Q_PROPERTYs (@lnjX) + +Misc: + - Replace deprecated Q_FOREACH (#210, @lnjX) + - Replace deprecated Q_ENUMS with Q_ENUM (#227, @lnjX) + - Replace deprecated signal/slots syntax (#237, @jbbgameich) + - Switch to Ubuntu Bionic for Travis-CI builds (#210, @lnjX) + - Use QSharedDataPointers for QXmppRegisterIq, QXmppPubSubIq, + QXmppDiscoveryIq, QXmppMam{Query,Result}Iq, QXmppStreamFeatures + (#230, #235, #252, @lnjX) + - Refactor QXmppPubSubIq and add missing tests (#235, @lnjX) + - Refactor QXmppPresence and add missing tests (#231, @lnjX) + - Replace manual xmlns writing by writeDefaultNamespace() (#244, @lnjX) + - Use QT_VERSION_CHECK to generate QXMPP_VERSION (#238, @lnjX) + - Add clang-format file (#239, @0xd34df00d) QXmpp 1.1.0 (Oct 23, 2019) --------------------------