From 08b22808d4f4c3ee1ee0ebda8c8819a76b64e903 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Thu, 24 Mar 2016 23:26:11 +0100 Subject: [PATCH] Release version 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Added support for Inno Setup 5.5.7 (and 5.5.8) installers - Added a --collisions=rename-all option - Changed --collisions=rename to omit the suffix for the file that would have been extracted with --collisions=overwrite instead of the first encountered file - Fixed @lang suffix sometimes missing for the first file with the --collisions=rename option - Fixed build error with CMake 3.5 - Now compiles in C++14 mode if supported - Unsafe characters in special constant strings (ie ':' in {code:…}) are now replaced with '$' - Windows: Fixed error message if the source file could not be opened - Windows: Fixed progress bar flickering while printing extracted filenames - Windows binaries: Fixed crash on platforms without AVX support --- VERSION | 2 +- doc/innoextract.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 06b9fc7f..4c09771f 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -innoextract 1.6-dev +innoextract 1.6 Known working Inno Setup versions: Inno Setup 1.2.10 to 5.5.8 diff --git a/doc/innoextract.1 b/doc/innoextract.1 index 000d7e0e..a9cb2a57 100644 --- a/doc/innoextract.1 +++ b/doc/innoextract.1 @@ -1,6 +1,6 @@ .\" Manpage for innoextract. .\" Contact daniel@constexpr.org to correct errors or typos. -.TH innoextract 1 "2016-03-02" "1.5" +.TH innoextract 1 "2016-03-02" "1.6" .SH NAME innoextract - tool to extract installers created by Inno Setup .SH SYNOPSIS