X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=f473d725310359216d42c4eed0c1627a551ce4d5;hp=fe6f74d7d5cb7df00ad6a65e2f2edb3cff97aa5e;hb=b348831df3fcf7d8eb66d35e4d0cf8434e788473;hpb=e9ba72c5f5e8d3b86ac38e4e96761e7c0b346276 diff --git a/README b/README index fe6f74d7..f473d725 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.4.0 (May 2013). wimlib is a C library for creating, +This is wimlib version 1.5.0 (August 2013). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but wimlib is distributed with a free implementation of ImageX called @@ -229,7 +229,10 @@ you do not have libntfs-3g 2011-4-12 or later available, you must configure wimlib with --without-ntfs-3g. On FreeBSD, before mounting a WIM you need to load the POSIX message queue module (run `kldload mqueuefs'). -wimlib has not been tested on big-endian CPU architectures. +The code has primarily been tested on x86 and x86_64 CPUs, but it's written to +be portable to other architectures and I've also tested it on ARM. However, +although the code is written to correctly deal with endianness, it has not yet +actually been tested on a big-endian architecture. REFERENCES