X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=2a95dbd106a6b47a861382c6f309255508c49a40;hp=419c3da6d6cd81e6a464cd59da8a8eab378b1c3b;hb=a5f0f107247cc6400c0bd25f41e49d658fd2b7d7;hpb=93110bb18090d4d2c00294a56f819c7edeef318f diff --git a/README b/README index 419c3da6..2a95dbd1 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.2-BETA (August 2014). wimlib is a C library for +This is wimlib version 1.7.3 (November 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.