Opened 10 years ago

Closed 10 years ago

#5206 closed enhancement (fixed)

Qt-5.3.1

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://download.qt-project.org/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.tar.xz

https://qt.gitorious.org/qt/qtconnectivity/source/5fe214b8db0c192ea5520e7fdb20f546b02af88b:dist/changes-5.3.1

Qt 5.3.1 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.3.0.
 
...
 
****************************************************************************
*                           General                                        *
****************************************************************************
 
General Improvements
--------------------
 
 - [QTBUG-38140] Changed btchat example to use full service discovery to
   increase chance of finding remote services. Some platforms such as Android
   may not be able to find remote services via a minimal service discovery.
 
 
****************************************************************************
*                          Library                                         *
****************************************************************************
 
QtBluetooth
-----------
 
 - QML BluetoothDiscoveryModel:
   * Fixed inconsistent behavior whereby the QML model never reset its
   content while the underlying QBluetoothServiceDiscoveryAgent instance
   did reset. This caused the QML model to show an incomplete list of remote
   Bluetooth services during its second run.
 
 - QDebug helper for QBluetoothUuid became aware of QT_NO_DEBUG_STREAM
   define.
 
 - QBluetoothSocket:
   * Fixed duplicate emission of unconnected state in the reconnection
     case.
 
 - Fixed crash when calling listen() on the QML BluetoothService type.
 
 - Added some documentation improvements.
 
 - Added "classname" entry to all qmldir files enabling QML
   plug-ins when doing static builds (on iOS).
 
 
****************************************************************************
*                      Platform Specific Changes                           *
****************************************************************************
 
BlackBerry
----------

...

Linux
-----
 
 - Fixed accidental double up of remote services entries by
   QBluetoothServiceDiscoveryAgent due to missing duplication check.
 
 - QBluetoothSocket:
  * Fixed internal read buffer corruption during timeouts.
  * Fixed a crash on reconnect.
 
 - [QTBUG-38402] Fixed incorrect detection of connected devices and their
   changes by QBluetoothLocalDevice
 
 - Implemented handling of <url> xml tag by QBluetoothServiceInfo. This tag is
   used by Bluez to indicate the SDP entries for DocumentationUrl,
   ClientExecutableUrl and IconUrl. So far these entries where being ignored.
 
 - [QTBUG-38399] Ensured correct handling of removed Bluetooth dongles by
   already instantiated QBluetoothLocalDevice objects.

Change History (2)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at 13334.

Note: See TracTickets for help on using tickets.