From: Eric Biggers Date: Sat, 10 Jul 2021 01:26:16 +0000 (-0500) Subject: v1.13.5-BETA1 X-Git-Tag: v1.13.5~6 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=be43a425dd4dd074e97ece80e19953f1bb403118 v1.13.5-BETA1 --- diff --git a/NEWS b/NEWS index cee3298b..0c83a08a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +version 1.13.5-BETA1: + Fixed build errors with the latest version of Mingw-w64. + + wimlib now warns rather than aborts if two files have the same SHA-1 + hash but different sizes. + Version 1.13.4: wimsplit now prints progress messages regularly rather than just once per WIM part. diff --git a/configure.ac b/configure.ac index 25bb25d7..948db93c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.4], [https://wimlib.net/forums/]) +AC_INIT([wimlib], [1.13.5-BETA1], [https://wimlib.net/forums/]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])