Skip to content

Commit cd5e231

Browse files
committed
v1.14.5
1 parent 47333ec commit cd5e231

21 files changed

Lines changed: 41 additions & 24 deletions

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ libwim_la_CFLAGS = \
201201
$(LIBNTFS_3G_CFLAGS) \
202202
$(LIBFUSE_CFLAGS)
203203

204-
libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 41:0:26
204+
libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 42:0:27
205205

206206
libwim_la_LIBADD = \
207207
$(PTHREAD_LIBS) \

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# wimlib release notes
22

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+
320
## Version 1.14.4
421

522
- Fixed potential crash when writing WIM XML data, introduced in v1.14.0.

README.WINDOWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ After that, open any MSYS2 shell again and run the following commands:
107107

108108
Note: By default the git repository will be on the `master` branch, which is the
109109
latest development snapshot. Optionally, you can check out a specific version,
110-
e.g. `cd wimlib && git checkout v1.14.4`. For old versions, please refer to the
110+
e.g. `cd wimlib && git checkout v1.14.5`. For old versions, please refer to the
111111
documentation for that version, as things may have changed. It is also possible
112-
to use a release tarball (e.g. `wimlib-1.14.4.tar.gz`) instead of the git repo.
112+
to use a release tarball (e.g. `wimlib-1.14.5.tar.gz`) instead of the git repo.
113113

114114
Finally, to actually do a build, close the MSYS2 shell you have open, then open
115115
one of the following from the Start menu:
@@ -126,7 +126,7 @@ one of the following from the Start menu:
126126

127127
The script will automatically download and install the packages needed to build
128128
wimlib in the chosen MSYS2 environment, then build wimlib. The output will be
129-
in a folder named similarly to `wimlib-1.14.4-windows-x86_64-bin`. Note that
129+
in a folder named similarly to `wimlib-1.14.5-windows-x86_64-bin`. Note that
130130
your "home" folder within MSYS2 is `C:\msys64\home\%USERNAME%` by default.
131131
Therefore, the full path to the output folder will be similar to
132-
`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.4-windows-x86_64-bin`.
132+
`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.5-windows-x86_64-bin`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
This is wimlib version 1.14.4 (February 2024). wimlib is a C library for
3+
This is wimlib version 1.14.5 (January 2026). wimlib is a C library for
44
creating, modifying, extracting, and mounting files in the Windows Imaging
55
Format (WIM files). wimlib and its command-line frontend `wimlib-imagex`
66
provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX,

doc/man1/mkwinpeimg.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MKWINPEIMG "1" "February 2024" "wimlib 1.14.4" "User Commands"
1+
.TH MKWINPEIMG "1" "January 2026" "wimlib 1.14.5" "User Commands"
22
.SH NAME
33
mkwinpeimg \- Make a customized bootable image of Windows PE
44
.SH SYNOPSIS

doc/man1/wimapply.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WIMAPPLY "1" "February 2024" "wimlib 1.14.4" "User Commands"
1+
.TH WIMAPPLY "1" "January 2026" "wimlib 1.14.5" "User Commands"
22
.SH NAME
33
wimapply \- Apply a WIM image
44
.SH SYNOPSIS

doc/man1/wimcapture.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WIMCAPTURE "1" "February 2024" "wimlib 1.14.4" "User Commands"
1+
.TH WIMCAPTURE "1" "January 2026" "wimlib 1.14.5" "User Commands"
22
.SH NAME
33
wimcapture, wimappend \- Capture or append a WIM image
44
.SH SYNOPSIS

doc/man1/wimdelete.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WIMDELETE "1" "February 2024" "wimlib 1.14.4" "User Commands"
1+
.TH WIMDELETE "1" "January 2026" "wimlib 1.14.5" "User Commands"
22
.SH NAME
33
wimdelete \- Delete an image from a WIM archive
44
.SH SYNOPSIS

doc/man1/wimdir.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WIMDIR "1" "February 2024" "wimlib 1.14.4" "User Commands"
1+
.TH WIMDIR "1" "January 2026" "wimlib 1.14.5" "User Commands"
22
.SH NAME
33
wimdir \- List the files contained in a WIM image
44
.SH SYNOPSIS

doc/man1/wimexport.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WIMEXPORT "1" "February 2024" "wimlib 1.14.4" "User Commands"
1+
.TH WIMEXPORT "1" "January 2026" "wimlib 1.14.5" "User Commands"
22
.SH NAME
33
wimexport \- Export image(s) from a WIM archive
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)