Skip to content

Commit f335bc4

Browse files
committed
Release version 1.4
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
1 parent e3ae3d7 commit f335bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
innoextract 1.3-git
1+
innoextract 1.4
22
Inno Setup 1.2.10 to 5.5.3

doc/innoextract.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for innoextract.
22
.\" Contact [email protected] to correct errors or typos.
3-
.TH innoextract 1 "2013-03-11" "1.3"
3+
.TH innoextract 1 "2013-03-11" "1.4"
44
.SH NAME
55
innoextract \- tool to extract installers created by Inno Setup
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)