]> wimlib.net Git - wimlib/blobdiff - NEWS
make-windows-release: support MSYS2 clang environments
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index df8603359f02eb0c1705908ba952903022e7af3b..200defb0ed85281bb8a900b53a538e617ac49dbc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,16 @@ Version 1.14.0-BETA1:
        Improved the performance of the Windows binaries on CPUs that have SHA-1
        instructions.
 
-       Removed support for Windows XP.
-
        Fixed a bug in 'wimsplit' where it didn't accept part sizes of 4 GiB or
        larger on Windows and on 32-bit platforms.
 
+       The README.WINDOWS file and the tools/make-windows-release script 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.
+
+       Removed support for Windows XP.
+
 Version 1.13.6:
        wimsplit no longer prints a success message on failure.