Changelog for
pixz-1.0.6-36.1.x86_64.rpm :
Mon Jun 19 14:00:00 2017 astiegerAATTsuse.com
- Fix test suite on RHEL 5
Mon Jun 19 14:00:00 2017 mpluskalAATTsuse.com
- Enable testsuite
Wed Jun 22 14:00:00 2016 astiegerAATTsuse.com
- fix build with current libarchive in CentOS/RHEL: link libbz2
Wed Nov 18 13:00:00 2015 astiegerAATTsuse.com
- pixz 1.0.6:
* fixes large file support for listing
Mon Sep 21 14:00:00 2015 astiegerAATTsuse.com
- pixz 1.0.5:
* add htole64 and le64toh on glibc < 2.9
replacing local patch pixz-endianess-functions.patch
Sat Sep 19 14:00:00 2015 astiegerAATTsuse.com
- pixz 1.0.4:
* move manpage generation to bootstrap
- pixz 1.0.3:
* complete autotools build
* 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
- packaging changes:
* drop pixz-underlinking.patch, no longer required with autotools
* remove pixz-use-static.patch, now using configure
* tweaks to build on CentOS and RHEL
Tue Oct 28 13:00:00 2014 andreas.stiegerAATTgmx.de
- support build on CentOS 7
Sun Nov 24 13:00:00 2013 andreas.stiegerAATTgmx.de
- support building on CentOS/RHEL, statically linking against
libarchive and xz (pixz-use-static.patch)
and patching in missing endianess functions
(pixz-endianess-functions.patch)
Wed Jan 9 13:00:00 2013 idonmezAATTsuse.com
- Update to version 1.0.2
* Fix a crashing bug when input is incompressible
https://github.com/vasi/pixz/issues/10
* Add a man page
* Add tuning options -e, -q, -f
- Add pixz-underlinking.patch to explicitly link to -lm
Tue Nov 27 13:00:00 2012 sweet_f_aAATTgmx.de
- update to first official release 1.0
* Support streaming input, still decompressing in parallel
* Platform independent endian support
* Allow capping the number of threads (new switch -p)
* Add help option (-h)
* Write the compressed/uncompressed size into block headers
Sat Sep 22 14:00:00 2012 idonmezAATTsuse.com
- Update to git snapshot c5f99bf4b4
* Removed pixz-link-pthread.patch, fixed upstream.
* 32bit fix
Sat Sep 1 14:00:00 2012 idonmezAATTsuse.com
- Initial release