summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:12 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-28 13:07:52 +0000
commiteb348c79dc7e08d52e4a0595dcdb0955229efd97 (patch)
treee4214c10e886f13d7a06e758ccba3d067805a1a7
parentb96777198a310f64c9d213bdd311880c9ab0b6b2 (diff)
downloadqtwebchannel-eb348c79dc7e08d52e4a0595dcdb0955229efd97.tar.gz
Add changes file for Qt 5.15.2
+ 62f2be9de24bd3760f507e3ceda5b5a1a7f3dbec Fix infinite recursion when wrapping a self-contained object twice - 6bc9b38c599cd535191d8f434664b59b8a03de24 Add changes file for Qt 5.15.1 + dd4ea8c5df141872df444af770d1672ed60a2253 Bump version + b616ed1f55e6fa36da34c8f9752c4b661afbc98d Add changes file for Qt 5.12.10 Change-Id: I60b471286e6170f2b36ac30c46e797d9a88dfdb9 Reviewed-by: Arno Rehn <a.rehn@menlosystems.com> (cherry picked from commit 90cffd49575b075b0dc28440c693753d860fee87) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-5.15.234
1 files changed, 34 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 0000000..1a22aa9
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,34 @@
+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 *
+****************************************************************************
+
+
+General
+-------
+
+ - [QTBUG-84007] Fixed infinite recursion when dealing with self contained
+ objects.
+