X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=881833b836569018485a0f7f4b7c430255d6468d;hp=8b78d7051736b0dc1ae01290894d458711204ee3;hb=7fb81b1d15e0e1470844c299e1952a6b0b21dc51;hpb=7ed55e914b616c71e3118ca9948c1350441a9fc2 diff --git a/README b/README index 8b78d705..881833b8 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.4.1 (May 2013). wimlib is a C library for creating, +This is wimlib version 1.4.2 (June 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