From 5a76227267a118cbda84cdee6d4fd3008ea5d34a Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 2 Nov 2017 12:58:41 +0200 Subject: Add changes file for Qt 5.9.3 Task-number: QTBUG-64195 Change-Id: I7b7d462f1bcc61437e69dcaad495e4082759c594 Reviewed-by: Alex Blasche --- dist/changes-5.9.3 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/changes-5.9.3 diff --git a/dist/changes-5.9.3 b/dist/changes-5.9.3 new file mode 100644 index 0000000..c6eab17 --- /dev/null +++ b/dist/changes-5.9.3 @@ -0,0 +1,24 @@ +Qt 5.9.3 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +http://doc.qt.io/qt-5/index.html + +The Qt version 5.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +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. + +**************************************************************************** +* Qt 5.9.3 Changes * +**************************************************************************** + + - This release does not contain any changes to this module. -- cgit v1.2.1 From 7ae7dc325648a007a72e74f2bd7784a90b4714af Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 8 Nov 2017 11:50:44 +0200 Subject: Add changes file for Qt 5.10.0 Change-Id: I3db88fb59739620cf9cba4d41a32196173aef429 Reviewed-by: Lars Knoll --- dist/changes-5.10.0 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dist/changes-5.10.0 diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0 new file mode 100644 index 0000000..e7365f5 --- /dev/null +++ b/dist/changes-5.10.0 @@ -0,0 +1,22 @@ +Qt 5.10 introduces many new features and improvements as well as bugfixes +over the 5.9.x series. For more details, refer to the online documentation +included in this distribution. The documentation is also available online: + +http://doc.qt.io/qt-5/index.html + +The Qt version 5.10 series is binary compatible with the 5.9.x series. +Applications compiled for 5.9 will continue to run with 5.10. + +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. + +**************************************************************************** +* Qt 5.10.0 Changes * +**************************************************************************** + + - This release contains only minor code improvements. -- cgit v1.2.1