From 28316fbb7efb95f7d0a3cdee4f601f1190f598aa Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Fri, 1 Jun 2018 09:53:20 +0300 Subject: Prepare 3.0.5 release Change-Id: I1e2314b5cfb30bb5ccae214e28a894e9a1bea661 Reviewed-by: Iikka Eklund --- Changelog | 6 ++++++ dist/config/config.xml | 6 +++--- dist/packages/org.qtproject.ifw.binaries/meta/package.xml | 4 ++-- installerfw.pri | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index af16fa1ce..e533861e3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +3.0.5 +- Decrease metadata dowload amount (QTIFW-975) +- Print component warnings only in verbose mode (QTIFW-975) +- Fix nested autodependency uninstall (QTIFW-1114, QTBUG-67106) +- Fix crash in updater if component does not exist anymore (QTIFW-1140) + 3.0.4 - Fix infinite wait if downloadable package is missing (QTIFW-1064) - Fix the maintenancetool that failing to elevate to admin (QTIFW-1010) diff --git a/dist/config/config.xml b/dist/config/config.xml index 515aa4b18..ca10c8ad2 100644 --- a/dist/config/config.xml +++ b/dist/config/config.xml @@ -1,13 +1,13 @@ Qt Installer Framework - Qt Installer Framework 3.0.4 - 3.0.4 + Qt Installer Framework 3.0.5 + 3.0.5 Qt Project http://qt-project.org watermark.png Uninstaller - @HomeDir@/Qt/QtIFW-3.0.4 + @HomeDir@/Qt/QtIFW-3.0.5 diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml index d571b887d..2529ba2f0 100644 --- a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml +++ b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml @@ -2,7 +2,7 @@ Qt Installer Framework Binaries Installs the binaries, examples and help files. - 3.0.4 - 2018-03-20 + 3.0.5 + 2018-06-01 True diff --git a/installerfw.pri b/installerfw.pri index cb37042d6..900ea211f 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -3,8 +3,8 @@ } IFW_PRI_INCLUDED = 1 -IFW_VERSION_STR = 3.0.4 -IFW_VERSION = 0x030004 +IFW_VERSION_STR = 3.0.5 +IFW_VERSION = 0x030005 IFW_REPOSITORY_FORMAT_VERSION = 1.0.0 IFW_NEWLINE = $$escape_expand(\\n\\t) -- cgit v1.2.3