aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-02-16 14:13:53 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2022-03-01 10:00:57 +0000
commit58b882945d6faaf928b0f9bd7fcd146935fe758c (patch)
tree2248a7847f688d08a4e7c781345e8d07a463f907
parentab759e7a070f4001d9d8f9c92592f4f90f4a9830 (diff)
Add changelog for 1.22.0v1.22.0
Change-Id: I757fd3f325b8e679da1d473322e26f1ac1d9752c Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Raphaƫl Cotty <raphael.cotty@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.22.0.md31
1 files changed, 31 insertions, 0 deletions
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