X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=a7a820839fcd7c4b42319f2595d5618ff911ee17;hb=20ca25765c07d23e82357dc29a52eefdd06a2382;hp=b64d6e88584fc4e0e8bad7a4348a961f091153f7;hpb=23a6fd697358912e7e7af6061aaee07b0d78bc5d;p=wimlib diff --git a/README b/README index b64d6e88..a7a82083 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.3-BETA (October 2014). wimlib is a C library for +This is wimlib version 1.7.4-BETA (December 2014). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend 'wimlib-imagex' provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, @@ -316,9 +316,8 @@ extraction are implemented separately for Windows, UNIX, and UNIX (NTFS-3g mode), to ensure a fast and feature-rich implementation of each platform/mode. wimlib is mainly used on x86 and x86_64 CPUs, but it should also work on a -number of other GCC-supported 32-bit or 64-bit architectures. No assumptions -are made about endianness, but some code assumes that unaligned memory accesses -are supported and relatively efficient. +number of other GCC-supported 32-bit or 64-bit architectures. It has been +tested on the ARM architecture. Currently, gcc and clang are the only supported compilers. A few nonstandard extensions are used in the code.