From: Eric Biggers Date: Sat, 8 Jul 2023 19:27:49 +0000 (-0700) Subject: v1.14.2-BETA1 X-Git-Tag: v1.14.2~6 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=704c3774e08b4b2aa985e8fbe23617d99e40d689 v1.14.2-BETA1 --- diff --git a/NEWS.md b/NEWS.md index 8f5a250c..c8a17a9d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # wimlib release notes +## Version 1.14.2-BETA1 + +- Fixed a bug introduced in v1.14.0 where a crash would sometimes occur if a + Delphi application or Visual Studio compiled application called into the + 32-bit x86 build of the library. + +- Commands passed to wimupdate on standard input are now interpreted as UTF-8 or + UTF-16LE (autodetected), just like wimcapture config files and wimextract path + list files. Previously, on Windows the Windows code page was used instead of + UTF-8, which made it hard to specify non-ASCII file paths in wimupdate + commands. The same change also applies to wimcapture source list files. + ## Version 1.14.1 - Fixed a bug introduced in v1.14.0 where wimlib would crash on older CPUs. diff --git a/README.md b/README.md index 57a8ddba..825ef6bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -This is wimlib version 1.14.1 (April 2023). wimlib is a C library for +This is wimlib version 1.14.2-BETA1 (July 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,