Skip to content

Releases: vasi/pixz

v1.0.7

26 Jul 20:44
Compare
Choose a tag to compare
  • 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

05 Nov 22:02
Compare
Choose a tag to compare
  • fixes large file support for listing

v1.0.5

21 Sep 10:58
Compare
Choose a tag to compare
  • add htole64 and le64toh on glibc < 2.9

v1.0.4

18 Sep 18:50
Compare
Choose a tag to compare
  • Include man page in release tarball, fixed #50

v1.0.3

07 Sep 17:13
Compare
Choose a tag to compare
  • 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