From: Eric Biggers Date: Sat, 18 Mar 2023 07:31:39 +0000 (-0700) Subject: Update NEWS X-Git-Tag: v1.14.0~82 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=c13b20713b00f0748d1bdf5abe0c9661f3542e43;p=wimlib Update NEWS --- diff --git a/NEWS b/NEWS index c480742e..9c6c71e1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 1.14.0-BETA1: + Removed OpenSSL (libcrypto) as a dependency of wimlib. + + 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. + Version 1.13.6: wimsplit no longer prints a success message on failure.