From: Eric Biggers Date: Sun, 23 Apr 2023 07:15:50 +0000 (-0700) Subject: v1.14.0 X-Git-Tag: v1.14.0^0 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=97db529847600f65747d437ab2fe0f819e4a363f v1.14.0 --- diff --git a/Makefile.am b/Makefile.am index 00ff3663..7eb51425 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,7 +201,7 @@ libwim_la_CFLAGS = \ $(LIBNTFS_3G_CFLAGS) \ $(LIBFUSE_CFLAGS) -libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 36:0:21 +libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 37:0:22 libwim_la_LIBADD = \ $(PTHREAD_LIBS) \ diff --git a/NEWS.md b/NEWS.md index ca380763..f6c7c9e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # wimlib release notes -## Version 1.14.0-BETA3 +## Version 1.14.0 - Removed libxml2 and libcrypto (OpenSSL) as dependencies of wimlib. Also removed winpthreads as a dependency of wimlib on Windows. diff --git a/README.md b/README.md index cf3a509a..85476f22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -This is wimlib version 1.14.0-BETA3 (April 2023). wimlib is a C library for +This is wimlib version 1.14.0 (April 2023). 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/doc/man1/mkwinpeimg.1 b/doc/man1/mkwinpeimg.1 index b5c1f861..f57526ac 100644 --- a/doc/man1/mkwinpeimg.1 +++ b/doc/man1/mkwinpeimg.1 @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH MKWINPEIMG "1" "April 2023" "wimlib 1.14.0" "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 23f40fb6..bbb32449 100644 --- a/doc/man1/wimapply.1 +++ b/doc/man1/wimapply.1 @@ -1,4 +1,4 @@ -.TH WIMAPPLY "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMAPPLY "1" "April 2023" "wimlib 1.14.0" "User Commands" .SH NAME wimapply \- Apply a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimcapture.1 b/doc/man1/wimcapture.1 index f3075537..e3fbcdb4 100644 --- a/doc/man1/wimcapture.1 +++ b/doc/man1/wimcapture.1 @@ -1,4 +1,4 @@ -.TH WIMCAPTURE "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMCAPTURE "1" "April 2023" "wimlib 1.14.0" "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 a2f096b7..9b375a79 100644 --- a/doc/man1/wimdelete.1 +++ b/doc/man1/wimdelete.1 @@ -1,4 +1,4 @@ -.TH WIMDELETE "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMDELETE "1" "April 2023" "wimlib 1.14.0" "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 0c239bc2..4f50f662 100644 --- a/doc/man1/wimdir.1 +++ b/doc/man1/wimdir.1 @@ -1,4 +1,4 @@ -.TH WIMDIR "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMDIR "1" "April 2023" "wimlib 1.14.0" "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 87c89a3a..8e754c29 100644 --- a/doc/man1/wimexport.1 +++ b/doc/man1/wimexport.1 @@ -1,4 +1,4 @@ -.TH WIMEXPORT "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMEXPORT "1" "April 2023" "wimlib 1.14.0" "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 0501d096..875f4d8c 100644 --- a/doc/man1/wimextract.1 +++ b/doc/man1/wimextract.1 @@ -1,4 +1,4 @@ -.TH WIMEXTRACT "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMEXTRACT "1" "April 2023" "wimlib 1.14.0" "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 355d9bf1..65c33174 100644 --- a/doc/man1/wiminfo.1 +++ b/doc/man1/wiminfo.1 @@ -1,4 +1,4 @@ -.TH WIMINFO "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMINFO "1" "April 2023" "wimlib 1.14.0" "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 4cd62664..f0ee577e 100644 --- a/doc/man1/wimjoin.1 +++ b/doc/man1/wimjoin.1 @@ -1,4 +1,4 @@ -.TH WIMJOIN "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMJOIN "1" "April 2023" "wimlib 1.14.0" "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 307f04bb..8ebcd4f6 100644 --- a/doc/man1/wimlib-imagex.1 +++ b/doc/man1/wimlib-imagex.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMLIB-IMAGEX 1 "April 2023" "wimlib 1.14.0" "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 1292f921..2bf731d2 100644 --- a/doc/man1/wimmount.1 +++ b/doc/man1/wimmount.1 @@ -1,4 +1,4 @@ -.TH WIMMOUNT "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMMOUNT "1" "April 2023" "wimlib 1.14.0" "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 ddcb58d3..8b7242ce 100644 --- a/doc/man1/wimoptimize.1 +++ b/doc/man1/wimoptimize.1 @@ -1,4 +1,4 @@ -.TH WIMOPTIMIZE "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMOPTIMIZE "1" "April 2023" "wimlib 1.14.0" "User Commands" .SH NAME wimoptimize \- Optimize a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimsplit.1 b/doc/man1/wimsplit.1 index 87fe9d34..d47e9ea2 100644 --- a/doc/man1/wimsplit.1 +++ b/doc/man1/wimsplit.1 @@ -1,4 +1,4 @@ -.TH WIMSPLIT "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMSPLIT "1" "April 2023" "wimlib 1.14.0" "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 7c079149..203a1361 100644 --- a/doc/man1/wimupdate.1 +++ b/doc/man1/wimupdate.1 @@ -1,4 +1,4 @@ -.TH WIMUPDATE "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMUPDATE "1" "April 2023" "wimlib 1.14.0" "User Commands" .SH NAME wimupdate \- Update a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimverify.1 b/doc/man1/wimverify.1 index 6b499cc0..6867cd21 100644 --- a/doc/man1/wimverify.1 +++ b/doc/man1/wimverify.1 @@ -1,4 +1,4 @@ -.TH WIMVERIFY "1" "September 2022" "wimlib 1.13.6" "User Commands" +.TH WIMVERIFY "1" "April 2023" "wimlib 1.14.0" "User Commands" .SH NAME wimverify \- Verify a WIM archive .SH SYNOPSIS diff --git a/include/wimlib.h b/include/wimlib.h index 18b6f253..9035ba4d 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.6, a C + * This is the documentation for the library interface of wimlib 1.14.0, 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 @@ -417,10 +417,10 @@ #define WIMLIB_MAJOR_VERSION 1 /** Minor version of the library (for example, the 2 in 1.2.5). */ -#define WIMLIB_MINOR_VERSION 13 +#define WIMLIB_MINOR_VERSION 14 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 6 +#define WIMLIB_PATCH_VERSION 0 #ifdef __cplusplus extern "C" { diff --git a/tools/get-version-number.sh b/tools/get-version-number.sh index 219d9078..b8aa2f58 100755 --- a/tools/get-version-number.sh +++ b/tools/get-version-number.sh @@ -7,6 +7,6 @@ vers=$(git describe --abbrev=8 --dirty --always 2>/dev/null | \ sed 's/^v//') if [ -z "$vers" ]; then # Fallback for people who use autoreconf on tarball releases - vers="1.13.6" + vers="1.14.0" fi echo "$vers"