aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.1.1
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-05-19 16:40:22 +0200
committerEike Ziller <eike.ziller@digia.com>2014-05-19 16:44:57 +0200
commita0c7ee35206ae31f56a3aa29c7b1b1b9c606c901 (patch)
tree3fcd57012d3cadae7e2c9cc32db6d69d7ff6a33a /dist/changes-3.1.1
parentf0a04d7ab5614df8b8141243c7fb92a9d1a1fade (diff)
Add changes file for 3.1.1
Change-Id: Id32ed8816ee8f67ffde1daaee3fd5c2d83448f95 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'dist/changes-3.1.1')
-rw-r--r--dist/changes-3.1.152
1 files changed, 52 insertions, 0 deletions
diff --git a/dist/changes-3.1.1 b/dist/changes-3.1.1
new file mode 100644
index 0000000000..f3023e5691
--- /dev/null
+++ b/dist/changes-3.1.1
@@ -0,0 +1,52 @@
+Qt Creator version 3.1.1 is a bugfix release.
+
+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.1.0..v3.1.1
+
+General
+ * Fixed editing of MIME types while filtering is applied
+ (QTCREATORBUG-12149)
+
+Managing and Building Projects
+ * Fixed performance regression in Issues pane (QTCREATORBUG-12109)
+
+Qbs Projects
+ * Fixed support for VS2013 compiler (QTCREATORBUG-11025)
+
+C++ Support
+ * Fixed issue with missing semantic highlighting (QTCREATORBUG-11367)
+
+Qt Quick Designer
+ * Fixed several UI issues (QTCREATORBUG-12040, QTCREATORBUG-12035,
+ QTCREATORBUG-11904, QTCREATORBUG-12018)
+ * Fixed anchor and alignment handling (QTCREATORBUG-12006)
+
+Diff Viewer
+ * Fixed crash when showing binary file containing carriage return character
+ (QTCREATORBUG-12056)
+
+Version Control Systems
+ * Git
+ * Fixed encoding issues on Window
+ * Fixed crash when closing Qt Creator after revert (QTCREATORBUG-12099)
+
+FakeVim
+
+Platform Specific
+
+QNX
+ * Fixed crash when no device is configured (QTCREATORBUG-12143)
+ * Fixed Qt environment settings for running on devices (QTCREATORBUG-12171)
+
+Android
+ * Fixed selection of Ant executable on OS X (QTCREATORBUG-12184)
+
+iOS
+ * Fixed parsing of build issues
+ * Added warning if provisioning profile does not contain selected device
+ (QTCREATORBUG-12175)
+