1Qt 5.5.1 is a bug-fix release. It maintains both forward and backward 2compatibility (source and binary) with Qt 5.5.0. 3 4For more details, refer to the online documentation included in this 5distribution. The documentation is also available online: 6 7 http://doc.qt.io/qt-5.5/ 8 9The Qt version 5.5 series is binary compatible with the 5.4.x series. 10Applications compiled for 5.4 will continue to run with 5.5. 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.io/ 16 17Each of these identifiers can be entered in the bug tracker to obtain more 18information about a particular change. 19 20**************************************************************************** 21* Library * 22**************************************************************************** 23 24QtBluetooth 25----------- 26 27 - Fixed several minor documentation issues. 28 29 30**************************************************************************** 31* Platform Specific Changes * 32**************************************************************************** 33 34Linux/BlueZ 35----------- 36 37 - QLowEnergyCharacteristic 38 * Fixed reading of PropertyTypes which caused some bits to be set due to 39 missing initialization. 40 41 - [QTBUG-47028] Fixed endless loop in QLowEnergyService::discoverDetails(). 42 43 - Minor performance improvements when processing ATT_OP_READ_BY_TYPE_REQUESTS. 44