diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-04-22 14:21:59 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@theqtcompany.com> | 2015-04-24 08:55:17 +0000 |
commit | f88c90a7965968d0a0c49fd109edf650218a99d2 (patch) | |
tree | 87884c6eb2d31bd258bfc90def66087104b9e117 /dist | |
parent | b13fec3c7ed08b7d0e79c08312a3c3285eb20ef3 (diff) | |
download | qtlocation-f88c90a7965968d0a0c49fd109edf650218a99d2.tar.gz |
Change-Id: I1ecd0c44f3cc425e7455a8cc786e59fe98fe84c9
Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.4.2 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.4.2 b/dist/changes-5.4.2 new file mode 100644 index 00000000..4f256ef3 --- /dev/null +++ b/dist/changes-5.4.2 @@ -0,0 +1,28 @@ +Qt 5.4.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.4.0 and Qt 5.4.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://doc.qt.io/qt-5.4 + +The Qt version 5.4 series is binary compatible with the 5.3.x series. +Applications compiled for 5.3 will continue to run with 5.4. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + +QtPositioning +------------- + + - [QTBUG-44572] Fixed issue where the default timeout for position update + requests was not set on WinRT. |