summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-11-16 09:22:25 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-23 07:41:04 +0000
commitffac0dc5a60c93663f6a4ea5483422c58cdb52b6 (patch)
treeb4503bc9bfe0db7d15dc118c2b5404f2afd33a10
parent25c6840ff6585ca9f7ab1c168cdcdd18a68c7885 (diff)
downloadqtlocation-5.11.3.tar.gz
Add changes file for Qt 5.11.3v5.11.35.11.3
+ ce1767d724e26012cfcd2eae0143ec9a87984046 Use the correct name for the resource when building statically + 8a7bde9b93208259de65d6b1aef21d21b495b6d7 If a category has UnspecifiedVisibility then we should still match + f9a1c4a18a3421617e28d2c26d30b011d22a0229 Amend 8a7bde9b93 to correctly account for the UnspecifiedVisibility case + 6b109d09982e09940dc8e777430a04410d7b6550 Fix crash when calling QGeoPath::length on empty QGeoPath instance + ee700d2eeb4508aa5356ddef11bf11964c5d9283 Mapbox: Only include matching categories in the results + 25c6840ff6585ca9f7ab1c168cdcdd18a68c7885 Bump version Change-Id: Ie25e5020441b8e0b2b2dcb8f2fc56d68681c69a0 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--dist/changes-5.11.332
1 files changed, 32 insertions, 0 deletions
diff --git a/dist/changes-5.11.3 b/dist/changes-5.11.3
new file mode 100644
index 00000000..9b09a0c0
--- /dev/null
+++ b/dist/changes-5.11.3
@@ -0,0 +1,32 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Qt 5.11.3 Changes *
+****************************************************************************
+
+ QtLocation
+ ----------
+
+ - [QTBUG-69617] Fixed Qt.labs.location not linking statically on iOS.
+ - [QTBUG-71355] Fixed crash when calling QGeoPath::length() on empty
+ QGeoPath instance.
+ - Fixed place search matching based on category in mapbox plugin. Previously,
+ the search results contained places which did not have any category set.
+