summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-12 18:10:16 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-16 17:08:12 +0100
commitd9725b249de5a2a6bb45e4f4e1a1b316d91ed102 (patch)
tree07a0282c8744242f4a5d5b493f1c0cf945306625 /dist
parentdda7449d18cf8aaa542f869dcaea28634d21ecb0 (diff)
parent97bbe2acd8b4c14315653a3d9dc5757d6518220e (diff)
downloadqtserialport-d9725b249de5a2a6bb45e4f4e1a1b316d91ed102.tar.gz
Merge remote-tracking branch 'origin/release' into stable
Conflicts: src/serialport/qserialport.cpp src/serialport/qserialportinfo_unix.cpp Change-Id: I12658a9f92c91ab83f404c93a311ef947d1f2503
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.014
1 files changed, 11 insertions, 3 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 96aa704..6105c8b 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -64,9 +64,6 @@ now.
- [QTBUG-33774] Document that the serial port parameters cannot be set before
opening.
-- Add an "UnknownSignal" value for the pinout signals. This is now the returned
-value when the pinout state of the signals cannot be detected properly.
-
- No more unnecessary syscalls (parameter settings, pinout signal query, etc) in the
backend when the port is closed. This also means no improper errors are set
accordingly.
@@ -121,3 +118,14 @@ information. /dev/ttyO* (native OMAP UART) is supported by that backend.
- The lock file usage has been extended to support Android as there is no direct
access to the usual Unix lock file system paths. The lock file is now placed
into /data/local/tmp.
+
+- [QTBUG-35064] PCI support has been added to the sysfs backend on Linux to
+support the enumeration of such devices.
+
+- [QTBUG-35184] Mark the isValid() method in QSerialPortInfo deprecated because
+it has no common use case.
+
+- [QTBUG-35215] Mark the QSerialPort::Unknown* enumeration values in QSerialPort
+deprecated because it has no use case, and was added mistakenly. There is no
+such "standard" serial port behavior general for these as "unknown". It is an
+implementation detail for error reporting, and hence not recommended anymore.