mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 06:04:30 +00:00
Prepare 3.1.1 release
Change-Id: I4aae0b0a95cfdb94c608001b3d636cf2c535c4f6 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
parent
a499b3d85e
commit
e10545f37c
@ -1,3 +1,11 @@
|
||||
3.1.1
|
||||
- Add fetch to the same pane with package categories (QTIFW-1284)
|
||||
- Change text in Select Components view when selection of components is not possible (QTIFW-1241)
|
||||
- Fix long description texts not properly shown by enabling scrolling (QTIFW-1308)
|
||||
- Fix install button string having a font name in French translation (QTIFW-1333)
|
||||
- Fix maintenancetool size (QTIFW-1322)
|
||||
- Update Russian translation
|
||||
|
||||
3.1.0
|
||||
- Fix wizard's maximum size not to exceed screen maximum size (QTIFW-1227)
|
||||
- Allow maintenancetool signing in Windows (QTIFW-667)
|
||||
|
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.1.0</Title>
|
||||
<Version>3.1.0</Version>
|
||||
<Title>Qt Installer Framework 3.1.1</Title>
|
||||
<Version>3.1.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.1.0</TargetDir>
|
||||
<TargetDir>@HomeDir@/Qt/QtIFW-3.1.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.1.0</Version>
|
||||
<ReleaseDate>2019-01-06</ReleaseDate>
|
||||
<Version>3.1.1</Version>
|
||||
<ReleaseDate>2019-05-02</ReleaseDate>
|
||||
<Default>True</Default>
|
||||
</Package>
|
||||
|
@ -2,8 +2,8 @@
|
||||
<Package>
|
||||
<DisplayName>Qt Installer Framework</DisplayName>
|
||||
<Description>Installs the Qt Installer Framework.</Description>
|
||||
<Version>3.1.0</Version>
|
||||
<ReleaseDate>2019-01-06</ReleaseDate>
|
||||
<Version>3.1.1</Version>
|
||||
<ReleaseDate>2019-05-02</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.1.0
|
||||
IFW_VERSION = 0x030100
|
||||
IFW_VERSION_STR = 3.1.1
|
||||
IFW_VERSION = 0x030101
|
||||
|
||||
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
|
||||
IFW_NEWLINE = $$escape_expand(\\n\\t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user