From 3b44cb4c0ae44deb6d5d941038fd9a2348aa8d01 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Fri, 8 Jun 2018 10:00:38 +0300 Subject: Add changes file for Qt 5.11.1 Change-Id: Ib5df75f2d80dd7ad6e5848295b3557b23c398648 Reviewed-by: Miikka Heikkinen --- dist/changes-5.11.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/changes-5.11.1 diff --git a/dist/changes-5.11.1 b/dist/changes-5.11.1 new file mode 100644 index 00000000..030ea3fe --- /dev/null +++ b/dist/changes-5.11.1 @@ -0,0 +1,24 @@ +Qt 5.11.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.11.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.11 series is binary compatible with the 5.10.x series. +Applications compiled for 5.10 will continue to run with 5.11. + +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.11.1 Changes * +**************************************************************************** + + - This release contains only minor code improvements. -- cgit v1.2.3 From 5be5da2f0910150d8dbe7986c68866ede55c2213 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:35:02 +0200 Subject: Doc: Add missing dots (qtdatavis3d) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: I4947e5906049cadcd2aefd7dfb7aee25fea7a778 Reviewed-by: Topi Reiniƶ --- examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc | 2 +- examples/datavisualization/rotations/doc/src/rotations.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc b/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc index bfc49385..f0dea871 100644 --- a/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc +++ b/examples/datavisualization/qmlaxisdrag/doc/src/qmlaxisdrag.qdoc @@ -29,7 +29,7 @@ \example qmlaxisdrag \title Qt Quick 2 Axis Dragging Example \ingroup qtdatavisualization_examples - \brief Implementing axis dragging in QML + \brief Implementing axis dragging in QML. \since QtDataVisualization 1.1 The Qt Quick 2 axis dragging example concentrates on showing how to implement axis range diff --git a/examples/datavisualization/rotations/doc/src/rotations.qdoc b/examples/datavisualization/rotations/doc/src/rotations.qdoc index a2af0c24..5f1b8887 100644 --- a/examples/datavisualization/rotations/doc/src/rotations.qdoc +++ b/examples/datavisualization/rotations/doc/src/rotations.qdoc @@ -29,7 +29,7 @@ \example rotations \title Rotations Example \ingroup qtdatavisualization_examples - \brief Using rotated scatter items + \brief Using rotated scatter items. This example shows how to do the following: -- cgit v1.2.3