summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-04-17 10:05:39 +0300
committerAndre Hartmann <aha_1980@gmx.de>2020-04-20 11:34:28 +0200
commit067280f8f162f92ca8f690788c4b52c6a64a1992 (patch)
treefd2540b5ff5fb26cd9763bd66cd492eb8b28f194
parent1274acb4bf4cdd06781495f5d9f90adb7268c318 (diff)
Add changes file for Qt 5.15.0
+ d59e2a4b72154b64e1d26fd1068933b8a25da77b Bump version + 2eb972216c649296f8e0afbc055e94f8240ad770 CAN Example: Remove now outdated comment + 421dad73cc993f2af4573a709607690feb28729b VectorCAN: Add support for using CAN FD + a3aa54e27094b80feae4e42c5f7e22c3d4022b49 PeakCAN: Init API structs without memset + 25ca4c9aba7f3bcc8c59b622990d1becc9293ac8 Init API structs without memset + 6e275b20911fc3e5af2a1b972ec3550235250157 PeakCAN: Fix Clang warning on Windows + 16817cba8720797f20c6d8e638614356d909529b SocketCAN: Fix compile with old Linux Kernels + 1a893e24a96d9a276b68f6ae9baee9f86f885d2c QAbstractSocket: Fix warnings from deprecated error signal + 42da962b67b4af36a9930b447e0bbef417a646a0 VirtualCAN: Add missing framesWritten() emission + 153d66980c45a69398e0d6ef5f7736c5c1e3490c SocketCAN: Virtual CAN devices don't have bus status Change-Id: I736d8324865f28fe88c681e20709adab35869112 Reviewed-by: André Hartmann <aha_1980@gmx.de>
-rw-r--r--dist/changes-5.15.036
1 files changed, 36 insertions, 0 deletions
diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0
new file mode 100644
index 0000000..e034ded
--- /dev/null
+++ b/dist/changes-5.15.0
@@ -0,0 +1,36 @@
+Qt 5.15 introduces many new features and improvements as well as bugfixes
+over the 5.14.x series. 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.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.
+
+****************************************************************************
+* SocketCAN *
+****************************************************************************
+
+ - QCanBusDevice::hasBusStatus() now returns false for virtual CAN devices.
+ - [QTBUG-82814] Fixed compiliation with old Linux Kernels.
+
+****************************************************************************
+* VectorCAN *
+****************************************************************************
+
+ - Added CAN FD support to the VectorCAN plugin.
+
+****************************************************************************
+* VirtualCAN *
+****************************************************************************
+
+ - Added the missing emission of the framesWritten() signal to
+ writeFrame().