]> wimlib.net Git - wimlib/blobdiff - NEWS
Rename make-windows-release to windows-build.sh
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index c480742e0022b0843950b3866bbcc8d325a60767..aa1639cd9b752a95a24a1a0f03316689f91c6c9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 1.14.0-BETA1:
+       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.
+
+       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.