From 487e1d224815f027928665f89adf9347ea1bf281 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Apr 2023 23:46:11 -0700 Subject: [PATCH] v1.14.0-BETA3 --- NEWS.md | 21 +++++++++++++-------- README.md | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index cab3d7d6..9b3a7059 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,24 +1,29 @@ # wimlib release notes -## Version 1.14.0-BETA2 +## Version 1.14.0-BETA3 - Removed libxml2 and libcrypto (OpenSSL) as dependencies of wimlib. Also removed winpthreads as a dependency of wimlib on Windows. -- The README.WINDOWS file and the `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. Windows ARM64 builds are now - supported (experimentally) as well. +- Upgraded the support for mounting WIM images on Linux from fuse2 to fuse3. + fuse2 is no longer supported. -- Improved the performance of the Windows binaries on CPUs that have SHA-1 - instructions. +- Converted the README, README.WINDOWS, and NEWS files to Markdown. + +- Simplified the process of building wimlib for Windows. See README.WINDOWS for + the updated instructions, which use MSYS2 instead of Cygwin. Windows ARM64 + builds are now supported (experimentally) as well. + +- Improved performance on CPUs that have SHA-1 instructions in cases where + wimlib wasn't using OpenSSL, e.g. the Windows binaries. - Fixed a bug in `wimsplit` where it didn't accept part sizes of 4 GiB or larger on Windows and on 32-bit platforms. - Removed support for Windows XP. +- Added a GitHub Actions workflow that tests wimlib. + ## Version 1.13.6 - `wimsplit` no longer prints a success message on failure. diff --git a/README.md b/README.md index 9dceae4a..cf3a509a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -This is wimlib version 1.14.0-BETA2 (March 2023). wimlib is a C library for +This is wimlib version 1.14.0-BETA3 (April 2023). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend `wimlib-imagex` provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, -- 2.46.1