2
0
mirror of https://github.com/vasi/pixz synced 2024-10-30 15:21:41 +00:00
pixz/NEWS

39 lines
962 B
Plaintext
Raw Normal View History

2015-11-05 21:59:56 +00:00
1.0.6 - Nov 5, 2015
* fixes large file support for listing
2015-09-21 10:56:35 +00:00
1.0.5 - Sep 21, 2015
* add htole64 and le64toh on glibc < 2.9
2015-09-18 18:46:56 +00:00
1.0.4 - Sep 18, 2015
* include man page in release tarball
2015-09-07 17:08:45 +00:00
1.0.3 - Sep 7, 2015
* complete autotools build, see README.md for build instructions
* large-file support for 32-bit systems
* creates output file with permissions of input file (if possible, i.e. not
reading from stdin)
* 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
* adds keep input (-k) command line option
2013-01-09 04:22:23 +00:00
1.0.2 - Jan 8, 2013
* Fix a crashing bug when input is incompressible
https://github.com/vasi/pixz/issues/10
1.0.1 - Dec 22, 2012
* Add a man page
* Add tuning options -e, -q, -f
1.0 - Nov 21, 2012
* Support streaming decompression
* Prevent accidental truncation
* Don't spew binary output to a terminal