X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=NEWS.md;h=13d310de9f3d8a0e6b810bab3a97ffc1b1e63f40;hb=e1a95c6cb545af2666414d52d6b5d676e4993a66;hp=8f5a250c2dea34d7029fd22ddf3bfc33260cdd74;hpb=bd7c352a2661f0b2d15536500db3216fa1b913ec;p=wimlib diff --git a/NEWS.md b/NEWS.md index 8f5a250c..13d310de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,38 @@ # wimlib release notes +## Version 1.14.4 + +- Fixed potential crash when writing WIM XML data, introduced in v1.14.0. + +- Improved some documentation. + +- Fixed the Windows build script to avoid an unnecessary DLL dependency when + building with MSYS2 MINGW32 or MSYS2 MINGW64. + +## Version 1.14.3 + +- Fixed a bug introduced in v1.14.0 where non-ASCII characters stopped being + accepted in image names and descriptions. This bug only affected UNIX-like + systems that use `signed char`, e.g. x86 Linux systems. + +## Version 1.14.2 + +- 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. + +- Fixed an issue where some WIM images written by wimlib weren't accepted by + some MS software versions. wimlib-written WIM images containing directory + reparse points (e.g. junctions) weren't accepted by some versions of the + Windows 8 setup wizard. Also, recent versions of DISM had stopped accepting + wimlib-written WIM images containing directories with named data streams. + +- 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.