aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-04-16 16:18:15 +0200
committerEike Ziller <eike.ziller@qt.io>2018-04-17 08:58:58 +0000
commitd75142732658c92303ae56f674276be1638672f0 (patch)
treeec08fe55774b08ee1d8c9155157d1bd78081e75e /dist
parentfefce829ad6b824dd8425ec16bf160c987ca20e3 (diff)
Add first changes file for 4.6.1
Change-Id: Id708d396cfbd285b96f07a1cb4f0b95029879ec8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.1.md77
1 files changed, 77 insertions, 0 deletions
diff --git a/dist/changes-4.6.1.md b/dist/changes-4.6.1.md
new file mode 100644
index 0000000000..091d36ba68
--- /dev/null
+++ b/dist/changes-4.6.1.md
@@ -0,0 +1,77 @@
+Qt Creator version 4.6.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://code.qt.io/qt-creator/qt-creator.git
+ git log --cherry-pick --pretty=oneline v4.6.0..v4.6.1
+
+General
+
+* Locator
+ * Fixed min and max functions when using more than two arguments
+ in JavaScript filter (QTCREATORBUG-20167)
+
+Editing
+
+* Fixed crash when closing file with generic highlighting (QTCREATORBUG-20247)
+
+All Projects
+
+* Fixed that `.qrc` files were not listed as project files in Locator and
+ searches (QTCREATORBUG-20220)
+
+QMake Projects
+
+* Fixed that run and build buttons could stay disabled after project parsing
+ (QTCREATORBUG-20203)
+
+CMake Projects
+
+* Fixed that build steps for `clean` were missing (QTCREATORBUG-19823)
+
+Qbs Projects
+
+* Fixed performance issue (QTCREATORBUG-20175)
+
+C++ Support
+
+* Clang Code Model
+ * Fixed issue with parsing type_traits from GCC 7 (QTCREATORBUG-18757)
+ * Fixed warnings about unknown warning options (QTCREATORBUG-17460)
+ * Fixed wrong warning about overriding files from precompiled headers
+ (QTCREATORBUG-20125)
+
+QML Support
+
+* Made Qt 5.11 known to wizards
+
+Debugging
+
+* Fixed pointer address value for arrays
+* QML
+ * Fixed that `console.info` was not shown in Debugger Console
+ (QTCREATORBUG-20117)
+
+QML Profiler
+
+* Fixed issue with spaces in path (QTCREATORBUG-20260)
+
+Qt Quick Designer
+
+* Fixed issue with `AbstractButton` enums
+* Fixed issue with deferred properties
+
+Test Integration
+
+* Fixed issue with non-ASCII characters in Qt Quick test output
+ (QTCREATORBUG-20105)
+
+Platform Specific
+
+Android
+
+* Fixed deployment issue for 32-bit applications (QTCREATORBUG-20084)
+* Fixed crash when trying to set up a broken NDK (QTCREATORBUG-20217)
+* Fixed debugging on Android 8 or later