aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-02-18 16:25:12 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-02-19 10:16:46 +0000
commit567c6eb8759436a94835d06cf209956229265220 (patch)
treeae55e9752b3b582b1e847a8c5d322d5274cdbc71
parenta780ddc873b608e1f11f2d91457420720a6d3915 (diff)
Add changes-3.3.1v3.3.1
Change-Id: I56d0e82f69e604aca3dc65940218ed471d203516 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--dist/changes-3.3.150
1 files changed, 50 insertions, 0 deletions
diff --git a/dist/changes-3.3.1 b/dist/changes-3.3.1
new file mode 100644
index 0000000000..4a1c4af81a
--- /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
+