We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e57ec commit 573e4a8Copy full SHA for 573e4a8
NEWS
@@ -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
11
1.0.6 - Nov 5, 2015
12
13
* fixes large file support for listing
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])
0 commit comments