diff --git a/innoextract-1.7.tar.gz b/innoextract-1.7.tar.gz deleted file mode 100644 index 6c55133..0000000 --- a/innoextract-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4 -size 195123 diff --git a/innoextract-1.7.tar.gz.sig b/innoextract-1.7.tar.gz.sig deleted file mode 100644 index 5a488be..0000000 Binary files a/innoextract-1.7.tar.gz.sig and /dev/null differ diff --git a/innoextract-1.8.tar.gz b/innoextract-1.8.tar.gz new file mode 100644 index 0000000..72e7045 --- /dev/null +++ b/innoextract-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e78f6295119eeda08a54dcac75306a1a4a40d0cb812ff3cd405e9862c285269 +size 205553 diff --git a/innoextract-1.8.tar.gz.sig b/innoextract-1.8.tar.gz.sig new file mode 100644 index 0000000..a204019 Binary files /dev/null and b/innoextract-1.8.tar.gz.sig differ diff --git a/innoextract.changes b/innoextract.changes index 9c578f0..e0fad0b 100644 --- a/innoextract.changes +++ b/innoextract.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Sep 16 20:31:35 UTC 2019 - Martin Hauke + +- Udpate to version 1.8 + * Added support for: + + Inno Setup 6.0.0 installers + + pre-release Inno Setup 5.6.2 installers used by GOG + + two modified Inno Setup 5.5.7 variants + + Inno Setup 1.3.0 to 1.3.23 + + My Inno Setup Extensions installers older than 3.0.6.1 + + modified Inno Setup variants using an alternative setup loader + magic + + automatically reading external setup.0 files + * Encoding for non-Unicode installers is now determined from the + languages supported by the installer, overridable using the + --codepage option + * Implemented parsing of GOG Galaxy architecture constraints + * Fixed extracting files from slices larger than 2 GiB with + 32-bit builds + * Fixed output path for files with absolute paths + (canonicalization now strips all unsafe characters) + * Fixed output directory being created even when not extracting + files + * Fixed a hang when using the --language option + * Improved checksum verification for files reconstructed from + GOG Galaxy file parts + * Changed header parsing to select the first version without + warnings and failing that the first without errors + * Changed filesystem and output encoding to WTF-8 (extended UTF-8) + to represent broken UTF-16 data + ------------------------------------------------------------------- Tue Apr 9 07:07:48 UTC 2019 - Christophe Giboudeaux diff --git a/innoextract.spec b/innoextract.spec index 2db5930..6ed10f3 100644 --- a/innoextract.spec +++ b/innoextract.spec @@ -18,7 +18,7 @@ Name: innoextract -Version: 1.7 +Version: 1.8 Release: 0 Summary: A tool to extract Inno Setup installers under non-windows systems License: Zlib