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

release version 1.0.3

This commit is contained in:
Christian Krause 2015-09-07 19:08:45 +02:00
parent f35af1ae52
commit d1bfc20d51
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
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
1.0.2 - Jan 8, 2013
* Fix a crashing bug when input is incompressible

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_INIT([pixz], [1.0.2], [https://github.com/vasi/pixz/issues])
AC_INIT([pixz], [1.0.3], [https://github.com/vasi/pixz/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/pixz.c])
AC_CONFIG_HEADERS([config.h])