From 7c61e936ce3bce473f9caed27dae415c79bab27d Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 28 Oct 2019 14:46:05 +0100 Subject: [PATCH] Add changes file for 4.10.2 Change-Id: Iff349ba25a757f4791457a51a19d171d03e8a234 Reviewed-by: Leena Miettinen --- dist/changes-4.10.2.md | 68 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 dist/changes-4.10.2.md diff --git a/dist/changes-4.10.2.md b/dist/changes-4.10.2.md new file mode 100644 index 00000000000..05211d2a8c0 --- /dev/null +++ b/dist/changes-4.10.2.md @@ -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