summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:11 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-28 11:48:36 +0000
commitc0a4a9da178520c59c761d1b1414c3e0d2f067dc (patch)
tree563449a9b28857c584b612201f7a793614c43c0c /dist
parent9b7c29a44b23d2ea01091830e277e3941ac48af9 (diff)
downloadqtdoc-c0a4a9da178520c59c761d1b1414c3e0d2f067dc.tar.gz
Add changes file for Qt 5.15.2
- d090008ce51f995c87b7a5cd9f7cf47dda1865b3 Add changes file for Qt 5.15.1 + 6ab3f6199bd74726143efa0db4a697d7d9fda460 Android: update docs, and remove few duplicates - 5313fada1d847bd4c4872ed338cadab46189cc4a Document Third-Party Code changes in 5.15.1 - b452310a1366f3422d6a7cf98d3b85562218759a Restore macOS supported platforms documentation + 684cf652c8b0e58ec33125197cf0918091ceb097 Tweak CMake "hello world" + 7e47a90ba78972c1d85eed28563206ca0f34a40b Remove 'Open Source Licensing of Qt' page + 433c92b655a62609e06c109ab0ecaeb73ab152d9 Doc: fix dead links + e3333439a4ebd6a765bb148d94319138610b7535 Update QDoc source code location + 2e1697578072216795d1a3642c7bfbcb0a381fbc Bump version + dbec3ef48a1bb5ba17c4a2ddc486fbd23b3ab006 Add changes file for Qt 5.12.10 + 85d3a019f854d16c07e5d3cac1c617aa50626bba Android: update android building and getting started pages Change-Id: I691087f7528039a4e4e92b8ad0bd452b14c1948d Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit ca96e917bd3712e359dc6953d37e2f751079ee04) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.15.238
1 files changed, 38 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 00000000..d4df5f8b
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,38 @@
+Qt 5.15.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ https://doc.qt.io/qt-5.15/index.html
+
+The Qt version 5.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.
+
+****************************************************************************
+* Important Behavior Changes *
+****************************************************************************
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-87070] Android: update android building and getting started pages
+ Better organize few sections and provide updated commands for
+ building for Linux and Windows. Also, remove/update few links and
+ phrases and examples list.
+ The bug was: Document running and building Qt with CMake
+ - [QTBUG-84935] Document Third-Party Code changes in 5.15.1
+ The changes where obtained by running qtattributionsscanner
+ -output-format json in the sources of both Qt 5.15.0 and Qt 5.15.1
+ checkouts, and diff'ing these.
+ The bug was: Document Third-Party Code changes in the release
+