summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-12-12 14:52:24 +0100
committerKai Koehne <kai.koehne@digia.com>2013-12-12 16:57:48 +0100
commit9c004257e42bf52cd19ba6629f95918b23146d31 (patch)
tree087934d808750207989333f65f84fdb189e9e52b /Changelog
parentbb1b3384fb99224073e97a022255b0317eca9504 (diff)
Updated Changelog.
Change-Id: I74d947784b95ef6d79943ea3b174b6fe4525b67d Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d1dcaa107..df162b1e9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,20 @@
+1.5.0
+- Fixed generation of random temp directory name. (QTIFW-427)
+- Now reuses http proxy settings for https.
+- Allow a page to force showing the settings button.
+- Read qmake output even if it crashed.
+- Implemented factory to be able to insert wizard pages dynamically.
+- Open a console window (Windows) to show the verbose output. (QTIFW-403)
+- Added new settingsoperation.
+- Offline installer do not require any temporary space.
+- Now .dmg files are named after the application bundle on Mac OS X.
+- Introduced ApplicationsDir variable. (QTIFW-258)
+- Now never delete the install directory if it's not empty.
+- Environment variables changes are now propagated to the system. (QTIFW-391)
+- Build installers with accessibility plugin. (QTBUG-34296)
+- Improved documentation.
+- Minor bugfixes.
+
1.4.1
- Added support to pass a query string when downloading archives. (QTIFW-329)
- Fixed progress display for redirected HTTP Downloads. (QTIFW-267)