From 6f28abfa588d36076ad24f39a17d6752fd070ab6 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Mon, 19 Mar 2018 09:05:19 +0200 Subject: Prepare 3.0.4 release Change-Id: I2a7453e0a2a540a223dbdd5282f63413db5eb30e Reviewed-by: Iikka Eklund --- Changelog | 9 +++++++++ dist/config/config.xml | 6 +++--- dist/packages/org.qtproject.ifw.binaries/meta/package.xml | 4 ++-- installerfw.pri | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index 2e761ea6e..af16fa1ce 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +3.0.4 +- Fix infinite wait if downloadable package is missing (QTIFW-1064) +- Fix the maintenancetool that failing to elevate to admin (QTIFW-1010) +- Fix devtool's segmentation fault when using operation +- Update Japanese translation +- Remove unnecessary warning (QTIFW-1022) +- Fix Mkdir operation in uninstall (QTIFW-1099) +- Enable building IFW with Squish support + 3.0.3 - Set correct proxy type (QTBUG-65143) - Add no-proxy option (QTIFW-1085) diff --git a/dist/config/config.xml b/dist/config/config.xml index 002ec815d..515aa4b18 100644 --- a/dist/config/config.xml +++ b/dist/config/config.xml @@ -1,13 +1,13 @@ Qt Installer Framework - Qt Installer Framework 3.0.3 - 3.0.3 + Qt Installer Framework 3.0.4 + 3.0.4 Qt Project http://qt-project.org watermark.png Uninstaller - @HomeDir@/Qt/QtIFW-3.0.3 + @HomeDir@/Qt/QtIFW-3.0.4 diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml index bc6ed153b..d571b887d 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.3 - 2018-01-30 + 3.0.4 + 2018-03-20 True diff --git a/installerfw.pri b/installerfw.pri index 2b28422ff..cb37042d6 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -3,8 +3,8 @@ } IFW_PRI_INCLUDED = 1 -IFW_VERSION_STR = 3.0.3 -IFW_VERSION = 0x030003 +IFW_VERSION_STR = 3.0.4 +IFW_VERSION = 0x030004 IFW_REPOSITORY_FORMAT_VERSION = 1.0.0 IFW_NEWLINE = $$escape_expand(\\n\\t) -- cgit v1.2.3