aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-09-26 04:11:54 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2021-09-28 16:00:34 +0000
commit4592eff289852e3e5a81596d1cc6b0c2488e6bc0 (patch)
treecb6277d8c7713eef23b39c4bfe651447f57061a9
parenta3c1c1693f3a8d4623d1484bd1461cf589d5ef21 (diff)
Add changelog for the 1.20.1 releasev1.20.1
Change-Id: I92fa6134442cad7fdb293f8f3f75e5134b2ce18a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.20.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/changes-1.20.1.md b/changelogs/changes-1.20.1.md
new file mode 100644
index 000000000..a33ed044b
--- /dev/null
+++ b/changelogs/changes-1.20.1.md
@@ -0,0 +1,12 @@
+# General
+
+* Fixed target linker flags on FreeBSD (QBS-1312).
+* Fixed file time precision on FreeBSD.
+* Added additional logging to the Qt module provider when no qmakes were found.
+* Some fixes to CMake build.
+* Fixed incorrect usage of the qmlcachegen binary (QBS-1676).
+
+# Android Support
+
+* Added stripping for release builds.
+* Fix generation of aab packages.