Skip to content

Commit

Permalink
release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Sep 7, 2015
1 parent f35af1a commit d1bfc20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit d1bfc20

Please sign in to comment.