Skip to content

Commit 573e4a8

Browse files
committed
release 1.0.7
1 parent 29e57ec commit 573e4a8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.0.7 - Jul 26, 2020
2+
3+
* Allow building without manpage
4+
* Allow building against musl
5+
* Fix memory corruption error
6+
* Fix decompressing large files on 32-bit systems
7+
* Avoid unaligned memory access
8+
* Fix warnings with recent compilers
9+
* Use optimized endian swapping functions on macOS
10+
111
1.0.6 - Nov 5, 2015
212

313
* fixes large file support for listing

configure.ac

+1-1
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.6], [https://github.com/vasi/pixz/issues])
5+
AC_INIT([pixz], [1.0.7], [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)