From df09d8752e02a9ef4c8908e3ad4a710d684722ac Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 23 Mar 2014 16:13:40 -0500 Subject: [PATCH] README, README.WINDOWS: Note "ESD" file support --- README | 4 ++++ README.WINDOWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README b/README index 1148a539..a90f62af 100644 --- a/README +++ b/README @@ -36,6 +36,10 @@ images. A WIM file may be either stand-alone or split into multiple parts. Split WIMs are read-only and cannot be modified. +Since version 1.6.0, wimlib also supports ESD (.esd) files, except when +encrypted. These are still WIM files but they use a newer version of the file +format. + IMAGEX IMPLEMENTATION wimlib itself is a C library, and it provides a documented public API (See: diff --git a/README.WINDOWS b/README.WINDOWS index d240b7b7..e71cd6ee 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -57,6 +57,9 @@ following: uncompressed files in compressed directories, or files with alternate data streams and multiple hard links. + * wimlib-imagex also supports ESD (.esd) files, except when encrypted. (These + use a newer version of the WIM file format.) + * wimlib and wimlib-imagex are free software, so you can modify and/or audit the source code. -- 2.43.0