1Qt 5.3.2 is a bug-fix release. It maintains both forward and backward 2compatibility (source and binary) with Qt 5.3.0 and Qt 5.3.1. 3 4For more details, refer to the online documentation included in this 5distribution. The documentation is also available online: 6 7 http://qt-project.org/doc/qt-5.3 8 9The Qt version 5.3 series is binary compatible with the 5.2.x series. 10Applications compiled for 5.2 will continue to run with 5.3. 11 12Some of the changes listed in this file include issue tracking numbers 13corresponding to tasks in the Qt Bug Tracker: 14 15 http://bugreports.qt-project.org/ 16 17Each of these identifiers can be entered in the bug tracker to obtain more 18information about a particular change. 19 20**************************************************************************** 21* General * 22**************************************************************************** 23 24QtBluetooth 25----------- 26 27 - Removed dead code from the library. 28 29**************************************************************************** 30* Platform Specific Changes * 31**************************************************************************** 32 33Android 34------- 35 36 - [QTBUG-39815] Removed calls to Android's BluetoothSocket.isConnected(). 37 It does not work reliably on all devices and prevented those devices from 38 successfully establishing an RFCOMM socket connection. 39 40 - [QTBUG-40172] Increased robustness of QBluetoothSocket::connectToService() 41 by providing a fallback implementation using private Android APIs which 42 increase the chance of successful connects on some devices. 43 44Linux 45----- 46 47 - Removed undesirable system header includes from the Bluez code base. 48 - Fixed incomplete SDP entries when using L2CP sockets and avoided 49 crash on client side when incomplete SDP entry is encountered. 50