]> wimlib.net Git - wimlib/commitdiff
v1.14.0-BETA1
authorEric Biggers <ebiggers3@gmail.com>
Fri, 31 Mar 2023 07:15:02 +0000 (00:15 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 31 Mar 2023 07:16:10 +0000 (00:16 -0700)
NEWS
README

diff --git a/NEWS b/NEWS
index aa1639cd9b752a95a24a1a0f03316689f91c6c9f..f37836cec5c5916938ecdbd877c135acbb15b6c6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ Version 1.14.0-BETA1:
        from 'make-windows-release') have been improved to make it easier to
        build wimlib on Windows.  The instructions now use MSYS2 (instead of
        Cygwin as they did before), and both gcc and clang are supported.
+       Windows ARM64 builds are now supported (experimentally) as well.
 
        Removed support for Windows XP.
 
diff --git a/README b/README
index fb4df2ef9d88fe0f534bd19586e7dd8bc03079fa..338ddd5426927480db551a558c8838f1ba1335b1 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.13.6 (September 2022).  wimlib is a C library for
+This is wimlib version 1.14.0-BETA1 (March 2023).  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,