X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=8069c138d15eebeb78588c61e0f73ed92376b5ae;hp=ffa855c4818dc263f09958397fe9b8c7a1ccc648;hb=43a5725a59b3e5a55ba41ffe988b9bc9430225a4;hpb=b8efa8686896d10fe2b2287eabc85d5a470c8202 diff --git a/README b/README index ffa855c4..8069c138 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.8.3 (November 2015). wimlib is a C library for +This is wimlib version 1.9.0 (January 2016). 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