Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vasi committed Jul 26, 2020
1 parent 29e57ec commit 573e4a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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
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.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])
Expand Down

0 comments on commit 573e4a8

Please sign in to comment.