]> wimlib.net Git - wimlib/commitdiff
v1.14.2-BETA1
authorEric Biggers <ebiggers3@gmail.com>
Sat, 8 Jul 2023 19:27:49 +0000 (12:27 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 8 Jul 2023 19:33:31 +0000 (12:33 -0700)
NEWS.md
README.md

diff --git a/NEWS.md b/NEWS.md
index 8f5a250c2dea34d7029fd22ddf3bfc33260cdd74..c8a17a9d6fffad58bb68940e4c713f82527d642d 100644 (file)
--- 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.
index 57a8ddba4de9fb8cb246854899cb1edf33d7d1e3..825ef6bffc80b90636f8331a59c81e638c067d54 100644 (file)
--- 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,