aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-07-28 15:28:49 +0200
committerEike Ziller <eike.ziller@qt.io>2022-07-28 15:28:49 +0200
commit0dd8dc5cb7446d34e4d700310165a7736462293d (patch)
treea596c8027726353857fa1afedfb62697767987cd /dist
parent80b4e6a9107c955c5bba6c47198d0e01dfcad341 (diff)
parent50e6a9669673d6411615dc59171708ef2f016207 (diff)
Merge remote-tracking branch 'origin/8.0'
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