From 4a2178bacbcf88a4f0c504967d68181c2a86da5b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 21 Jan 2018 13:47:10 -0800 Subject: [PATCH] Update NEWS --- NEWS | 16 ++++++++++++++++ README | 2 +- configure.ac | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index dee7b514..a2e812f4 100644 --- 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 196ed059..07e729ed 100644 --- 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, diff --git a/configure.ac b/configure.ac index 55e23035..072da7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.43.0