File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.0.3 - Sep 7, 2015
2+
3+ * complete autotools build, see README.md for build instructions
4+ * large-file support for 32-bit systems
5+ * creates output file with permissions of input file (if possible, i.e. not
6+ reading from stdin)
7+ * better error messages on incorrect input path
8+ * list main differences between pixz and xz in README
9+ * fix issue with extreme (-e) command line option parsing
10+ * adds keep input (-k) command line option
11+
1121.0.2 - Jan 8, 2013
213
314 * Fix a crashing bug when input is incompressible
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.68] )
5- AC_INIT ( [ pixz] , [ 1.0.2 ] , [ https://github.com/vasi/pixz/issues] )
5+ AC_INIT ( [ pixz] , [ 1.0.3 ] , [ https://github.com/vasi/pixz/issues] )
66AC_CONFIG_MACRO_DIR ( [ m4] )
77AC_CONFIG_SRCDIR ( [ src/pixz.c] )
88AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments