]> wimlib.net Git - wimlib/commitdiff
Update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Sun, 21 Jan 2018 21:47:10 +0000 (13:47 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 21 Jan 2018 21:47:10 +0000 (13:47 -0800)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index dee7b51475529d7cf10ae6bcb6a9b19b5fb4c521..a2e812f431d8d6ace140633cd5cfa9f46f887013 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 1.13.0-BETA:
+       On Windows, wimlib now supports capturing and applying extended
+       attributes (EAs).  It is compatible with DISM with the /EA option,
+       available since Windows 10 version 1607.  wimlib's EA support is on by
+       default; no option has to be provided, and it should work on older
+       versions of Windows too.
+
+       Added an '--include-integrity' option to various wimlib-imagex commands.
+       '--include-integrity' is like '--check', but it will just include an
+       integrity table in the output WIM(s), while skipping verification of any
+       existing integrity tables.  This can be useful to avoid unwanted
+       verification of large WIM files, e.g. WIMs given by '--delta-from'.
+
+       'wimlib-imagex --version' now shows the version of the library it is
+       actually using (in case it is different from wimlib-imagex's version).
+
 Version 1.12.0:
        Fixed a bug that was causing the LZMS decompressor to be miscompiled
        with GCC 7 (this broke extracting "solid" archives).
diff --git a/README b/README
index 196ed0596f1a5bea11dde8624d10b2a65e487648..07e729ed9a8ace836d9e274e9bbc8aa3067f97cf 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.12.0 (July 2017).  wimlib is a C library for
+This is wimlib version 1.13.0-BETA (January 2018).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  wimlib and its command-line frontend 'wimlib-imagex'
 provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX,
index 55e2303521cd91d2b6a2fddbb4d37ec1a9e27708..072da7d06407a1bc52269e7d16ac5181abd51b93 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.12.0], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.13.0-BETA], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])