From f81aac0ef6a736c8fe6627d42f43c0b3327323d7 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 17 Apr 2014 19:14:34 +0200 Subject: Rename dist/changes-5.3 -> dist/changes-5.3.0 .. so we follow other modules/repositories pattern. Change-Id: I2887dbffc8163fbf4bbe61028f786066c3610be4 Reviewed-by: Alex Blasche --- dist/changes-5.3 | 74 ------------------------------------------------------ dist/changes-5.3.0 | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 74 deletions(-) delete mode 100644 dist/changes-5.3 create mode 100644 dist/changes-5.3.0 diff --git a/dist/changes-5.3 b/dist/changes-5.3 deleted file mode 100644 index 1bf445a7..00000000 --- a/dist/changes-5.3 +++ /dev/null @@ -1,74 +0,0 @@ -Qt 5.3 introduces many new features and improvements as well as bugfixes -over the 5.2.x series. For more details, refer to the online documentation -included in this distribution. The documentation is also available online: - - http://qt-project.org/doc/qt-5.3 - -The Qt version 5.3 series is binary compatible with the 5.2.x series. -Applications compiled for 5.2 will continue to run with 5.3. - -Some of the changes listed in this file include issue tracking numbers -corresponding to tasks in the Qt Bug Tracker: - - http://bugreports.qt-project.org/ - -Each of these identifiers can be entered in the bug tracker to obtain more -information about a particular change. - -**************************************************************************** -* General * -**************************************************************************** - -General Improvements --------------------- - - - New SatelliteInfo example added. The example displays the signal - strength of surrounding satellites. The example employs a demo mode on - those platforms which don't provide satellite information - - -**************************************************************************** -* Library * -**************************************************************************** - -QtPositioning -------------- - - - Position (QML): - * Added direction and vertical speed properties. - - - QGeoPositionInfoSource: - * iOS position backend added. - * [QTBUG-34102] Android backend added. Android devices can retrieve - their current position. Network- and Satellite-based providers are - supported. - - - QGeoSatelliteInfoSource: - * [QTBUG-34102] Android backend added. Android devices can retrieve - information about the currently accessible GPS and GLONASS satellites. - - - QGeoRectangle: - * Added QGeoRectangle(QList) constructor added. - * Improved class documentation. - - - QGeoShape: - * Added extendShape(QGeoCoordinate) function. - - - QNmeaPositionInfoSource: - * Added support for reporting position accuracy. - - -**************************************************************************** -* Plugin Specific Changes * -**************************************************************************** - -GeoClue -------- - - [QTBUG-36298] Reports direction of travel and - vertical speed attributes, if supported by the active Geoclue - provider. - - Fixed the emission of the updateTimeout() signal when - position updates do not arrive in a timely manner. - - Position info source provider no longer internally filters - position updates to the requested update interval. - diff --git a/dist/changes-5.3.0 b/dist/changes-5.3.0 new file mode 100644 index 00000000..1bf445a7 --- /dev/null +++ b/dist/changes-5.3.0 @@ -0,0 +1,74 @@ +Qt 5.3 introduces many new features and improvements as well as bugfixes +over the 5.2.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + + http://qt-project.org/doc/qt-5.3 + +The Qt version 5.3 series is binary compatible with the 5.2.x series. +Applications compiled for 5.2 will continue to run with 5.3. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt-project.org/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* General * +**************************************************************************** + +General Improvements +-------------------- + + - New SatelliteInfo example added. The example displays the signal + strength of surrounding satellites. The example employs a demo mode on + those platforms which don't provide satellite information + + +**************************************************************************** +* Library * +**************************************************************************** + +QtPositioning +------------- + + - Position (QML): + * Added direction and vertical speed properties. + + - QGeoPositionInfoSource: + * iOS position backend added. + * [QTBUG-34102] Android backend added. Android devices can retrieve + their current position. Network- and Satellite-based providers are + supported. + + - QGeoSatelliteInfoSource: + * [QTBUG-34102] Android backend added. Android devices can retrieve + information about the currently accessible GPS and GLONASS satellites. + + - QGeoRectangle: + * Added QGeoRectangle(QList) constructor added. + * Improved class documentation. + + - QGeoShape: + * Added extendShape(QGeoCoordinate) function. + + - QNmeaPositionInfoSource: + * Added support for reporting position accuracy. + + +**************************************************************************** +* Plugin Specific Changes * +**************************************************************************** + +GeoClue +------- + - [QTBUG-36298] Reports direction of travel and + vertical speed attributes, if supported by the active Geoclue + provider. + - Fixed the emission of the updateTimeout() signal when + position updates do not arrive in a timely manner. + - Position info source provider no longer internally filters + position updates to the requested update interval. + -- cgit v1.2.1