From: Eric Biggers Date: Sun, 23 Mar 2014 21:13:40 +0000 (-0500) Subject: README, README.WINDOWS: Note "ESD" file support X-Git-Tag: v1.6.2~12 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=df09d8752e02a9ef4c8908e3ad4a710d684722ac;ds=inline README, README.WINDOWS: Note "ESD" file support --- 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.