diff --git a/NEWS b/NEWS index 444530b..f312c90 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index cc2a536..0a19a2a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])