From 5abd497a56efde2dc8f4d2e9079f677cff80cc13 Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Thu, 21 Jan 2016 09:18:11 +0200 Subject: Update Changelog for version 2.0.2 Change-Id: Ic7900dec6db93ecab54bb60685326226127ce20a Reviewed-by: Jani Heikkinen Reviewed-by: Niels Weber --- Changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index a7a823618..6e2b0a706 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,18 @@ 2.0.2 +- Doc: Remove dubious sentence from installer.calculateComponentsToUninstall(). +- Update documentation for --runoperation. +- Update the git-archive export options. +- Add alternative option where to read the installer-framework sha1. +- Add sync.profile. +- Add .qt-license-check.exclude and .qt-license-check.optional rules. +- Update license headers. +- Fix target directory check for reserved words on Windows. +- Use QQmlV4Function to correctly get empty parameters from script. (QTIFW-724) +- Fix errors when running updates in a directory requiring elevation. (QTIFW-746) +- Doc: Fix the function name in Controller Scripting page. +- Fix usage of system proxy with credentials. (QTBUG-46547) +- Unify handling of translations. QTIFW-390 +- Init all components with proper install action. (QTIFW-727) - Fix .dat file that gets deleted after multiple component changes on Windows. - Fix maintenance tool upgrade on OS X. - Fix handling of system proxy with credentials. (QTBUG-46547) -- cgit v1.2.3 From 3388e613f2018661dced481bc9aa1c35b2e0531c Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Mon, 21 Mar 2016 10:53:30 +0200 Subject: Update version number for 2.0.3 release Also update the Changelog. Change-Id: I2a74edd32783bdfb01d4706dcbc2d3ae78ac5069 Reviewed-by: Kai Koehne --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 6e2b0a706..92cd9d1ad 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2.0.3 +- Revert "Use QQmlV4Function to correctly get empty parameters from script." +- Fix crash when updating admin installation with user/temp repository (QTIFW-740) +- Compile with Qt 5.5, 5.6. Minimum version is now 5.5. +- Fix compile with namespace'ed Qt. + 2.0.2 - Doc: Remove dubious sentence from installer.calculateComponentsToUninstall(). - Update documentation for --runoperation. -- cgit v1.2.3 From 7093049f8cd821668207fd8254437abf10665273 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Mon, 2 May 2016 12:18:56 +0300 Subject: Update changelog Change-Id: I31ddb526ec76b4b28a457dbb95b1809fb5425395 Reviewed-by: Iikka Eklund --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 92cd9d1ad..7fc5d902d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ 2.0.3 +- Update Japanese translation. +- Make IFW compile with FreeBSD. (QTIFW-841) +- Fix MSVC2015 build. - Revert "Use QQmlV4Function to correctly get empty parameters from script." - Fix crash when updating admin installation with user/temp repository (QTIFW-740) - Compile with Qt 5.5, 5.6. Minimum version is now 5.5. -- cgit v1.2.3