From f335bc4b1e8fb84751692caabcdd82794d1659e2 Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Mon, 11 Mar 2013 17:10:37 +0100 Subject: [PATCH] Release version 1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Fixed build on non-Linux platforms with a separate libiconv (Windows™, Mac OS X) - Fixed build on systems with non-standard iconv function prototypes (FreeBSD) - Fixed MSVC build - Fixed build with older glibc versions - Fixed issues with the progress bar in sandbox environments - Fixed string conversion on systems where libiconv defaults to big-endian variants - Fixed extracting very large installers with 32-bit innoextract builds - Improved handling of invalid encoded strings - Improved error messages when input or output files could not be opened - The --list command-line option can now combined with --test or --extract - The --version command-line option can now be modified with --quiet or --silent - Added color output and progress bar support for Windows™ - Added support for Unicode filenames under Windows™ - Added support for preserving timestamps of extracted files (enabled by default) - Added a --timestamps (-T) command-line options to control or disable file timestamps - Added an --output-dir (-d) command-line option to control where files are extracted - Added various CMake options to fine-tune the build process - Various bug fixes and tweaks --- VERSION | 2 +- doc/innoextract.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2a9f0e36..dd9cfaa0 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -innoextract 1.3-git +innoextract 1.4 Inno Setup 1.2.10 to 5.5.3 diff --git a/doc/innoextract.1 b/doc/innoextract.1 index 23cdaebf..ac93b2b4 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 "2013-03-11" "1.3" +.TH innoextract 1 "2013-03-11" "1.4" .SH NAME innoextract \- tool to extract installers created by Inno Setup .SH SYNOPSIS