summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:41 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-07-31 09:45:58 +0300
commit480c279671e8be19021c685a39531fbc87aa5ce6 (patch)
treee19d0571f0fd9461a0c9d21869c6367aad21ecec
parent845cd17a498d6008992b04ec4ca1984e6e73de3c (diff)
downloadqtquickcontrols-480c279671e8be19021c685a39531fbc87aa5ce6.tar.gz
Add changes file for Qt 5.13.1
+ 4acab46571b793d7a00c9fe768d9ca91a47ea6bb Blacklist several failing tests in extras on MSVC 2019 + 84fbb48832e984c7fce1c4091adb0d340974a75f Don't specify null to indicate an invalid QModelIndex + 87f79ca0cfe432b7758fa19472cc7133275818c5 Bump version + 8105e3ed0e77f363ccc6406edd38082ac5cef27d Add changes file for Qt 5.12.4 + 0f74e642bf1f13f6b097b1a8e1412ca3cb6e85b5 Exclude the resources when building statically as qmake will handle this + 558eb844d59185d944c233348d2fef649e90b643 Stabilise flaky test + dc9ccfb331119d319c7a620c075d04355e4745cf Skip Tests_ScrollView::test_dragFetchAppend + 0ee7134d24bccb965a134dd1f4267a0bfda3de61 Bump version + 4e156bb26fb904663b0e13df1802dc2e0788b114 Bump version + 42812dfd813745beed928e40621ae9deb88a9247 Doc: Replace example file lists with links to code.qt.io Change-Id: I72cf998aac4f64b7eee176466466994f28572ca9 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--dist/changes-5.13.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-5.13.1 b/dist/changes-5.13.1
new file mode 100644
index 00000000..57ebdbeb
--- /dev/null
+++ b/dist/changes-5.13.1
@@ -0,0 +1,20 @@
+Qt 5.13.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0.
+
+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.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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.
+
+ - This release contains only minor code improvements.