wimlib 1.14.2 released

Comments, questions, bug reports, etc.
Post Reply
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

wimlib 1.14.2 released

Post by synchronicity »

I've released wimlib 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.

The files and their SHA-256 checksums are:

Code: Select all

1966f8727b7d09f859c8ca3cfa300809fc1c63e0bd76fe5694285a2229383fd8  wimlib-1.14.2.tar.gz
0859f479b0c7ba86f2ca32ab004b3497bb3048e60e9ab3684f9b27ab7dbd17ba  wimlib-1.14.2-windows-aarch64-bin.zip
0a1dac9c2603c2db46bd031863ee1da1c2d2cc303ba0bdd9fac88a0ec838922a  wimlib-1.14.2-windows-i686-bin.zip
b03f16609eeba604aff3b9d497ef144dd5785e9c661b43d2beaf1a23b841ac25  wimlib-1.14.2-windows-x86_64-bin.zip
Post Reply