]> wimlib.net Git - wimlib/commitdiff
1.12.0-BETA1
authorEric Biggers <ebiggers3@gmail.com>
Wed, 19 Apr 2017 06:58:03 +0000 (23:58 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 19 Apr 2017 07:17:01 +0000 (00:17 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0e38dc322dde028f51a20e6b34f3627b5cfb5fec..53e746dc85eb6ec0d4f5dfbc25e84e561ea85419 100644 (file)
--- 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
index 2161f3ba9c3ee98707b46e389000ec7f0183efd6..80603382823e5aebf0ecef3ed0d996d4792cb36e 100644 (file)
@@ -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])