]> wimlib.net Git - wimlib/commitdiff
v1.13.3-BETA1
authorEric Biggers <ebiggers3@gmail.com>
Tue, 2 Jun 2020 04:30:08 +0000 (21:30 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 2 Jun 2020 04:30:15 +0000 (21:30 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8b72b59c2089816015260223b298074aa77c2a78..dc3f37efcbae5d5ee397929a485963dee831cd54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.13.3-BETA1:
+       On Windows, improved performance of capturing an entire drive
+       in some cases.
+
 Version 1.13.2:
        Prevented miscompilation with gcc 10 at -O3
        (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94994).
index 88cde7913581870ef8eb911b3306131cffc28c98..3eb9fabacde62734e91863f6bb8139b69e790e19 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.13.2], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.13.3-BETA1], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])