]> wimlib.net Git - wimlib/commitdiff
v1.9.1-BETA
authorEric Biggers <ebiggers3@gmail.com>
Tue, 9 Feb 2016 01:03:42 +0000 (19:03 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 9 Feb 2016 01:51:10 +0000 (19:51 -0600)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 08e97a483ec94931a37a200342a6457bbbb26290..9b33a457b21f0d094fc6c45d52689db366010b0f 100644 (file)
--- 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
 Version 1.9.0:
        Added experimental support for Windows VSS (Volume Shadow Copy Service).
        The new '--snapshot' argument to 'wimcapture' makes wimlib automatically
index bd0f73599e36f20c60e87b4d7e44d3b388c168e2..3b3b28472269896f28631c94674b85ea42556df5 100644 (file)
@@ -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])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])