From 6893cdc296fea3b693913ee92ffc916bebd11644 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 24 Aug 2020 12:20:54 +0300 Subject: Add changes file for Qt 5.15.1 + 3efe2e302e49e5e03c96e733ce39a59e8072546f Add missing "override" + 4b6fae67f3889837b37711b65ac21dfc8e8893c2 Remove unused variable + 81e0e5990b1bfec4fcbe49bc37471223fa7a16f1 Fix developer-build with clang 7 + 197f2bcf42be6670eb50162fd3c8d8ec6d306eb3 Fix Qt6 build + 7b696b6e399cea7cde8bf973370f23c324aff6a8 Fix warning about QString::SkipEmptyParts being deprecated + cd7b64a59450069815ded66dca5f407a20cbb6ed Fix Clang 10 warnings about deprecated copy constructors + e73246b0e575a14bd88a84f67543b7e9b50960d5 Fix incorrect iteration over a C array + 9328401245165dd013af7b56d25f4e53f7c5456a Purge uses of legacy cruft before qtbase removes it + 7b92fd72ab325914427dfadcc5f9c02591bda649 Replace Qt::MidButton with Qt::MiddleButton + 4b48bfe133c5a9b5b257373e58c405f37d4b9d03 Bump version + eed38a67e759f660462e5cd233c73f07e0cfb59f Add binary compatibility file for 5.15 for QtLocation Change-Id: I0db08686e5b18f3825d3fa8c138b832538189664 Reviewed-by: Alex Blasche (cherry picked from commit bae290d25a37fddf88f3a6e2e94c3ee68b2cc038) Reviewed-by: Qt Cherry-pick Bot --- dist/changes-5.15.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dist/changes-5.15.1 diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1 new file mode 100644 index 00000000..332ee9d1 --- /dev/null +++ b/dist/changes-5.15.1 @@ -0,0 +1,20 @@ +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. -- cgit v1.2.1