aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/configurations
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2018-06-25 13:17:16 +0300
committerAntti Kokko <antti.kokko@qt.io>2018-06-25 11:21:28 +0000
commitc93fb72040a67df3b7db65ecacd801cab058ba46 (patch)
tree5c7abb047cfa0c74ac054756a6065881e899594e /packaging-tools/configurations
parent1dd38fb09eae8986807289b33f1a85caf49ea30d (diff)
Bump qt.installer.changelog version and update it for 3.0.5 release
Use version substitution instead of hard coded version in the component template. Change-Id: I3f9ac482c69a9736a826ad292be47185d193107b Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
Diffstat (limited to 'packaging-tools/configurations')
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/data/installer-changelog32
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/meta/package.xml2
2 files changed, 33 insertions, 1 deletions
diff --git a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/data/installer-changelog b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/data/installer-changelog
index ab4dfb1ae..2f91e99bf 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/data/installer-changelog
+++ b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/data/installer-changelog
@@ -1,4 +1,36 @@
****************************************************************************
+* 3.0.5 *
+****************************************************************************
+- Installer-Framework (MaintenanceTool and installers) built against Qt5.9.5
+- Improved metadata download:
+ -> Metadata downloaded in smaller chunks
+ -> Metadata download amount decreased by skipping the empty 7z download
+ -> Metadata warning log only in verbose mode
+- Fixed incorrect package uninstall (QTIFW-1114)
+
+****************************************************************************
+* 3.0.4 *
+****************************************************************************
+- Added User-Agent parameter to network headers when communicating with
+ installer backend
+- Fixed installer crash at the end of install
+- Proxy usage fixes
+- Added new --no-proxy option for Installer and MaintenanceTool
+
+****************************************************************************
+* 3.0.2-1 *
+****************************************************************************
+- Fixed crash when install deactivation failed in the end of uninstall.
+- Fixed crashes when downloadable package is missing (QTIFW-1064)
+
+****************************************************************************
+* 3.0.2 *
+****************************************************************************
+- Installer-Framework (MaintenanceTool and installers) built against Qt5.9.0
+- Removed hard coded root repository urls from config.xml.
+ All repository url's are now fetched from server
+
+****************************************************************************
* 2.0.4-2 *
****************************************************************************
- Installer-Framework (MaintenanceTool and installers) built against Qt5.6.2
diff --git a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/meta/package.xml
index 8816aac5b..16d283f24 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.installer.changelog/meta/package.xml
@@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Changelog</DisplayName>
<Description></Description>
- <Version>1.0.2</Version>
+ <Version>%MAINTENANCE_TOOL_VERSION%</Version>
<Virtual>true</Virtual>
<AutoDependOn>qt</AutoDependOn>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>