summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-20 15:21:29 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2019-02-24 07:20:30 +0000
commitd641c584b1ed5cfae860dc0e9b08526ae6eb2c93 (patch)
tree621a02a344b8bd490d189b24312952c8b6f246eb
parentb7f5cb186df211c1bfcdbaee06fb7ce9146e9a0e (diff)
downloadqtquickcontrols-d641c584b1ed5cfae860dc0e9b08526ae6eb2c93.tar.gz
Add changes file for Qt 5.12.2
Change-Id: I84ec16966ef9a06fde339d7f80dedcf95807cded Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--dist/changes-5.12.230
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2
new file mode 100644
index 00000000..9a4e2ce8
--- /dev/null
+++ b/dist/changes-5.12.2
@@ -0,0 +1,30 @@
+Qt 5.12.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+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.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-73765] Fixed Calendar's day of week header not being updated when
+ the locale is changed.
+ - [QTBUG-65209] Fixed progress indicator with vertical ProgessBar.
+ - [QTBUG-69041] Fixed TableView's vertical scrollbar being drawn over the
+ header.
+ - [QTBUG-71997] Fixed time component of minimumDate and maximumDate
+ affecting valid range of dates.