summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:12 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-10-28 14:47:22 +0200
commit90cffd49575b075b0dc28440c693753d860fee87 (patch)
treee8ffacbfafb83a7d8058af3b2901d91777ecda6b
parentb616ed1f55e6fa36da34c8f9752c4b661afbc98d (diff)
downloadqtwebchannel-5.15.2.tar.gz
Add changes file for Qt 5.15.2v5.15.25.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 Pick-to: dev 5.15 Change-Id: I60b471286e6170f2b36ac30c46e797d9a88dfdb9 Reviewed-by: Arno Rehn <a.rehn@menlosystems.com>
-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.
+