From 41f2492a30be21f28c8b0b7b932b886536fc9916 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Tue, 27 Oct 2020 10:02:12 +0200 Subject: Add changes file for Qt 5.15.2 - 5f1dc16bc686851b45beff6f73925e05698eeb09 Add changes file for Qt 5.15.1 + dc798ad59910173b5d4870ebed9bcfbc39d29b8d Bump version + d1fe52bea1ce58d86bfc639f28d0f533a1570ae4 Add changes file for Qt 5.12.10 + 40584f80388ce8eedc6f557d28eb3767b9b5f78b Fix compilation with -no-qml-network Pick-to: dev 5.15 Change-Id: I5c57d0562be53c03c1325c59c7e963963e483a0c Reviewed-by: Friedemann Kleint --- dist/changes-5.15.2 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dist/changes-5.15.2 diff --git a/dist/changes-5.15.2 b/dist/changes-5.15.2 new file mode 100644 index 0000000..60f29a7 --- /dev/null +++ b/dist/changes-5.15.2 @@ -0,0 +1,31 @@ +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 * +**************************************************************************** + + - [QTBUG-87694] Fix compilation with -no-qml-network + Add some #ifdefs, rearrange includes. + The bug was: Qt compilation fails when passing -no-qml-network + -- cgit v1.2.3