Updated Changelog

Change-Id: I1f5797c0c1eda033f9ed20725e1885dfc9eeeadd
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
Niels Weber 2014-06-18 13:11:31 +02:00 committed by Karsten Heimrich
parent 8280712df7
commit 036f74baae

View File

@ -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)