X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=b9a6a53e999ff316ebf018e9d21485828db55369;hp=3eea193bfc8ec6e6a2ab6eba5147728752399c10;hb=34935d41624c903db230efbd5b0a1f37e7fdcc32;hpb=09301b8018e00f51ba96ba02adca676e817b8827 diff --git a/README b/README index 3eea193b..b9a6a53e 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 1.3.0 (March 2013). wimlib can be used to read, +This is wimlib version 1.3.1 (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. @@ -230,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