aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-07-28 11:49:45 +0200
committerEike Ziller <eike.ziller@qt.io>2022-07-28 12:58:33 +0000
commit7d3560a209440cf0637928ded8b2677347b5c095 (patch)
treea2242310cab25364eb365a0d99653d75ee275493 /dist
parent8d9fa06577e49ef2a58a291e3cdbfbc6b22d2b1a (diff)
Add change log for 8.0.1
Change-Id: Ifb06ba677bae3eae181c2b9f566e9c42b6290802 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-8.0.1.md58
1 files changed, 58 insertions, 0 deletions
diff --git a/dist/changes-8.0.1.md b/dist/changes-8.0.1.md
new file mode 100644
index 0000000000..cf5fc2f8f0
--- /dev/null
+++ b/dist/changes-8.0.1.md
@@ -0,0 +1,58 @@
+Qt Creator 8.0.1
+================
+
+Qt Creator version 8.0.1 contains bug fixes.
+
+The most important changes are listed in this document. For a complete list of
+changes, see the Git log for the Qt Creator sources that you can check out from
+the public Git repository. For example:
+
+ git clone git://code.qt.io/qt-creator/qt-creator.git
+ git log --cherry-pick --pretty=oneline origin/v8.0.0..v8.0.1
+
+Editing
+-------
+
+### C++
+
+Projects
+--------
+
+### Compilation Database
+
+* Fixed project state when compilation database changes timestamp without
+ changing contents
+
+Platforms
+---------
+
+### macOS
+
+* Fixed crash of user applications that access protected resources
+ (QTCREATORBUG-27962)
+
+### Boot2Qt
+
+* Fixed crash when manually rebooting (QTCREATORBUG-27879)
+
+### QNX
+
+* Fixed debugger startup (QTCREATORBUG-27915)
+
+### Baremetal
+
+* Fixed running and debugging applications (QTCREATORBUG-27972)
+
+Credits for these changes go to:
+--------------------------------
+Alibek Omarov
+André Pönitz
+Christian Kandeler
+Cristian Adam
+Eike Ziller
+Ivan Komissarov
+Jaroslaw Kobus
+Mahmoud Badri
+Mats Honkamaa
+Oswald Buddenhagen
+Thomas Hartmann