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
This commit is contained in:
Andrey Karepin
2015-03-16 19:22:21 +00:00
committed by Git OBS Bridge
parent cfaa02dd54
commit 6214ad49a7
6 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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 19:38:51 UTC 2015 - dap.darkness@gmail.com