aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2021-03-27 17:36:54 +0100
committerRichard Weickelt <richard@weickelt.de>2021-04-06 11:59:51 +0000
commit4fc55903fac11719641517c55454c9c0f0a86951 (patch)
treed45e651ee25c7bce4f13d54bfb6c1bcf8c09cba5
parenta5c9fa92c86982e0260f691ea27b790748851db6 (diff)
Add changelog for the 1.18.2 releasev1.18.21.18
Change-Id: I950ec79e270e09407312fdad958f067f1db6b32c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.18.2.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/changelogs/changes-1.18.2.md b/changelogs/changes-1.18.2.md
new file mode 100644
index 000000000..5019e491f
--- /dev/null
+++ b/changelogs/changes-1.18.2.md
@@ -0,0 +1,41 @@
+# C/C++ Support
+
+* qbs-setup-toolchains is now able to detect clang-cl properly
+* The Library and Include probes take more paths into account on Linux to better
+ support containerization systems such as Flatpak.
+* Xcode autodetection now uses xcode-select to find Xcode on the system.
+
+
+# Protocol Buffers Support (Protobuf Module)
+
+* A missing nanopb generator file extension on windows has been added.
+* The problem that property _libraryName was incorrect when protobuf was not
+ found has been fixed.
+
+
+# Android Support
+
+* An assertion when building Android applications using additional java classes
+ with native methods has been fixed (QBS-1628).
+
+
+# Qt Support
+
+* A problem related to handling Qt6EntryPoint in the Qt module provider has been
+ fixed.
+
+
+# Infrastructure
+
+* A Qt4 docker image for basic testing has been added.
+
+
+# Contributors
+
+* Christian Kandeler
+* Eike Ziller
+* Ivan Komissarov
+* Jan Blackquill
+* Kai Dohmen
+* Raphaƫl Cotty
+* Richard Weickelt