X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=b1c6540d4e0c9fd56579c3eaa626082698027869;hp=5725849ce1c5aa87d6bd2799d78b4bca0e06dd80;hb=aaa78d43bcfd5edfd8116c2f3309b706c86ff6d1;hpb=72bca3eaa105979a551612a56812250d44f9b049 diff --git a/README b/README index 5725849c..b1c6540d 100644 --- a/README +++ b/README @@ -1,10 +1,13 @@ WIMLIB -This is wimlib version 1.2.6 (March 2013). wimlib can be used to read, +This is wimlib version 1.3.2 (March 2013). wimlib can be used to read, write, and mount files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but this library provides a free implementation of imagex for UNIX-based systems. +wimlib 1.3.0 has added experimental support for Windows. See the file +"README.WINDOWS" for more details. + WIM FILES A Windows Imaging (WIM) file is an archive. Like some other archive formats @@ -227,8 +230,9 @@ load the POSIX message queue module (run `kldload mqueuefs'). The code pays attention to endianness, so it should work on big-endian architectures, but I've never tested this so do not expect it to work. -There are no plans to port wimlib to Windows since the programming interface on -Windows is very different and Microsoft's imagex.exe is already available. +As of wimlib 1.3.0, there is experimental support for Microsoft Windows. I +expect it to work on Windows Vista and later, although I have only tested it on +Windows 7. See README.WINDOWS for more information. REFERENCES