summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2016-12-11 13:09:21 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-12 12:39:04 +0000
commitc8fe92ef54b2d310e8c8c143962fd6f43bf46c27 (patch)
tree7816e24c7db37de007e09c385b67a1a458dc732c
parentb11cf357e178aee4b9fa051014e0ec68b7338361 (diff)
Prettify changes file for 5.8.0v5.8.0-rc1v5.8.0
Change-Id: Ieb5bd937787c2f68f97c9ef505e6a0ca091806ac Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.8.012
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/changes-5.8.0 b/dist/changes-5.8.0
index d90fff6..536be8e 100644
--- a/dist/changes-5.8.0
+++ b/dist/changes-5.8.0
@@ -41,8 +41,8 @@ QtSerialBus
and setFlexibleDataRateFormat() function were added. It permits easier
identification of CAN FD frames.
* Changed the signature of two constructors.
- * [QTBUG-51845] Cleaned up the usage of inline and nothrow throughout the class
- * Improved validity checking for frame ids larger than 2^29
+ * [QTBUG-51845] Cleaned up the usage of inline and nothrow throughout the class.
+ * Improved validity checking for frame ids larger than 2^29.
- QCanBusFrame::TimeStamp:
* Added TimeStamp::fromMicroSeconds() time stamps with normalized
@@ -50,11 +50,11 @@ QtSerialBus
* Removed the setSeconds() and setMicroSeconds() functions to avoid
confusion about unnormalized time stamps.
- - Added basic support for Vector CAN devices
- - Improved the implementation of the PeakCAN and TinyCAN implementation.
+ - Added basic support for Vector CAN devices.
+ - Improved the implementation of the PeakCAN and TinyCAN plugins.
- Improved and fixed the CAN examples. In particular the examples were adjusted to
the various API changes.
- - Improved the module and class documentation substantially
+ - Improved the module and class documentation substantially.
- Unified the interface names of the different plugins to follow a common rule:
The prefixes were unified, the numbering always starts with zero now.
- [QTBUG-55747] Fixed C+11 related code sections which failed to compile on OSX 10.11.6.
@@ -63,7 +63,7 @@ QtSerialBus
- [QTBUG-56331] Fixed module build on Android. The canbusutil tool was removed from
Android builds.
- [QTBUG-56886] Fixed handling of frameReceived() signals throughout all CAN examples.
- - Converted the module to use the Qt Lite based configure changes in Qt
+ - Converted the module to use the Qt Lite based configure changes in Qt.
- [QTBUG-54834] Fixed handling of packets with payloads longer than 127
bytes by QModbusResponse.
- Added missing QDataStream operator<< for QModbus{Request,Response}.