X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=NEWS;h=200defb0ed85281bb8a900b53a538e617ac49dbc;hb=bacb3a4e239abf188bbd772c1d1013b6812d1fd9;hp=7447e5e52896cff6f7bba550a1eee0b7046d83d0;hpb=6979188381ba0bd7519afdd264e8d028326ab7dd;p=wimlib diff --git a/NEWS b/NEWS index 7447e5e5..200defb0 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,20 @@ 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. - Removed support for Windows XP. - - On Windows, wimlib no longer depends on winpthreads. - 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.