From e6c28c7fe32de1dca539c987e1c0a26f48ab0483 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Mon, 29 Jan 2018 13:44:11 +0200 Subject: Prepare 3.0.3 release Change-Id: I7f8be5eda5bf2ad1843b6b7243f254bbf3d55f84 Reviewed-by: Iikka Eklund --- Changelog | 8 ++++++++ dist/config/config.xml | 6 +++--- dist/packages/org.qtproject.ifw.binaries/meta/package.xml | 4 ++-- installerfw.pri | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index ac76aef15..2e761ea6e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +3.0.3 +- Set correct proxy type (QTBUG-65143) +- Add no-proxy option (QTIFW-1085) +- Fix maintenancetool icon visibility in Mac (QTIFW-1074) +- Fix EnvironmentVariable operation in Windows (QTIFW-794) +- Fix crash when downloadable package is missing (QTIFW-1064) +- Documentation fixes + 3.0.2 - Add possibility to reopen admin query (QTIFW-988) - Implement package download resume (QTIFW-5) diff --git a/dist/config/config.xml b/dist/config/config.xml index a0e92f9cd..002ec815d 100644 --- a/dist/config/config.xml +++ b/dist/config/config.xml @@ -1,13 +1,13 @@ Qt Installer Framework - Qt Installer Framework 3.0.2 - 3.0.2 + Qt Installer Framework 3.0.3 + 3.0.3 Qt Project http://qt-project.org watermark.png Uninstaller - @HomeDir@/Qt/QtIFW-3.0.2 + @HomeDir@/Qt/QtIFW-3.0.3 diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml index 3589a30ee..ef2ba7720 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.2 - 2017-11-21 + 3.0.3 + 2018-30-01 True diff --git a/installerfw.pri b/installerfw.pri index 9bba83167..2b28422ff 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -3,8 +3,8 @@ } IFW_PRI_INCLUDED = 1 -IFW_VERSION_STR = 3.0.2 -IFW_VERSION = 0x030002 +IFW_VERSION_STR = 3.0.3 +IFW_VERSION = 0x030003 IFW_REPOSITORY_FORMAT_VERSION = 1.0.0 IFW_NEWLINE = $$escape_expand(\\n\\t) -- cgit v1.2.3