forked from dscharrer/innoextract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
48 lines (41 loc) · 2.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
innoextract 1.4-windows-r2 (2014-04-17)
- This is a Windows-specific hotfix release, no other platforms are affected
- Fixed running innoextract under Windows XP
innoextract 1.4-windows-r1 (2013-05-14)
- 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
innoextract 1.4 (2013-03-11)
- 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
innoextract 1.3 (2012-07-03)
- Fixed --quiet and --silent flags being ignored for some multi-file installers output
- Now compiles in C++11 mode if supported
- Added a warning when extracting unsupported setup data versions
- Added support for Inno Setup 5.5.0 installers
innoextract 1.2 (2012-04-01)
- Fixed compile errors with older versions of Boost or GCC.
- Prevented linking against libraries that aren't actually needed.
innoextract 1.1 (2012-03-19)
- Added support to extract files for a specific language.
- Fixed a bug in the setup header parsing code.
innoextract 1.0 (2012-03-01)
- Initial release.
- Can list and extract files but not much more.