]> wimlib.net Git - wimlib/commitdiff
v1.13.5-BETA1
authorEric Biggers <ebiggers3@gmail.com>
Sat, 10 Jul 2021 01:26:16 +0000 (20:26 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 10 Jul 2021 01:26:16 +0000 (20:26 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index cee3298b683d0721630dac04372c9ee95ad7149b..0c83a08a84cb0ec6ac0110dc1581cfa057b75c12 100644 (file)
--- 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.
index 25bb25d7883db0ca888ea607e220b5b2bbfbe27a..948db93cccea9b32fddeae55b698a3a54c2f410b 100644 (file)
@@ -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])