summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-06-05 22:52:49 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-09 08:52:15 +0000
commite7efbd88cd7a52a32116497d3e125d9b0bd9cd36 (patch)
treed1bee95007b7837bcc153c958c1f56043fab8aae /dist
parentad81a041e18f0fbb2f1cd77241fd83138ccd33f1 (diff)
Add changelog for 5.5.0 versionv5.5.0-rc1v5.5.0
Change-Id: Iebd67ba1ba465fd2027a19a3e14e9932e088b2dc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.5.033
1 files changed, 33 insertions, 0 deletions
diff --git a/dist/changes-5.5.0 b/dist/changes-5.5.0
new file mode 100644
index 00000000..9100a5f0
--- /dev/null
+++ b/dist/changes-5.5.0
@@ -0,0 +1,33 @@
+QtSerialPort 5.5 introduces a few new features and improvements as well as
+bugfixes over the 5.4.x series. For more details, refer to the online
+documentation included in this distribution. The documentation is also available
+online:
+
+ https://doc.qt.io/
+
+The QtSerialPort version 5.5 series is binary compatible with the 5.4.x series.
+Applications compiled for 5.4 will continue to run with 5.5.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - Now the version for Qt 4 always will be in the separate "qt4-dev" branch.
+
+ - QSerialPort:
+ * [QTBUG-34946] The streaming does not stop anymore when the window is
+ resizing or moving.
+ * Added new lock directories for the *nix-specific platforms.
+ * The method QSP::clearError() now clears the error string.
+ * [QTBUG-45338] It is now possible to open the serial port on OS X when
+ the App Sandbox is used.
+ * [QTBUG-46066] The QT_DISABLE_DEPRECATED_BEFORE=QT_VERSION macro does
+ not lead to compilation failure now.