release 1.0.7

pull/88/head v1.0.7
Dave Vasilevsky 4 years ago
parent 29e57ec102
commit 573e4a8d2c

10
NEWS

@ -1,3 +1,13 @@
1.0.7 - Jul 26, 2020
* Allow building without manpage
* Allow building against musl
* Fix memory corruption error
* Fix decompressing large files on 32-bit systems
* Avoid unaligned memory access
* Fix warnings with recent compilers
* Use optimized endian swapping functions on macOS
1.0.6 - Nov 5, 2015
* fixes large file support for listing

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

Loading…
Cancel
Save