summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-10-28 14:46:05 +0100
committerEike Ziller <eike.ziller@qt.io>2019-10-28 15:12:37 +0000
commit7c61e936ce3bce473f9caed27dae415c79bab27d (patch)
treeda6c5da25ebdbb893876c9b5a30616cc64cd5d49
parent41d08cf0332676e2bcd881049f368d2bf72e30f7 (diff)
downloadqt-creator-7c61e936ce3bce473f9caed27dae415c79bab27d.tar.gz
Add changes file for 4.10.2v4.10.2
Change-Id: Iff349ba25a757f4791457a51a19d171d03e8a234 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changes-4.10.2.md68
1 files changed, 68 insertions, 0 deletions
diff --git a/dist/changes-4.10.2.md b/dist/changes-4.10.2.md
new file mode 100644
index 0000000000..05211d2a8c
--- /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