From 567c6eb8759436a94835d06cf209956229265220 Mon Sep 17 00:00:00 2001
From: Eike Ziller <eike.ziller@theqtcompany.com>
Date: Wed, 18 Feb 2015 16:25:12 +0100
Subject: [PATCH] Add changes-3.3.1

Change-Id: I56d0e82f69e604aca3dc65940218ed471d203516
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
---
 dist/changes-3.3.1 | 50 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
 create mode 100644 dist/changes-3.3.1

diff --git a/dist/changes-3.3.1 b/dist/changes-3.3.1
new file mode 100644
index 00000000000..4a1c4af81a9
--- /dev/null
+++ b/dist/changes-3.3.1
@@ -0,0 +1,50 @@
+Qt Creator version 3.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://gitorious.org/qt-creator/qt-creator.git
+git log --cherry-pick --pretty=oneline v3.3.0..v3.3.1
+
+Editing
+   * Fixed crash with some highlighting files (QTCREATORBUG-13883)
+
+CMake Projects
+   * Fixed include completion (QTCREATORBUG-13567)
+   * Fixed highlighting for CMake files (QTCREATORBUG-13588)
+
+C++ Support
+   * Fixed comment continuation (QTCREATORBUG-13415)
+   * Fixed Convert to Pointer refactoring action for auto variables
+     (QTCREATORBUG-13605)
+   * Fixed that triggering refactoring actions from the context menu
+     worked only if the text cursor was set first (QTCREATORBUG-13388)
+   * Fixed crash if no kits are available (QTCREATORBUG-13730)
+   * Fixed infinite loop when parsing some files (QTCREATORBUG-13703)
+   * Fixed crash when #if nesting is deeper than 512 levels
+
+Version Control Systems
+   * Git
+      * Fixed reverting chunks in diff viewer when diff.mnemonicprefix is set
+        (QTCREATORBUG-13782)
+   * ClearCase
+      * Fixed that check out was requested even though the file was already
+        checked out (QTCREATORBUG-13782)
+
+Code Pasting
+   * Fixed pasting to pastebin.ca (QTCREATORBUG-13802)
+
+Platform Specific
+
+OS X
+   * Fixed dropping files from Finder onto Qt Creator (QTBUG-40449)
+
+Android
+   * Fixed crash when removing auto-detected kits (QTCREATORBUG-13736)
+   * Fixed debugging applications that link many modules (QTCREATORBUG-13691)
+
+WinRT
+   * Fixed installing custom files into package root (QTCREATORBUG-13835)
+   * Fixed occasional crashes when debugging
+
-- 
GitLab