From e6eb64c198db9b6c31ad8ad5124a677d70fbcabb Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 10 Jan 2014 18:52:38 +0100 Subject: Add 5.2.1 change log Change-Id: I83dce160ed57ec7a567c815a98cf17fc160a3b2d Reviewed-by: Aaron McCarthy --- dist/changes-5.2.1 | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 dist/changes-5.2.1 (limited to 'dist') diff --git a/dist/changes-5.2.1 b/dist/changes-5.2.1 new file mode 100644 index 00000000..28ba3bca --- /dev/null +++ b/dist/changes-5.2.1 @@ -0,0 +1,63 @@ +Qt 5.2.1 is a bug-fix release. It maintains both forward and backward +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/ + +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 +-------------------- + + - [QTBUG-34910] + * Fix too long weather status string in weatherinfo example (UI change). + + - Fix 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 * +**************************************************************************** + +**************************************************************************** +* Plugin Specific Changes * +**************************************************************************** + +GeoClue +------ + + - Delay satellite provider until requested. + - Sets the default preferred positioning method to AllPositioningMethods. + - Fix for incorrect accuracy values reported by the plug-in. + -- cgit v1.2.3