From: Eric Biggers Date: Sun, 14 Apr 2019 06:21:42 +0000 (-0700) Subject: v1.13.1-BETA1 X-Git-Tag: v1.13.1~1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=928c195b35671c185ac1db6e4ca6089df01e0366 v1.13.1-BETA1 --- diff --git a/NEWS b/NEWS index a727ebb1..b3ebd656 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 1.13.1-BETA1: + Fixed a crash or incorrect output during LZMS compression with a + compression level greater than 50 and a chunk size greater than 64 MiB. + This affected wimlib v1.8.0 and later. In the unlikely event that you + used all these non-default compression settings in combination, e.g. + 'wimcapture --solid --solid-compress=LZMS:100 --solid-chunk-size=128M', + run 'wimverify' on your archives to verify your data is intact. + Version 1.13.0: On Windows, wimlib now supports capturing and applying extended attributes (EAs). It is compatible with DISM with the /EA option, diff --git a/configure.ac b/configure.ac index 95f97c7e..517ae423 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.13.1-BETA1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])