summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2017-06-26 08:45:38 +0300
committerKatja Marttila <katja.marttila@qt.io>2017-06-26 06:11:42 +0000
commit947ca71af0b3013727a47394d2bf3a8641f0c27b (patch)
tree6ebb83b4e71f4c724f502811862abada445a57d7
parentd7ada4e0d84c48ff53de9c65d101b957b68236e8 (diff)
Prepare 3.0.1 release
Change-Id: I799de5aa50040aea159d9f13209e73d19ffed9d7 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--Changelog8
-rw-r--r--dist/config/config.xml6
-rw-r--r--dist/packages/org.qtproject.ifw.binaries/meta/package.xml4
-rw-r--r--dist/packages/org.qtproject.ifw/meta/package.xml4
-rw-r--r--installerfw.pri4
5 files changed, 17 insertions, 9 deletions
diff --git a/Changelog b/Changelog
index 6d9908a2f..d97dfc8e1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+3.0.1
+- Fix install type if --online-only passed to binarycreator
+- Fix install fail if there are missing repositories
+- Fix Component Name visibility in maintenancetool
+- Adminauthorization freeze fixed under unix (QTIFW-934)
+- Enable high-DPI scaling (QTBUG-61122)
+- Fix maintenance tool update with silentUpdate (QTIFW-976)
+
3.0.0
- Change required Qt version, minimum version is now 5.6.2.
- Clarify the add/remove components string to make it clearer
diff --git a/dist/config/config.xml b/dist/config/config.xml
index 2a916866b..f7d09e9d5 100644
--- a/dist/config/config.xml
+++ b/dist/config/config.xml
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<Installer>
<Name>Qt Installer Framework</Name>
- <Title>Qt Installer Framework 3.0.0</Title>
- <Version>3.0.0</Version>
+ <Title>Qt Installer Framework 3.0.1</Title>
+ <Version>3.0.1</Version>
<Publisher>Qt Project</Publisher>
<ProductUrl>http://qt-project.org</ProductUrl>
<Watermark>watermark.png</Watermark>
<MaintenanceToolName>Uninstaller</MaintenanceToolName>
<!-- Tweaked for windows in installscript.qs -->
- <TargetDir>@HomeDir@/Qt/QtIFW-3.0.0</TargetDir>
+ <TargetDir>@HomeDir@/Qt/QtIFW-3.0.1</TargetDir>
</Installer>
diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
index 2e0dac0f8..71c32421c 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 @@
<Package>
<DisplayName>Qt Installer Framework Binaries</DisplayName>
<Description>Installs the binaries, examples and help files.</Description>
- <Version>3.0.0</Version>
- <ReleaseDate>2017-03-29</ReleaseDate>
+ <Version>3.0.1</Version>
+ <ReleaseDate>2017-06-27</ReleaseDate>
<Default>True</Default>
</Package>
diff --git a/dist/packages/org.qtproject.ifw/meta/package.xml b/dist/packages/org.qtproject.ifw/meta/package.xml
index d4ba71647..ef97d39f9 100644
--- a/dist/packages/org.qtproject.ifw/meta/package.xml
+++ b/dist/packages/org.qtproject.ifw/meta/package.xml
@@ -2,8 +2,8 @@
<Package>
<DisplayName>Qt Installer Framework</DisplayName>
<Description>Installs the Qt Installer Framework.</Description>
- <Version>3.0.0</Version>
- <ReleaseDate>2017-05-15</ReleaseDate>
+ <Version>3.0.1</Version>
+ <ReleaseDate>2017-06-27</ReleaseDate>
<Licenses>
<License name="The Qt Company GPL Exception 1.0" file="LICENSE.GPL3-EXCEPT" />
<License name="Third Party Code Licenses" file="3RDPARTY" />
diff --git a/installerfw.pri b/installerfw.pri
index 4b2a16ec5..ca2bbaa24 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -3,8 +3,8 @@
}
IFW_PRI_INCLUDED = 1
-IFW_VERSION_STR = 3.0.0
-IFW_VERSION = 0x030000
+IFW_VERSION_STR = 3.0.1
+IFW_VERSION = 0x030001
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t)