libqxmpp/libqxmpp-qt5.changes
Andrey Karepin 6214ad49a7 Accepting request 290780 from home:DarkSS
- 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.

OBS-URL: https://build.opensuse.org/request/show/290780
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=17
2015-03-16 19:22:21 +00:00

18 lines
632 B
Plaintext

-------------------------------------------------------------------
Sat Mar 14 12:40:23 UTC 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 9 21:07:02 UTC 2015 - dap.darkness@gmail.com
- Initial build.
- Added libqxmpp-qt5.patch to implement Qt5 alternative.