X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=2fce089843ff7d7a46ca958876af5fd429a321de;hp=076f6526b15e9fa3506f922ec2ae54fcdbe50f1e;hb=51df3b63c594a7e35446d2e2e19637e54240b0b2;hpb=6aa26b42aa9bfd2f42ec5c82d7bbaf4ab42b79d9 diff --git a/README b/README index 076f6526..2fce0898 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.8.3-BETA (September 2015). wimlib is a C library for +This is wimlib version 1.8.3 (November 2015). 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, @@ -16,7 +16,7 @@ for Debian and RPM packaging are in the debian/ and rpm/ directories. To install wimlib and wimlib-imagex on Windows, just download and extract the ZIP file containing the latest binaries. See README.WINDOWS for more details. -All official wimlib releases are available from http://wimlib.net. +All official wimlib releases are available from https://wimlib.net. WIM FILES @@ -45,7 +45,7 @@ file extension rather than ".wim". They are supported in wimlib since v1.6.0. IMAGEX IMPLEMENTATION wimlib itself is a C library, and it provides a documented public API (See: -http://wimlib.net/apidoc) for other programs to use. However, it is also +https://wimlib.net/apidoc) for other programs to use. However, it is also distributed with a command-line program called "wimlib-imagex" that uses this library to implement an imaging tool similar to Microsoft's ImageX. wimlib-imagex supports almost all the capabilities of Microsoft's ImageX as well @@ -310,7 +310,7 @@ 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. It has been -tested on the ARM architecture. +tested on the ARM and MIPS architectures. Currently, gcc and clang are the only supported compilers. A few nonstandard extensions are used in the code.