From ab8cb46ab5d23368bee0e7858b05357c5b67d1a8 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 30 Jan 2017 14:44:56 +0100 Subject: [PATCH] Add changes file for 4.2.2 Change-Id: I36e7564c63c3021f863f343c7c216d9b2df2f1ea Reviewed-by: Leena Miettinen --- dist/changes-4.2.2.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dist/changes-4.2.2.md diff --git a/dist/changes-4.2.2.md b/dist/changes-4.2.2.md new file mode 100644 index 00000000000..f3ed405838c --- /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)