From: Eric Biggers Date: Wed, 19 Apr 2017 06:58:03 +0000 (-0700) Subject: 1.12.0-BETA1 X-Git-Tag: v1.12.0~10 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=dcb76e926947411f874498a652fd9836d18d05c9 1.12.0-BETA1 --- diff --git a/NEWS b/NEWS index 0e38dc32..53e746dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 1.12.0-BETA1: + Files with timestamps before the year 1970 are now extracted correctly + to UNIX-style filesystems, are displayed correctly by + 'wimdir --detailed', and show up correctly in mounted WIM images. + + Files with timestamps after the year 2038 are now displayed correctly by + the 32-bit Windows build of wimlib. + Version 1.11.0: Fixed a data corruption bug (incorrect compression) when storing an already highly-compressed file in an LZX-compressed WIM with a chunk diff --git a/configure.ac b/configure.ac index 2161f3ba..80603382 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.11.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.12.0-BETA1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])