From 58b882945d6faaf928b0f9bd7fcd146935fe758c Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 16 Feb 2022 14:13:53 +0100 Subject: Add changelog for 1.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I757fd3f325b8e679da1d473322e26f1ac1d9752c Reviewed-by: Denis Shienkov Reviewed-by: Raphaƫl Cotty Reviewed-by: Christian Kandeler --- changelogs/changes-1.22.0.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 changelogs/changes-1.22.0.md diff --git a/changelogs/changes-1.22.0.md b/changelogs/changes-1.22.0.md new file mode 100644 index 000000000..5de8a1a21 --- /dev/null +++ b/changelogs/changes-1.22.0.md @@ -0,0 +1,31 @@ +# General +* A new Host service was introduced, providing information about the host system that + used to be available from the qbs module, but did not really belong there. + In addition, some more qbs module properties have moved to the FileInfo service. +* The product variable in Export items now points to the importing product, rather than + the exporting one. +* Probes are now also available in ModuleProvider items. + +# C/C++ Support +* Added support for the Open Watcom toolchain. +* Reduced unneeded re-linking on Linux by ignoring changes to weak symbols in library + dependencies by default. + +# Qt Support +* Android multi-arch packages are supported again wth Qt >= 6.3. +* We now use cpp.systemIncludePaths for Qt headers, so that building Qt applications + no longer triggers warnings from Qt headers unrelated to the user code. + +# Infrastructure +* Added coverage for Digital Mars compiler. +* Added coverage for static Qt builds. + +# Contributors +* Christian Kandeler +* Denis Shienkov +* Ivan Komissarov +* Jan Blackquill +* Leena Miettinen +* Marius Gripsgard +* Mitch Curtis +* Raphael Cotty -- cgit v1.2.3