]> wimlib.net Git - wimlib/commitdiff
v1.14.2 v1.14.2
authorEric Biggers <ebiggers3@gmail.com>
Sun, 6 Aug 2023 17:30:39 +0000 (10:30 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 6 Aug 2023 17:30:39 +0000 (10:30 -0700)
21 files changed:
Makefile.am
NEWS.md
README.WINDOWS.md
README.md
doc/man1/mkwinpeimg.1
doc/man1/wimapply.1
doc/man1/wimcapture.1
doc/man1/wimdelete.1
doc/man1/wimdir.1
doc/man1/wimexport.1
doc/man1/wimextract.1
doc/man1/wiminfo.1
doc/man1/wimjoin.1
doc/man1/wimlib-imagex.1
doc/man1/wimmount.1
doc/man1/wimoptimize.1
doc/man1/wimsplit.1
doc/man1/wimupdate.1
doc/man1/wimverify.1
include/wimlib.h
tools/get-version-number.sh

index cb012fca34eff677d5ef154312f263f9d6a2f87c..92fccb950d00bb8635b6857454f31c564ea84b15 100644 (file)
@@ -201,7 +201,7 @@ libwim_la_CFLAGS =          \
        $(LIBNTFS_3G_CFLAGS)    \
        $(LIBFUSE_CFLAGS)
 
        $(LIBNTFS_3G_CFLAGS)    \
        $(LIBFUSE_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 38:0:23
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 39:0:24
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS.md b/NEWS.md
index e4964661cfd6fce6cbe14c2a09f6b836bbf0f378..d3637c024fbd5b0729306aa6e65004fe5956dc05 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # wimlib release notes
 
 # wimlib release notes
 
-## Version 1.14.2-BETA2
+## Version 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
 
 - 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
index 9e3e0f96dd2f107ed43b8236279c2d864f3cc6a4..3f0ea270e4b4fc4715d97500db4254940dc4a068 100644 (file)
@@ -107,9 +107,9 @@ After that, open any MSYS2 shell again and run the following commands:
 
 Note: By default the git repository will be on the `master` branch, which is the
 latest development snapshot.  Optionally, you can check out a specific version,
 
 Note: By default the git repository will be on the `master` branch, which is the
 latest development snapshot.  Optionally, you can check out a specific version,
-e.g. `cd wimlib && git checkout v1.14.1`.  For old versions, please refer to the
+e.g. `cd wimlib && git checkout v1.14.2`.  For old versions, please refer to the
 documentation for that version, as things may have changed.  It is also possible
 documentation for that version, as things may have changed.  It is also possible
-to use a release tarball (e.g. `wimlib-1.14.1.tar.gz`) instead of the git repo.
+to use a release tarball (e.g. `wimlib-1.14.2.tar.gz`) instead of the git repo.
 
 Finally, to actually do a build, close the MSYS2 shell you have open, then open
 one of the following from the Start menu:
 
 Finally, to actually do a build, close the MSYS2 shell you have open, then open
 one of the following from the Start menu:
@@ -127,7 +127,7 @@ one of the following from the Start menu:
 
 The script will automatically download and install the packages needed to build
 wimlib in the chosen MSYS2 environment, then build wimlib.  The output will be
 
 The script will automatically download and install the packages needed to build
 wimlib in the chosen MSYS2 environment, then build wimlib.  The output will be
-in a folder named similarly to `wimlib-1.14.1-windows-x86_64-bin`.  Note that
+in a folder named similarly to `wimlib-1.14.2-windows-x86_64-bin`.  Note that
 your "home" folder within MSYS2 is `C:\msys64\home\%USERNAME%` by default.
 Therefore, the full path to the output folder will be similar to
 your "home" folder within MSYS2 is `C:\msys64\home\%USERNAME%` by default.
 Therefore, the full path to the output folder will be similar to
-`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.1-windows-x86_64-bin`.
+`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.2-windows-x86_64-bin`.
index 41848014b29ce32b92096b02a221fa0997203615..7240a5427d98cff1a64a1b04086f511844687a36 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Introduction
 
 # Introduction
 
-This is wimlib version 1.14.2-BETA2 (July 2023).  wimlib is a C library for
+This is wimlib version 1.14.2 (August 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,
 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,
index 1a333ebd4675995d795b54e2059cc4704f7811b0..6f19efacafdebfc853602b4c5f06d66f96d6d1f9 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH MKWINPEIMG "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 1489f5cadd4201a4921d8d387502b91fbba9d0af..3a90c6c67a1eae68fc96d656a6c51f8eca4d85c9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMAPPLY "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index 4dc19da7b43615522c7b5f35636b94cb7aac2b18..cc2986650220192be46cd740cf581182a5aadd58 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMCAPTURE "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index 95fd2d4b1bde774a0eddc87e0d11c17a94ada7aa..3870e95ae75d45462d6d5ec8ee3a56cc6a11eef9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMDELETE "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 9c25d23679df882b806a9d57c2016f00a6c0791e..e8502d13ae4dfd965971b53ecc17316df69e3942 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMDIR "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 87fd9e2acce34215bbe1659e8c55c75a12075022..d8accf94f49c44a9c3b72c38787fa4ec2fcbfb77 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMEXPORT "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index d2c361b74176337b213eca8aecce88ff1485f6bc..b40c4a1776c9e7d71414b929f437ff34aee43071 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMEXTRACT "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index a20ed5dbb42aebfefd2cde53fb85362da5616c89..1f83b0ec7b9c36340a94d3decc3381938a628fb0 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMINFO "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index 2de214183bfdb20480a768fe8e298137e6c400e1..80fcbeced0c8f7f0f6b2ac1f91767bd79457913b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMJOIN "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index 0a08d916c73caec1d6b88b0f1af477f0c41e66ce..c680441b624752e4cfcc2a6af65bbc83ac5f7fa9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMLIB-IMAGEX 1 "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index 51a89bf899e601a95dfa6ca8622a827d0cccfcdb..c5ac2d3c38b6a7648685701f00833a28c3b90f56 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMMOUNT "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index d439d76d660558f64c2d6366dc8ecc62ed11014d..b1aec75b97d3b7b77385cc41df440266faccf867 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMOPTIMIZE "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 05e161c838bd82cd31d8820b04ed8e94baca04fb..b63ec1c1ded6564faf5f85a06ac6df2e7f484ab5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMSPLIT "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index f5e7c77d7bec20a92108a7c6c101526a746c3258..80436bff9eb5404585c654e327cc88d02178a906 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMUPDATE "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index c5ac3ae789f88f850f365407e57b825876aec5f8..fcf462fceb323c5fa3d5cbe719a69bfc0dc40ed0 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "April 2023" "wimlib 1.14.1" "User Commands"
+.TH WIMVERIFY "1" "August 2023" "wimlib 1.14.2" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index 54d6cb5832763afa73d36416a3a88c061d89428e..68693148c5eb0fab04ae587445bf20a8930ce2de 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.14.1, a C
+ * This is the documentation for the library interface of wimlib 1.14.2, 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
  * 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
 #define WIMLIB_MINOR_VERSION 14
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #define WIMLIB_MINOR_VERSION 14
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 1
+#define WIMLIB_PATCH_VERSION 2
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index c0328c0ad742c2e084208af25a8790d71f84b912..4105d389411e3c2dd93a47488d4d8b0d0194531d 100755 (executable)
@@ -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
        sed 's/^v//')
 if [ -z "$vers" ]; then
        # Fallback for people who use autoreconf on tarball releases
-       vers="1.14.1"
+       vers="1.14.2"
 fi
 echo "$vers"
 fi
 echo "$vers"