summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-01-22 13:00:52 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 10:53:19 +0100
commit959468ed1bcc98d44025c44aefbc564cd758fab0 (patch)
tree83a6ba8daca08e5782c570d4637bdfa85a6070e4
parent6e824063d00031f8d069e59e2087b155a89b7fe3 (diff)
Update changelog for 5.2.1v5.2.1
Change-Id: Ic9c96f04ee00ac04dc3f3c1abdb09deb129eb5a4 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--dist/changes-5.2.138
1 files changed, 12 insertions, 26 deletions
diff --git a/dist/changes-5.2.1 b/dist/changes-5.2.1
index a3e7058c..37a1f553 100644
--- a/dist/changes-5.2.1
+++ b/dist/changes-5.2.1
@@ -4,7 +4,10 @@ compatibility (source and binary) with Qt 5.2.0.
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.2/
+ http://qt-project.org/doc/qt-5.2
+
+The Qt version 5.2 series is binary compatible with the 5.1.x series.
+Applications compiled for 5.1 will continue to run with 5.2.
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:
@@ -14,7 +17,6 @@ corresponding to tasks in the Qt Bug Tracker:
Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
-
****************************************************************************
* General *
****************************************************************************
@@ -22,44 +24,28 @@ information about a particular change.
General Improvements
--------------------
- - [QTBUG-34910]
- * Fix too long weather status string in weatherinfo example (UI change).
-
- - [QTBUG-36187]
- * Byte order marker removed from positionpoll plugin which caused compile
- errors on some older compilers.
-
- - Fix make install rules for all examples.
-
+ - [QTBUG-34910] Fixed too long weather status string in weatherinfo
+ example (UI change).
+ - [QTBUG-36187] Byte order marker removed from positionpoll plugin
+ which caused compile errors on some older compilers.
+ - Fixed make install rules for all examples.
- declarative_core unit test was fixed and re-enabled.
-Third party components
-----------------------
-
-****************************************************************************
-* Important Behavior Changes *
-****************************************************************************
-
****************************************************************************
* Library *
****************************************************************************
QtPositioning
-------
+-------------
- - [QTBUG-33220]
- * Removes QtQml dependency from QtPositioning.
-
-****************************************************************************
-* Platform Specific Changes *
-****************************************************************************
+ - [QTBUG-33220] Removed QtQml dependency from QtPositioning.
****************************************************************************
* Plugin Specific Changes *
****************************************************************************
GeoClue
-------
+-------
- Delay satellite provider until requested.
- Sets the default preferred positioning method to AllPositioningMethods.