summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-12-08 15:52:00 +0100
committerEike Ziller <eike.ziller@qt.io>2022-12-09 09:13:44 +0000
commit823eafcda9e469b325d095c0a55efc76c3dfe949 (patch)
tree3a7a22766231f760912eacc64ace685343209acc /dist
parent6a7f5be0eae128eaa16c4459b81cda0302957e85 (diff)
downloadqt-creator-823eafcda9e469b325d095c0a55efc76c3dfe949.tar.gz
Add change log for 9.0.1
And move change log for 8.0.2 to the right location Change-Id: I135018524eccb3601d6371558c07a8a07d963c94 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changelog/changes-8.0.2.md (renamed from dist/changes-8.0.2.md)0
-rw-r--r--dist/changelog/changes-9.0.1.md99
2 files changed, 99 insertions, 0 deletions
diff --git a/dist/changes-8.0.2.md b/dist/changelog/changes-8.0.2.md
index 7dc343604d..7dc343604d 100644
--- a/dist/changes-8.0.2.md
+++ b/dist/changelog/changes-8.0.2.md
diff --git a/dist/changelog/changes-9.0.1.md b/dist/changelog/changes-9.0.1.md
new file mode 100644
index 0000000000..09feba5764
--- /dev/null
+++ b/dist/changelog/changes-9.0.1.md
@@ -0,0 +1,99 @@
+Qt Creator 9.0.1
+================
+
+Qt Creator version 9.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/v9.0.0..v9.0.1
+
+General
+-------
+
+* Improved performance in the context of file path handling
+* Fixed missing `No updates found.` message after looking for updates
+* Fixed loading of custom external tools definitions
+
+Editing
+-------
+
+* Fixed double `*` sign at end of long document names in dropdown
+
+### C++
+
+* Fixed jumping to wrong symbol with `Follow Symbol` (QTCREATORBUG-28452)
+* Fixed display of tab size in code style settings (QTCREATORBUG-28450)
+* Fixed crash after closing settings when opened from indexing progress
+ (QTCREATORBUG-28566)
+* Fixed crash when opening type hierarchy (QTCREATORBUG-28529)
+
+Projects
+--------
+
+### CMake
+
+* Fixed that build environment was not migrated to the new configuration
+ environment (QTCREATORBUG-28372)
+* Fixed handling of `inherits` for deeper hierarchies (QTCREATORBUG-28498)
+
+Debugging
+---------
+
+* Fixed handling of macros in source path mapping (QTCREATORBUG-28484)
+
+### GDB
+
+* Fixed pretty printer of `std::string` from `libc++` (QTCREATORBUG-28511)
+
+### CDB
+
+* Fixed source path mapping (QTCREATORBUG-28521)
+
+Analyzer
+--------
+
+### Clang
+
+* Fixed crash when clearing selection in settings (QTCREATORBUG-28524)
+
+Test Integration
+----------------
+
+### Google Test
+
+* Fixed debugging (QTCREATORBUG-28504)
+
+Platforms
+---------
+
+### Linux
+
+* Fixed wrong colors with GTK3 platform theme (QTCREATORBUG-28497)
+
+### Docker
+
+* Fixed that working directory for remote processes was not made reachable
+
+Credits for these changes go to:
+--------------------------------
+Alessandro Portale
+André Pönitz
+Artem Sokolovskii
+Christian Kandeler
+Christian Stenger
+Cristian Adam
+David Schulz
+Eike Ziller
+Jaroslaw Kobus
+Kai Köhne
+Kwangsub Kim
+Leena Miettinen
+Marcus Tillmanns
+Orgad Shaneh
+Riitta-Leena Miettinen
+Thomas Hartmann
+Tim Jenssen
+Ulf Hermann