summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <mbrasser@ford.com>2019-07-30 11:25:42 +0300
committerMichael Brasser <mbrasser@ford.com>2019-08-07 08:39:02 -0500
commit085935e7c2e7793ca915e64f2ed9d6ae37570e21 (patch)
tree967b73c5e00323a35c100ae68193cd8fdf0235ef
parentff2c16f4acfb3b59a3b1b7aa0d4b1f361b026ba8 (diff)
Add changes file for Qt 5.13.1v5.13.1
+ c4bc9fe0c181eb8c6c9b3b809bc6e0d4ffd0b82e Fix return value propagation through proxies + e520e4fd777350673d5022982481f82672fea6ff Add .vscode to .gitignore + 91f83125dd403878c989be4098cc3a35eb5ba06f More fixes for (dynamic) enums in signals and slots + fa84f22bfd5500550f26f544f6905ac89e60716f Fix dynamic use_enum logic (Qt types only) + 2d5105518ee21ea9ccb32effab76f4c5d1366cae Support Q_GADGETs with enums + ff04810bd09d3897ccede880680dd94fcf585171 Make sure class enums work dynamically + 244688018624f5f753efa16f7fe6c7b60a80fda2 Bump version + 0cdd47b80f26f5e7bb86b34ce31f07bbe2f49640 Add changes file for Qt 5.12.4 + 93cb11ec09086bf0e29fed2fd28f1d82ba2673c0 Bump version + fafb11943fac1a4a452b3db70ab604ff5aa1e281 Bump version + 1a924ee6bb250aa0a8d64d66491950bc3d86091e Fix yet another -Wdeprecated-copy warning + c973a6eb63b52db6bcb4c15854797228903fc756 Fix reported error for Handshake + d04b169dceb451507cc642dc9b1e26e3f34bafff Doc: Improve the documentation landing page + 79dff64a04486f7c599b8442a74c1b54b72137c1 Doc: Replace example file lists with links to code.qt.io + 760a7564d0774ed2de4a90fa0d51c7eca9f454bc Doc: Reorganize parts of the documentation for better readability + cbef241ded4c7255f163af962293c201b27f341f Doc: Improve conceptual content for Node and Source + 68f6423ac6e0d49bb02ae36bf29765688f271d18 Fix TestModelView::testModelTest flakiness - again + 2bcda9d9f45858ac196d9972162c870ac0a6f217 QRemoteObjectPendingReply: fix GCC -Wdeprecated-copy Change-Id: If9b549e89b9e5c553f146d1eea1370eb218aa313 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--dist/changes-5.13.121
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-5.13.1 b/dist/changes-5.13.1
new file mode 100644
index 0000000..ce9927b
--- /dev/null
+++ b/dist/changes-5.13.1
@@ -0,0 +1,21 @@
+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.
+
+ - Improved clarity and consistency of documentation.
+ - Made a number of fixes and improvements in the handling of enumerations.