aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-01-30 14:44:56 +0100
committerEike Ziller <eike.ziller@qt.io>2017-01-30 15:16:34 +0000
commitab8cb46ab5d23368bee0e7858b05357c5b67d1a8 (patch)
tree3f6694565abdac6f450bb3249506d61c4beeee8b /dist
parent326d40dde1c6267cda6fa76949c9506f33cd703e (diff)
Add changes file for 4.2.2
Change-Id: I36e7564c63c3021f863f343c7c216d9b2df2f1ea Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.2.2.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/changes-4.2.2.md b/dist/changes-4.2.2.md
new file mode 100644
index 0000000000..f3ed405838
--- /dev/null
+++ b/dist/changes-4.2.2.md
@@ -0,0 +1,21 @@
+Qt Creator version 4.2.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 v4.2.1..v4.2.2
+
+Qt Support
+
+* Fixed ABI detection of static Qt builds
+
+Qbs Projects
+
+* Fixed duplicate include paths (QTCREATORBUG-17381)
+
+Version Control Systems
+
+* Gerrit
+ * Fixed crash when committing and pushing to Gerrit (QTCREATORBUG-17634)