aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-08-24 12:20:54 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-08-27 04:07:26 +0000
commit3621223c1f81dea54e93af81b81c75426941365c (patch)
treeb702adfacd413abfab29bb1d00200452d85e571f
parent32b7e00d6da531dabc231af17c70e3bc06f823e3 (diff)
Add changes file for Qt 5.15.1v5.15.1
+ b80262f9d844b01c713c7df32754fc8194de900f Docs: Add a snippet for findClass usage + 9dc12a9289d542fabed8a30ad347ed80e471f93b Add Android services examples + 79f643e6f9f91015e18605854161e96ed12730a3 Add Android Service examples with Remote Objects + 174da8f65245ae4f9333dc169d60fbdf3003f1ea Add example to show how to work with activities and handle their result + 73684040207ce0cbb782dda5dc27cb8ac71243b3 Add example to demonstrate working with custom Java objects/ArrayList + 32b7e00d6da531dabc231af17c70e3bc06f823e3 Bump version Pick-to: dev 5.15 Change-Id: I15709d94be819bba1ad317ceff18850152f95153 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--dist/changes-5.15.128
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1
new file mode 100644
index 0000000..6e03bb7
--- /dev/null
+++ b/dist/changes-5.15.1
@@ -0,0 +1,28 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/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.
+
+ - This release contains only minor code improvements.
+ - Added examples for:
+ - Android service in the same process.
+ - Android Services with BroadcastReceiver.
+ - Android Service with QAndroidBinder.
+ - Android Service with Qt Remote Objects.
+ - Using Activities and handling their result within Qt.
+ - Using custom Java objects/ArrayList between Java and Qt.
+