From b41816aff9a66099bd44c93729c89bbd514f9c3f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 8 Feb 2016 19:03:42 -0600 Subject: [PATCH] v1.9.1-BETA --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08e97a48..9b33a457 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 1.9.1-BETA: + Reduced memory usage when exporting large numbers of WIM images. + + VSS support is no longer marked "experimental". + + Made some minor build-related updates. Notably, enabled "silent" make + rules; this makes the output cleaner when building from source. + Version 1.9.0: Added experimental support for Windows VSS (Volume Shadow Copy Service). The new '--snapshot' argument to 'wimcapture' makes wimlib automatically diff --git a/configure.ac b/configure.ac index bd0f7359..3b3b2847 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.9.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.9.1-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0