summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Fix L2CP socket connectionsv5.3.2Alex Blasche2014-08-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | L2CP's psm (the RFCOMM port equivalent) was never published via SDP. Therefore the service client could not get the required information to connect to the server. After this patch Qt properly publishes the psm. Also, QBluetoothSocket::connect() initiated a service discovery to obtain the missing psm. Since the published SDP entry didn't contain one, protocolServiceMultiplexer() always returned 0 and another service discovery was initiated. This caused a crash inside QBluetoothSocket because the 1st QBluetoothServiceDiscoveryAgent instance was deleted in favor of the 2nd. The patch changes the client behavior such that it doesn't crash if the service discovery didn't turn up a valid psm/port. It improves the robustness in case of an error and avoids a second service discovery (which wouldn't turn up more information anyway). The bug only affected Bluez as it is the only platform supporting pure L2CP sockets. Last but not least a capability to test L2CP sockets was added to bttestui. Change-Id: I46c88a67c2baa4782ea908e645dcd4db9422dbba Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* Add changelog for QtBluetooth & QtNfc 5.3.2 release.Alex Blasche2014-08-131-0/+47
| | | | | Change-Id: Id21197134f525d6835664a2b2f27ca48d405406c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Add changelog for upcoming Qt 5.3.1 release.Alex Blasche2014-06-041-0/+89
| | | | | | Change-Id: I8343a3a474e3b6378b24c08182d767262111ec19 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Minor changelog clarification and other "nice-ifications"v5.3.0-rc1v5.3.0Alex Blasche2014-04-301-4/+3
| | | | | | Change-Id: I1eee55a970a7ed5e1813d70ec254ed0348d1e567 Reviewed-by: Oleg Shparber <trollixx@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Add Qt 5.3.0 change log for QtNfc and QtBluetoothAlex Blasche2014-04-151-0/+154
| | | | | Change-Id: Id489adfe1cfb4c652907e67950b8a12bf1c18c8c Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* Update changelog for 5.2.1v5.2.1Thiago Macieira2014-01-231-10/+5
| | | | | Change-Id: Ie67e598578628663fff9cee7b0f82200f575f2b2 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Add change log for 5.2.1Alex Blasche2014-01-131-0/+63
Change-Id: I12b294e9d3db91a1580b022ccae9dacb5b841ae0 Reviewed-by: Kai Koehne <kai.koehne@digia.com>