summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2014-06-18 10:53:31 +0200
committerTim Jenssen <tim.jenssen@digia.com>2014-06-18 10:54:35 +0200
commit8280712df738ea8e47cfbe14b491df32a162bf66 (patch)
tree144acee3e954e60bb1abb1c4d88f360f8440b2a2 /Changelog
parentb707ec04c971c5972967d22f2bc95f9b3fbfb7da (diff)
parentf586369bd5b0a876a148c203b0243a8378b45482 (diff)
Merge remote-tracking branch 'origin/1.6'
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog19
1 files changed, 18 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 8f535d8b0..28745bd3b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,14 +1,31 @@
2.0
- Change the default value of AllowSpaceInPath in config.xml to true
+1.6.0
+- No longer requires Xcode command line tools on Mac. (QTBUG-38015)
+- Use local encoding to parse executable output in ConsumeOutput.
+- Avoid 'Too many open files' on Mac.
+- Fixed HTTP proxy settings not having any effect. (QTIFW-498)
+- Made it possible to calculate dependencies from script. (QTIFW-503)
+- Bugfixes (QTBUG-38343, QTIFW-488)
+- Code cleanup
+
1.5.1
- The checkupdates option handles no-network situations better. (QTIFW-431)
- Fixed random crash while accessing arguments.
- Fixed I18N on Windows.
- Qt5 compatibility fixes.
+- Fixed for path handling on Windows.
+- Fixed preselection of components from another component.
+- Added operationExists method on script side.
+- Unified access to the supported schemes.
+- Implemented missing setNativeArguments wrapper. (QTIFW-310)
+- Fixed banner image not working in dynamic pages. (QTIFW-471)
+- Fixed hang when entering wrong sudo password. (QTIFW-409 and QTIFW-451)
+- Documentation improvements.
- Updated translations.
-Thanks go to Takumi Asaki for contributions.
+Thanks go to Takumi Asaki and Sergey Belyashov for contributions.
1.5.0
- Fixed generation of random temp directory name. (QTIFW-427)