Add changes file for 4.10.2

Change-Id: Iff349ba25a757f4791457a51a19d171d03e8a234
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2019-10-28 14:46:05 +01:00
parent 41d08cf033
commit 7c61e936ce

68
dist/changes-4.10.2.md vendored Normal file
View File

@@ -0,0 +1,68 @@
# Qt Creator 4.10.2
Qt Creator version 4.10.2 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/v4.10.1..v4.10.2
## General
* Added experimental SerialTerminal plugin to prebuilt binaries
## Projects
### CMake
* Fixed issue with deployment to remote Linux devices (QTCREATORBUG-21235)
### Qbs
* Fixed executable path in run configuration when custom installation directory
is specified (QTCREATORBUG-23039)
## Debugging
* Fixed crash when logging output (QTCREATORBUG-22733)
* Fixed crash when removing previously dragged breakpoint (QTCREATORBUG-23107)
* Fixed highlighting of watch item when value changes
## Test Integration
### GTest
* Fixed `Run Under Cursor` (QTCREATORBUG-23068)
### Boost
* Fixed handling of parameterized tests
## Platform Specific
### Windows
* Fixed detection of Visual C++ Build Tools 2015 and MSVC 2010
(QTCREATORBUG-22960)
### iOS
* Fixed deployment to iOS 13 devices (QTCREATORBUG-22950)
## Credits for these changes go to:
Alexis Murzeau
Andre Hartmann
Antonio Di Monaco
Christian Kandeler
Christian Stenger
David Schulz
Eike Ziller
Laurent Montel
Leena Miettinen
Mariana Meireles
Michael Weghorn
Nikolai Kosjar
Vikas Pachdha