summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-07-30 11:25:42 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-07-31 09:46:35 +0300
commit6f37fd60cbbe95acf63b0bb01517768205a99cdf (patch)
treec735dece4be173f122093df2051ce07f5b109731
parent6fbbbfd69274507eae820959bd187c7b565e9d4a (diff)
downloadqtdoc-6f37fd60cbbe95acf63b0bb01517768205a99cdf.tar.gz
Add changes file for Qt 5.13.1
+ 712aabd0742913546a0b26495134faf901b4b8db Adapt wording of documentation license + faf46dfbcbfc058b3bd891f0b3ae45401b58e7d7 embedded: Document more output mode values for drm + 092e708a7c7333103c37a5c774ada27937bd1fe6 QNX: List utilities needed for deploying apps to QNX devices + 9dc3bd8fea81a8e1bba751215c7ff0ebacdd1b92 Doc: Improve CMake code example + 786e974f338df0d4e98130c1b9d68f1e30c85eae Doc: Move "Configure a Specific Device for Linux" to a separate page + bfcb485d3830463342cf6b64a9b4e51b93428f8b Accessibility: We support UIA on Windows + c9971f12302e9fafe9546965e5c783694551f17b Simplify accessibility docs + 31beb2498da41b21b718cccc622b5cb8045e97bc Fix path in Accessiblity docs + 2d9a9f5b8f06de79b850f52eb9d1d92ed1dc35bd Bump version + d6c0a5999920a5a7d1f911aeab51f9e7c65885a5 Add changes file for Qt 5.12.4 + 381cef68b9acf2218d8cc4c5ca8a97bb66ea742d Add the supported QNX modules information + 307371fd20ba44d4e752392885385048f795344a Document Third-Party Code changes in Qt 5.12.4 + e99db3eb7ae84b9dd93d3300941d7c926f881b9b Add missing X11 build dependency + 44a45dd4048a5cef9046992b6007bf800a5408bd Docs: Document the Android Build steps + e42afb29c0e3b0c7e4263b68a1988ac415d8f52f Update SQLite to 3.28.0 + 2fa86c42799b05f73797073061de1b1cbc7caefc Android: Update OpenSSL page + d9c79518570be812f2f41a0c5ba153fa0a7bccb8 Doc: Improve the structure and readability + 64b116ee06508fb403c706d4f27a523bd6e373c1 Bump version + 2eb2e153f0f7b9c3112c269f87c0faf37df97edb Bump version + cad7eec0b3b95208f6fdee9deeb3d1ec50e35c9f Doc: Fix qdoc warning + c52d9c06960a2c0e3528b8d637bdfdcf87b4188e Doc: Improve the documentation + 967e916d210e2bcacafbf8d685b2328c5f888d0c Doc: Cleanup of the Deploying QML Applications topic + c66e10ae68d2bf61f471b0a66216428b863406a4 Doc: Clean up the Qt for Embedded Linux topic + 6de3b513c0d05d6466395ec2a3a83b4c4f0c084f Doc: Mention how to make configure pick up OpenSSL automatically + 7437c495c4b0a66bd8654833ea0643784e597059 Doc: Move \table outside of \list + c484dc96e48b5b56dd52fe2f6514019eeca87930 Doc: Update a broken link and improve the structure + e784b193f8892c169890cc4783cfcc5c61243dda Doc: Minor edits on section Known limitations and known issues + 4ef5512d625f2ee5198f08645482bd42d90e47f2 Android: Update OpenSSL 1.1 docs Change-Id: I1616c3d6b2c090b6abc561f32ba3896a8ee08ee4 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Martin Smith <martin.smith@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.