Prepare 3.1.2 release

Change-Id: I3e0c2cb9825974ec42940c55d8d9b48afa770d8e
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
This commit is contained in:
Katja Marttila 2019-06-18 07:47:00 +03:00
parent b07d55203b
commit 670e8b69f3
5 changed files with 16 additions and 9 deletions

View File

@ -1,3 +1,10 @@
3.1.2
- Gain admin rights for writing MaintenanceTool config files if needed (QTIFW-1363)
- Update INSTALL file (QTIFW-1185)
- Fix initially deactivated buttons when selecting components to update (QTIFW-1320)
- Fix MaintenanceTool file write permission check on Linux and macOS (QTIFW-1324)
- Fix installer hang on Windows with empty command prompt window appearing (QTIFW-1250)
3.1.1 3.1.1
- Add fetch to the same pane with package categories (QTIFW-1284) - 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) - Change text in Select Components view when selection of components is not possible (QTIFW-1241)

View File

@ -1,13 +1,13 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<Installer> <Installer>
<Name>Qt Installer Framework</Name> <Name>Qt Installer Framework</Name>
<Title>Qt Installer Framework 3.1.1</Title> <Title>Qt Installer Framework 3.1.2</Title>
<Version>3.1.1</Version> <Version>3.1.2</Version>
<Publisher>Qt Project</Publisher> <Publisher>Qt Project</Publisher>
<ProductUrl>http://qt-project.org</ProductUrl> <ProductUrl>http://qt-project.org</ProductUrl>
<Watermark>watermark.png</Watermark> <Watermark>watermark.png</Watermark>
<MaintenanceToolName>Uninstaller</MaintenanceToolName> <MaintenanceToolName>Uninstaller</MaintenanceToolName>
<!-- Tweaked for windows in installscript.qs --> <!-- Tweaked for windows in installscript.qs -->
<TargetDir>@HomeDir@/Qt/QtIFW-3.1.1</TargetDir> <TargetDir>@HomeDir@/Qt/QtIFW-3.1.2</TargetDir>
</Installer> </Installer>

View File

@ -2,7 +2,7 @@
<Package> <Package>
<DisplayName>Qt Installer Framework Binaries</DisplayName> <DisplayName>Qt Installer Framework Binaries</DisplayName>
<Description>Installs the binaries, examples and help files.</Description> <Description>Installs the binaries, examples and help files.</Description>
<Version>3.1.1</Version> <Version>3.1.2</Version>
<ReleaseDate>2019-05-02</ReleaseDate> <ReleaseDate>2019-06-18</ReleaseDate>
<Default>True</Default> <Default>True</Default>
</Package> </Package>

View File

@ -2,8 +2,8 @@
<Package> <Package>
<DisplayName>Qt Installer Framework</DisplayName> <DisplayName>Qt Installer Framework</DisplayName>
<Description>Installs the Qt Installer Framework.</Description> <Description>Installs the Qt Installer Framework.</Description>
<Version>3.1.1</Version> <Version>3.1.2</Version>
<ReleaseDate>2019-05-02</ReleaseDate> <ReleaseDate>2019-06-18</ReleaseDate>
<Licenses> <Licenses>
<License name="The Qt Company GPL Exception 1.0" file="LICENSE.GPL3-EXCEPT" /> <License name="The Qt Company GPL Exception 1.0" file="LICENSE.GPL3-EXCEPT" />
<License name="Third Party Code Licenses" file="3RDPARTY" /> <License name="Third Party Code Licenses" file="3RDPARTY" />

View File

@ -3,8 +3,8 @@
} }
IFW_PRI_INCLUDED = 1 IFW_PRI_INCLUDED = 1
IFW_VERSION_STR = 3.1.1 IFW_VERSION_STR = 3.1.2
IFW_VERSION = 0x030101 IFW_VERSION = 0x030102
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0 IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t) IFW_NEWLINE = $$escape_expand(\\n\\t)