summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-03-09 12:11:17 +0100
committerEike Ziller <eike.ziller@qt.io>2017-03-09 12:14:55 +0100
commitcec29f34eaa286103978167ac30c429c4bd16a68 (patch)
treeb9383e19c93a80936c217600c3c4786512687cb8 /dist
parent34c16ed7bcd6c222839a05aee8cfa911e92fa918 (diff)
parent33fa4b401c8e4f49cbee3bd31c7c21ade37faf6d (diff)
downloadqt-creator-cec29f34eaa286103978167ac30c429c4bd16a68.tar.gz
Merge remote-tracking branch 'origin/4.2' into 4.3
Conflicts: doc/src/qtcreator.qdoc tests/system/suite_general/suite.conf Change-Id: Ia298b177d6920a1d853e342b62cf98f7c48a278a
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.2.2.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/dist/changes-4.2.2.md b/dist/changes-4.2.2.md
index 842274a885..89325072e5 100644
--- a/dist/changes-4.2.2.md
+++ b/dist/changes-4.2.2.md
@@ -7,6 +7,14 @@ 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 v4.2.1..v4.2.2
+All Projects
+
+* Fixed available kits after selecting Qt 5.8 as minimal required version
+ in wizard (QTCREATORBUG-17574)
+* Fixed that `Run in terminal` was sometimes ignored (QTCREATORBUG-17608)
+* Fixed that `This file is not part of any project` was shown in editor after
+ adding new file to project (QTCREATORBUG-17743)
+
Qt Support
* Fixed ABI detection of static Qt builds
@@ -14,6 +22,18 @@ Qt Support
Qbs Projects
* Fixed duplicate include paths (QTCREATORBUG-17381)
+* Fixed that generated object files where shown in Locator and Advanced Search
+ (QTCREATORBUG-17382)
+
+C++ Support
+
+* Fixed that inline namespaces were used in generated code (QTCREATORBUG-16086)
+
+Debugging
+
+* GDB
+ * Fixed performance regression when resolving enum names
+ (QTCREATORBUG-17598)
Version Control Systems
@@ -23,3 +43,20 @@ Version Control Systems
when using `git grep`
* Fixed discarding changes before performing other actions (such as Pull)
(QTCREATORBUG-17156)
+
+Platform Specific
+
+Android
+
+* Fixed that installing package with lower version number than already installed
+ package silently failed (QTCREATORBUG-17789)
+* Fixed crash when re-running application after stopping it (QTCREATORBUG-17691)
+
+iOS
+
+* Fixed running applications on devices with iOS 10.1 and later
+ (QTCREATORBUG-17818)
+
+BareMetal
+
+* Fixed debugging with OpenOCD in TCP/IP mode on Windows (QTCREATORBUG-17765)