Releases: vasi/pixz
Releases · vasi/pixz
Release list
v1.0.7
- Allow building without manpage
- Allow building against musl
- Fix memory corruption error
- Fix decompressing large files on 32-bit systems
- Avoid unaligned memory access
- Fix warnings with recent compilers
- Use optimized endian swapping functions on macOS
v1.0.6
v1.0.5
- add htole64 and le64toh on glibc < 2.9
v1.0.4
- Include man page in release tarball, fixed #50
v1.0.3
- complete autotools build, see README.md for build instructions, see #37
- large-file support for 32-bit systems, see #26
- creates output file with permissions of input file (if possible, i.e. not reading from stdin), see #15
- better error messages on incorrect input path
- list main differences between pixz and xz in README
- fix issue with extreme (-e) command line option parsing, see #12
- adds keep input (-k) command line option, see #14