aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.3.1.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-05-29 12:17:26 +0200
committerEike Ziller <eike.ziller@qt.io>2017-05-29 12:47:16 +0000
commit152c6d6c7005935ee5f076024db9d69511e4a9ea (patch)
tree56bd5c2f0bdb33995eabd8dc2e240afc75c139db /dist/changes-4.3.1.md
parent1c54b84855d7b640f1639079214f9745c241519d (diff)
Add changes file for 4.3.1
Change-Id: Ie98600d794c179285f93f23fbe82605d6a5f0512 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist/changes-4.3.1.md')
-rw-r--r--dist/changes-4.3.1.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/dist/changes-4.3.1.md b/dist/changes-4.3.1.md
new file mode 100644
index 0000000000..e8412e0259
--- /dev/null
+++ b/dist/changes-4.3.1.md
@@ -0,0 +1,31 @@
+Qt Creator version 4.3.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 v4.3.0..v4.3.1
+
+Version Control Systems
+
+* Git
+ * Fixed that ref names were missing for `Show`
+* Gerrit
+ * Fixed parsing output from Gerrit 2.14
+
+Platform Specific
+
+Windows
+
+* Fixed checking whether example should be copied to writable location
+ (QTCREATORBUG-18184)
+
+WinRT
+
+* Fixed running MSVC 2017 based applications (QTCREATORBUG-18288)
+
+iOS
+
+* Fixed crash that could occur at startup while device is connected
+ (QTCREATORBUG-18226)