We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9fa44 commit e5a42b8Copy full SHA for e5a42b8
1 file changed
NEWS.md
@@ -1,5 +1,22 @@
1
# wimlib release notes
2
3
+## Version 1.14.5
4
+
5
+- Fixed excessive progress messages from `wimlib-imagex`. It now prints the
6
+ progress updates at a more reasonable rate, improving performance.
7
8
+- Fixed build error with the latest version of Mingw-w64.
9
10
+- Fixed build error in `mount_image.c` on some old Linux distros.
11
12
+- Changed the NTFS-3G image capture mode to no longer mark absolute symlink
13
+ targets as having been fixed. This improves compatibility with DISM.
14
15
+- Removed unhelpful warning messages when capturing hard-linked symlinks to
16
+ directories on Linux.
17
18
+- The license for the library has been relaxed from LGPLv3+ to LGPLv2.1+.
19
20
## Version 1.14.4
21
22
- Fixed potential crash when writing WIM XML data, introduced in v1.14.0.
0 commit comments