From 6325832551eb332dc02aba2570a0e394dcdd8549 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Tue, 6 Nov 2018 09:42:36 +0200 Subject: Prepare 3.0.6 release Change-Id: Ic85f7342a3a9963e03f6c7fc3efeabb9e49b6962 Reviewed-by: Antti Kokko --- Changelog | 12 ++++++++++++ dist/config/config.xml | 6 +++--- dist/packages/org.qtproject.ifw.binaries/meta/package.xml | 4 ++-- dist/packages/org.qtproject.ifw/meta/package.xml | 4 ++-- installerfw.pri | 4 ++-- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/Changelog b/Changelog index e533861e3..1f3600c11 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,15 @@ +3.0.6 +- Remove 'Your install seems to be corrupted' messagebox (QTIFW-1003) +- Register virtual component for uninstall (QTIFW-1102) +- Optimize ExctractArchiveOperation::fileFinished() (QTBUG-51337) +- Do not reset core data values in restart (QTIFW-504) +- Fix maintenancetool writing in Windows (QTIFW-1096) +- Fix environment variables for XDG paths not being recognized (QTIFW-1043) +- Update german translation file (QTIFW-1084) +- Fix admin query retry (QTIFW-988, QTIFW-1173) +- Fix install fail if there is no metadata (QTIFW-1150) +- Reset meta information download result (QTIFW-1137) + 3.0.5 - Decrease metadata dowload amount (QTIFW-975) - Print component warnings only in verbose mode (QTIFW-975) diff --git a/dist/config/config.xml b/dist/config/config.xml index ca10c8ad2..ce452764f 100644 --- a/dist/config/config.xml +++ b/dist/config/config.xml @@ -1,13 +1,13 @@ Qt Installer Framework - Qt Installer Framework 3.0.5 - 3.0.5 + Qt Installer Framework 3.0.6 + 3.0.6 Qt Project http://qt-project.org watermark.png Uninstaller - @HomeDir@/Qt/QtIFW-3.0.5 + @HomeDir@/Qt/QtIFW-3.0.6 diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml index 2529ba2f0..b6bec2fe9 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.5 - 2018-06-01 + 3.0.6 + 2018-11-07 True diff --git a/dist/packages/org.qtproject.ifw/meta/package.xml b/dist/packages/org.qtproject.ifw/meta/package.xml index 371b0c973..8d66afbbe 100644 --- a/dist/packages/org.qtproject.ifw/meta/package.xml +++ b/dist/packages/org.qtproject.ifw/meta/package.xml @@ -2,8 +2,8 @@ Qt Installer Framework Installs the Qt Installer Framework. - 3.0.2 - 2017-11-21 + 3.0.6 + 2018-11-07 diff --git a/installerfw.pri b/installerfw.pri index 900ea211f..566d046f6 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -3,8 +3,8 @@ } IFW_PRI_INCLUDED = 1 -IFW_VERSION_STR = 3.0.5 -IFW_VERSION = 0x030005 +IFW_VERSION_STR = 3.0.6 +IFW_VERSION = 0x030006 IFW_REPOSITORY_FORMAT_VERSION = 1.0.0 IFW_NEWLINE = $$escape_expand(\\n\\t) -- cgit v1.2.3