From 19bae757e5b20b8699036d66c6543b8aabdbc8ae Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 26 Oct 2020 20:54:00 -0700 Subject: [PATCH] v1.13.3 --- Makefile.am | 2 +- NEWS | 15 ++++++++++++--- README | 2 +- configure.ac | 2 +- doc/man1/mkwinpeimg.1 | 2 +- doc/man1/wimapply.1 | 2 +- doc/man1/wimcapture.1 | 2 +- doc/man1/wimdelete.1 | 2 +- doc/man1/wimdir.1 | 2 +- doc/man1/wimexport.1 | 2 +- doc/man1/wimextract.1 | 2 +- doc/man1/wiminfo.1 | 2 +- doc/man1/wimjoin.1 | 2 +- doc/man1/wimlib-imagex.1 | 2 +- doc/man1/wimmount.1 | 2 +- doc/man1/wimoptimize.1 | 2 +- doc/man1/wimsplit.1 | 2 +- doc/man1/wimupdate.1 | 2 +- doc/man1/wimverify.1 | 2 +- include/wimlib.h | 4 ++-- 20 files changed, 32 insertions(+), 23 deletions(-) diff --git a/Makefile.am b/Makefile.am index 10c9c45c..85b038b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -200,7 +200,7 @@ libwim_la_CFLAGS = \ $(LIBFUSE_CFLAGS) \ $(LIBCRYPTO_CFLAGS) -libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 32:0:17 +libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 33:0:18 libwim_la_LIBADD = \ $(PTHREAD_LIBS) \ diff --git a/NEWS b/NEWS index dc3f37ef..62332805 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ -Version 1.13.3-BETA1: - On Windows, improved performance of capturing an entire drive - in some cases. +Version 1.13.3: + On Windows, improved performance of capturing an entire drive in some + cases. + + On Windows, fixed leaking a directory handle (or triggering a SEH + exception when running under a debugger) when referencing WIM files. + + On Windows, when applying a Windows OS image using the --compact flag, + bootloader files can now be compressed with stronger compression + algorithms if the version of Windows is recent enough to support it. + + Clarified the license text. Version 1.13.2: Prevented miscompilation with gcc 10 at -O3 diff --git a/README b/README index 72547233..56ae7417 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.13.2 (May 2020). wimlib is a C library for +This is wimlib version 1.13.3 (October 2020). 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, diff --git a/configure.ac b/configure.ac index beaca310..1f1b297d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.3-BETA1], [https://wimlib.net/forums/]) +AC_INIT([wimlib], [1.13.3], [https://wimlib.net/forums/]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/doc/man1/mkwinpeimg.1 b/doc/man1/mkwinpeimg.1 index aaafdfcd..814876b5 100644 --- a/doc/man1/mkwinpeimg.1 +++ b/doc/man1/mkwinpeimg.1 @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH MKWINPEIMG "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS diff --git a/doc/man1/wimapply.1 b/doc/man1/wimapply.1 index 25342187..4ae339f0 100644 --- a/doc/man1/wimapply.1 +++ b/doc/man1/wimapply.1 @@ -1,4 +1,4 @@ -.TH WIMAPPLY "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMAPPLY "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimapply \- Apply a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimcapture.1 b/doc/man1/wimcapture.1 index 7dc57354..8a2714f0 100644 --- a/doc/man1/wimcapture.1 +++ b/doc/man1/wimcapture.1 @@ -1,4 +1,4 @@ -.TH WIMCAPTURE "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMCAPTURE "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimcapture, wimappend \- Capture or append a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimdelete.1 b/doc/man1/wimdelete.1 index a109e2b3..72a9795a 100644 --- a/doc/man1/wimdelete.1 +++ b/doc/man1/wimdelete.1 @@ -1,4 +1,4 @@ -.TH WIMDELETE "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMDELETE "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimdelete \- Delete an image from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimdir.1 b/doc/man1/wimdir.1 index cefdaf60..28fb21b6 100644 --- a/doc/man1/wimdir.1 +++ b/doc/man1/wimdir.1 @@ -1,4 +1,4 @@ -.TH WIMDIR "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMDIR "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimdir \- List the files contained in a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimexport.1 b/doc/man1/wimexport.1 index 041caa22..82c890b3 100644 --- a/doc/man1/wimexport.1 +++ b/doc/man1/wimexport.1 @@ -1,4 +1,4 @@ -.TH WIMEXPORT "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMEXPORT "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimexport \- Export image(s) from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimextract.1 b/doc/man1/wimextract.1 index 37fe10d9..c402d644 100644 --- a/doc/man1/wimextract.1 +++ b/doc/man1/wimextract.1 @@ -1,4 +1,4 @@ -.TH WIMEXTRACT "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMEXTRACT "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimextract \- Extract files from a WIM image .SH SYNOPSIS diff --git a/doc/man1/wiminfo.1 b/doc/man1/wiminfo.1 index b364b92d..e270fced 100644 --- a/doc/man1/wiminfo.1 +++ b/doc/man1/wiminfo.1 @@ -1,4 +1,4 @@ -.TH WIMINFO "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMINFO "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wiminfo \- Display or change information about a WIM file or image .SH SYNOPSIS diff --git a/doc/man1/wimjoin.1 b/doc/man1/wimjoin.1 index 9eaf844f..754de9ec 100644 --- a/doc/man1/wimjoin.1 +++ b/doc/man1/wimjoin.1 @@ -1,4 +1,4 @@ -.TH WIMJOIN "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMJOIN "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimjoin\- Join a split WIM into a standalone WIM .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex.1 b/doc/man1/wimlib-imagex.1 index 295d2403..f25f73b5 100644 --- a/doc/man1/wimlib-imagex.1 +++ b/doc/man1/wimlib-imagex.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMLIB-IMAGEX 1 "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimlib-imagex \- Extract, create, modify, or mount a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimmount.1 b/doc/man1/wimmount.1 index c5e51339..9aaf9034 100644 --- a/doc/man1/wimmount.1 +++ b/doc/man1/wimmount.1 @@ -1,4 +1,4 @@ -.TH WIMMOUNT "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMMOUNT "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimoptimize.1 b/doc/man1/wimoptimize.1 index 01b6a350..d8ec28a7 100644 --- a/doc/man1/wimoptimize.1 +++ b/doc/man1/wimoptimize.1 @@ -1,4 +1,4 @@ -.TH WIMOPTIMIZE "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMOPTIMIZE "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimoptimize \- Optimize a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimsplit.1 b/doc/man1/wimsplit.1 index 69116a48..dae0ac49 100644 --- a/doc/man1/wimsplit.1 +++ b/doc/man1/wimsplit.1 @@ -1,4 +1,4 @@ -.TH WIMSPLIT "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMSPLIT "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimsplit \- Split a WIM archive into multiple parts .SH SYNOPSIS diff --git a/doc/man1/wimupdate.1 b/doc/man1/wimupdate.1 index 55873909..3bb4082d 100644 --- a/doc/man1/wimupdate.1 +++ b/doc/man1/wimupdate.1 @@ -1,4 +1,4 @@ -.TH WIMUPDATE "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMUPDATE "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimupdate \- Update a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimverify.1 b/doc/man1/wimverify.1 index add78264..3d947e56 100644 --- a/doc/man1/wimverify.1 +++ b/doc/man1/wimverify.1 @@ -1,4 +1,4 @@ -.TH WIMVERIFY "1" "May 2020" "wimlib 1.13.2" "User Commands" +.TH WIMVERIFY "1" "October 2020" "wimlib 1.13.3" "User Commands" .SH NAME wimverify \- Verify a WIM archive .SH SYNOPSIS diff --git a/include/wimlib.h b/include/wimlib.h index a613c4fb..71b2c4a6 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -11,7 +11,7 @@ /** * @mainpage * - * This is the documentation for the library interface of wimlib 1.13.2, a C + * This is the documentation for the library interface of wimlib 1.13.3, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging (WIM) format. This documentation is intended for developers * only. If you have installed wimlib and want to know how to use the @b @@ -411,7 +411,7 @@ #define WIMLIB_MINOR_VERSION 13 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 2 +#define WIMLIB_PATCH_VERSION 3 #ifdef __cplusplus extern "C" { -- 2.43.0