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-08-02 13:09:17 +0300
commit4c65318cd544980524aa600f4b4e3f97e6b46e0b (patch)
treebe6d38372f1f9fa6a7aa85810c64027727e6539c
parent6390e165dc2df3bc48c3655ed45d1b952d1f2bae (diff)
downloadqtsensors-4c65318cd544980524aa600f4b4e3f97e6b46e0b.tar.gz
Add changes file for Qt 5.13.1v5.13.15.13.1
+ 14b5821f7b9998c1263c592d2cc70f21f1e72981 Do not register iio sensors if the dbus service is not found + d5888b178da6d34704ee074065f176000ffaab29 Bump version + 6e30eaa1bda78b16fe9f467ad328a085bb3def09 Add changes file for Qt 5.12.4 + ed0b4ed792504dc68d2f009ca19d69ef856002ba fix typo that breaks android build + 9e475f2f08cd528b773e67a304aa85d8d0d298d8 Bump version + 8b741cadcafd76c3de167d0b7a31be4fe25623d9 Bump version + 154ecd7b3048f22ee549c3838cc153cbc8cd33d2 Android: Don't crash for unsupported accelerometer mode + 777204e439c8edd35e021a73cddd80f4c85ef4f5 qmltypes: export humidity/distance interface + ff2b9bd23ccd52f9e02fbc24ef66c863f0dc9250 Doc: Replace example file lists with links to code.qt.io + 70c2dd24800527908e92fb0ce181b939dbd6141e Doc: Prefer public over private API in links Change-Id: Ice4cca1e8ef7ebc25f9d4a2eca7101ffa517a824 Reviewed-by: Alex Blasche <alexander.blasche@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 0000000..57ebdbe
--- /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.