summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-06-18 13:11:31 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-18 16:49:35 +0200
commit036f74baae63c375202783add05e87f833fc10a3 (patch)
tree4a8114b8579f555c894ddf7cfd8da8101735fe79 /Changelog
parent8280712df738ea8e47cfbe14b491df32a162bf66 (diff)
Updated Changelog
Change-Id: I1f5797c0c1eda033f9ed20725e1885dfc9eeeadd Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog20
1 files changed, 18 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 28745bd3b..584475a3b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,21 @@
-2.0
-- Change the default value of AllowSpaceInPath in config.xml to true
+2.0.0
+- Require Qt 5.3 as a minimal version, Qt 4 code removed.
+- Changed the default value of AllowSpaceInPath in config.xml to true.
+- Made cycles in component dependencies fatal.
+- Respect AllowSpaceInPath everywhere.
+- Fixed crash while canceling the meta data unzip task.
+- Fixed replacing of the maintenance tool binary.
+- Introduced new classes for client-server communication.
+- Replaced qscript with js engine.
+- Added an example how to use dynamic pages.
+- Provided an API to get all wizard pages from java script. (QTIFW-477)
+- Made the installer binary paths available for scripts. (QTIFW-424)
+- Various bugs fixed.
+- Improved documentation.
+- Documentation fixes
+- Only support Qt 5 on documentation side as well.
+
+Thanks go to Sze Howe Koh for contributions.
1.6.0
- No longer requires Xcode command line tools on Mac. (QTBUG-38015)