innoextract 1.4 (https://constexpr.org/innoextract/) ----------------------------------------------------- This directory contains source code and binaries for version 1.4 of innoextract, a tool to unpack installers created by Inno Setup (https://jrsoftware.org/isinfo.php). See the main downloads page at https://constexpr.org/innoextract/#download for alternate download locations and Linux packages. MD5 Checksums: - 601c7337184620df5ad38e4f389b1c6f innoextract-1.4.tar.gz - a4beddc4bf38be6a9583987595afaf1d innoextract-1.4-freebsd.tar.xz - 9010fbba0b1d279bed6f78056ac8d456 innoextract-1.4-linux.tar.xz - 6da7173c3f095b104b87e95a39364fcd innoextract-1.4-windows.zip - 011a91f54b526bb1a51bdc4c71aca891 innoextract-1.4-windows-r1.zip - f0801298dee779cb257e6233dd121f1a innoextract-1.4-windows-r2.zip Changelog: - 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 Changes for 1.4-windows-r1: - This is a Windows-specific hotfix release, no other platforms are affected - Fixed a crash on startup under Windows - Reduced progress bar flickering under Windows - Fixed original console text color not being restored under Windows Changes for 1.4-windows-r2: - This is a Windows-specific hotfix release, no other platforms are affected - Fixed running innoextract under Windows XP See the full changelog at https://constexpr.org/innoextract/changelog for changes in other versions.