summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2018-01-13 22:38:51 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-01-15 11:59:58 +0000
commit6e3e86f947fcbdf19cfad5d9cc6407f3a9e3f51e (patch)
treea4d9cacd785a1f35a5071bf1a739830f810e5ca9
parent1b263f6a56c14e04e92310998303d8f815dba8f8 (diff)
Add missing entry in changes file for 5.9.4v5.9.4
Change-Id: I16fab529be29a1e358c3bda411e78dc5ba90e405 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.9.419
1 files changed, 14 insertions, 5 deletions
diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4
index 9280979..0f38467 100644
--- a/dist/changes-5.9.4
+++ b/dist/changes-5.9.4
@@ -21,8 +21,17 @@ information about a particular change.
* Qt 5.9.4 Changes *
****************************************************************************
-SocketCAN
----------
-
- - [QTBUG-64406] Fixed compiling the SocketCAN plugin with older Kernels
- without support for CAN FD bitrate switch and error state indicator.
+QtSerialBus
+------
+
+ - SocketCAN
+ * [QTBUG-64406] Fixed compiling the SocketCAN plugin with older Kernels
+ without support for CAN FD bitrate switch and error state indicator.
+
+ - TinyCAN
+ * [QTBUG-65474] Fixed compiliation with MSVC 2013
+ * The function availableDevices() now returns {"can0.0"} instead
+ {"can0.0", "can0.1"} for the TinyCAN plugin. This value is
+ hardcoded for now as available devices cannot be detected.
+ The function will be changed in later Qt versions to return the
+ correct values once QTBUG-62958 is solved.