summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-11-21 11:04:58 +0100
committerLiang Qi <liang.qi@qt.io>2017-11-21 11:04:58 +0100
commit27098b2798d10e836e871ae9e6910c85b14a5a31 (patch)
treec06bc75e094246617d32264525be425f0860a07d
parent87859b2aecbecdab8fd001e3a52887980b0735e8 (diff)
parent118c63b8b5c129b2566f19b7931529fbe60850f8 (diff)
downloadqtquickcontrols-27098b2798d10e836e871ae9e6910c85b14a5a31.tar.gz
Merge remote-tracking branch 'origin/5.9.3' into 5.10.0
Change-Id: I7b85d1880a9e8da1718cecc813843273115faa70
-rw-r--r--dist/changes-5.9.326
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.9.3 b/dist/changes-5.9.3
new file mode 100644
index 00000000..d30da17d
--- /dev/null
+++ b/dist/changes-5.9.3
@@ -0,0 +1,26 @@
+Qt 5.9.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+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.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.9.3 Changes *
+****************************************************************************
+
+ - Slider:
+ * [QTBUG-63354] Fixed the handle position to get updated when the maximum
+ value changes.