Changelog for
pixz-debugsource-1.0.5-2.4.x86_64.rpm :
* Mon Sep 21 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 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 2014 andreas.stiegerAATTgmx.de- support build on CentOS 7
* Sun Nov 24 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 09 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 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 2012 idonmezAATTsuse.com- Update to git snapshot c5f99bf4b4
* Removed pixz-link-pthread.patch, fixed upstream.
* 32bit fix
* Sat Sep 01 2012 idonmezAATTsuse.com- Initial release