]> wimlib.net Git - wimlib/blobdiff - README
README, README.WINDOWS: Note "ESD" file support
[wimlib] / README
diff --git a/README b/README
index dbef7a8b27e1f988a0b75bbbf14819527fc7cb9a..a90f62af6718d2efdbd249fdeb62373d3690d306 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.6.1 (January 2014).  wimlib is a C library for
+This is wimlib version 1.6.2 (March 2014).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  These files are normally created using the ImageX
 (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed
@@ -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: