mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-09 11:39:34 +00:00
Prepare 3.0.1 release
Change-Id: I799de5aa50040aea159d9f13209e73d19ffed9d7 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
This commit is contained in:
parent
d7ada4e0d8
commit
947ca71af0
@ -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
|
||||
|
6
dist/config/config.xml
vendored
6
dist/config/config.xml
vendored
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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" />
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user