summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-10-27 10:02:12 +0200
committerAndre Hartmann <aha_1980@gmx.de>2020-10-28 08:29:57 +0100
commit1aa9b03756baead139943712839af5ecedeb2989 (patch)
tree09f2fcc0839cf07d2339695ef879c3d5c7e52e1d
parente1dd42f75c6d6a7330585cfc7efe6b0d61c94337 (diff)
Add changes file for Qt 5.15.2v5.15.2
- 6ffb1885404fb0d926874c7a648169dfbe5e1025 Add changes file for Qt 5.15.1 + a69e258f0307833dc75deef930021fc8413e4d9d Bump version + f49a99f03608f5eb294896a4a039bc9badbc64c6 SocketCAN: Fix loading libsocketcan on Debian + e1dd42f75c6d6a7330585cfc7efe6b0d61c94337 Add changes file for Qt 5.12.10 Pick-to: dev 5.15 Change-Id: I4bd235acb097fd7147f8177438a403385d113fcf Reviewed-by: André Hartmann <aha_1980@gmx.de>
-rw-r--r--dist/changes-5.15.225
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2
new file mode 100644
index 0000000..dbef3fc
--- /dev/null
+++ b/dist/changes-5.15.2
@@ -0,0 +1,25 @@
+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.
+
+****************************************************************************
+* SocketCAN *
+****************************************************************************
+
+ - [QTBUG-87328] Fixed that libsocketcan could not be loaded when no
+ symlink libsocketcan.so -> libsocketcan.so.2 was present.