Skip to content

Commit d1bfc20

Browse files
committed
release version 1.0.3
1 parent f35af1a commit d1bfc20

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
1.0.2 - Jan 8, 2013
213

314
* Fix a crashing bug when input is incompressible

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_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])
66
AC_CONFIG_MACRO_DIR([m4])
77
AC_CONFIG_SRCDIR([src/pixz.c])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)