]> wimlib.net Git - wimlib/blobdiff - NEWS
Rename make-windows-release to windows-build.sh
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 9c6c71e1fb5f93d16811987783f75fcb644a1571..aa1639cd9b752a95a24a1a0f03316689f91c6c9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 Version 1.14.0-BETA1:
-       Removed OpenSSL (libcrypto) as a dependency of wimlib.
+       Removed libxml2 and libcrypto (OpenSSL) as dependencies of wimlib.
+       Also removed winpthreads as a dependency of wimlib on Windows.
 
        Improved the performance of the Windows binaries on CPUs that have SHA-1
        instructions.
@@ -7,6 +8,13 @@ Version 1.14.0-BETA1:
        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/windows-build.sh script (renamed
+       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.
+
+       Removed support for Windows XP.
+
 Version 1.13.6:
        wimsplit no longer prints a success message on failure.