aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-12 14:23:49 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-13 09:13:34 +0000
commit816f86635ab8d3352045af3a578e6e9397e4b636 (patch)
treec7f302bbaa38085317a5995acef263f27e2752ec /dist
parent5e4ebde703d923026abb41dbeaf692966740a4fd (diff)
Add change log for 6.0.2
Change-Id: I02cc0f6d18d6743478703f8859b4a63fd8dc85dd Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-6.0.2.md82
1 files changed, 82 insertions, 0 deletions
diff --git a/dist/changes-6.0.2.md b/dist/changes-6.0.2.md
new file mode 100644
index 0000000000..2b75467266
--- /dev/null
+++ b/dist/changes-6.0.2.md
@@ -0,0 +1,82 @@
+Qt Creator 6.0.2
+================
+
+Qt Creator version 6.0.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/v6.0.1..v6.0.2
+
+General
+-------
+
+* Fixed crash in process launcher (QTCREATORBUG-26726)
+
+Editing
+-------
+
+* Fixed that `Select All` scrolled to bottom (QTCREATORBUG-26736)
+* Fixed copying with block selection (QTCREATORBUG-26761)
+
+### C++
+
+* ClangCodeModel
+ * Fixed performance regression of code completion on Windows and macOS
+ (QTCREATORBUG-26754)
+
+### Python
+
+* Fixed working directory for `REPL`
+
+### Modeling
+
+* Fixed missing options in property editor (QTCREATORBUG-26760)
+
+Projects
+--------
+
+* Fixed that closing application in `Application Output` pane killed process
+ even if `Keep Running` was selected
+* Fixed filtering in target setup page (QTCREATORBUG-26779)
+
+### CMake
+
+* Fixed that GUI project wizards did not create GUI applications on Windows and
+ app bundles on macOS
+
+Platforms
+---------
+
+### Linux
+
+* Fixed that commercial plugins linked to libGLX and libOpenGL
+ (QTCREATORBUG-26744)
+
+### macOS
+
+* Fixed crash when switching screen configuration (QTCREATORBUG-26019)
+
+Credits for these changes go to:
+--------------------------------
+Allan Sandfeld Jensen
+André Pönitz
+Antti Määttä
+Christiaan Janssen
+Christian Kandeler
+Christian Stenger
+Cristian Adam
+David Schulz
+Eike Ziller
+Henning Gruendl
+Jaroslaw Kobus
+Knud Dollereder
+Leena Miettinen
+Marco Bubke
+Mats Honkamaa
+Samuel Ghinet
+Tapani Mattila
+Thomas Hartmann
+Tuomo Pelkonen