From e0d5dbf0b83d72109ff3e69b9ef64bb2e8dd6153 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Thu, 2 Nov 2017 13:58:44 +0200 Subject: Add changes file for Qt 5.9.3 Task-number: QTBUG-64210 Change-Id: If9a069208d3074736530d4b452138c0370721c43 Reviewed-by: Mitch Curtis --- dist/changes-5.9.3 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/changes-5.9.3 (limited to 'dist') diff --git a/dist/changes-5.9.3 b/dist/changes-5.9.3 new file mode 100644 index 00000000..bb5db637 --- /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 contains only minor code improvements. -- cgit v1.2.3 From 31edc62c426d2d4cea0d9c2ed901febf3bc64695 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Wed, 8 Nov 2017 13:15:10 +0200 Subject: Add changes file for Qt 5.10.0 Change-Id: Ica95614a4efcf6cf487830946b4677e8e1ef9343 Reviewed-by: Frederik Gladhorn --- dist/changes-5.10.0 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 dist/changes-5.10.0 (limited to 'dist') diff --git a/dist/changes-5.10.0 b/dist/changes-5.10.0 new file mode 100644 index 00000000..129c8255 --- /dev/null +++ b/dist/changes-5.10.0 @@ -0,0 +1,56 @@ +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 * +**************************************************************************** + +New Features +------------ + + - Added new component (InputModeKey) for input mode switch. + +New Keyboard Layouts +-------------------- + + - Added Bulgarian keyboard layout. + - Added Croatian keyboard layout. + - Added Czech keyboard layout. + - Added Dutch keyboard layout. + - Added Estonian keyboard layout. + - Added Greek keyboard layout. + - Added Hebrew keyboard layout. + - Added Hungarian keyboard layout. + - Added Serbian keyboard layout. + + Handwriting Recognition + ----------------------- + + - Added Arabic handwriting recognition. + - Added Farsi handwriting recognition. + - Added support for CJK (Chinese/Japanese/Korean) handwriting + via T9 Write. + + Important Behavior Changes +-------------------------- + + - Ensure the default value of Key.key property is uppercase. + +OpenWNN +------- + + - Fixed and optimized OpenWNN engine (Japanese keyboard input) -- cgit v1.2.3 From e078c5e237142270f5d85a22a1e8adc969668695 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Thu, 4 Jan 2018 13:52:35 +0200 Subject: Add changes file for Qt 5.9.4 Change-Id: Ibd15e00ab0986a630d1229876f4878ff949c5950 Reviewed-by: Mitch Curtis --- dist/changes-5.9.4 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dist/changes-5.9.4 (limited to 'dist') diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4 new file mode 100644 index 00000000..d49a42f5 --- /dev/null +++ b/dist/changes-5.9.4 @@ -0,0 +1,25 @@ +Qt 5.9.4 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.4 Changes * +**************************************************************************** + + - This release contains only minor code improvements. + -- cgit v1.2.3