blob: cf5fc2f8f0276c3031e8a1a5298e1bbb7f65db12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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
|