]> wimlib.net Git - wimlib/commitdiff
v1.14.3 v1.14.3
authorEric Biggers <ebiggers3@gmail.com>
Mon, 4 Sep 2023 18:41:23 +0000 (11:41 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 4 Sep 2023 18:41:23 +0000 (11:41 -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 92fccb950d00bb8635b6857454f31c564ea84b15..4a5e4eb020d557a290c6a949ff3665951b3088fa 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 39:0:24
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 40:0:25
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS.md b/NEWS.md
index 8287edb1aa6073b6e194979bbfcdeb5e60dcc10c..5fc8677e800f9a5d08cd88336faf5d0886f762cd 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # wimlib release notes
 
 # wimlib release notes
 
-## Version 1.14.3-BETA1
+## Version 1.14.3
 
 - Fixed a bug introduced in v1.14.0 where non-ASCII characters stopped being
   accepted in image names and descriptions.  This bug only affected UNIX-like
 
 - Fixed a bug introduced in v1.14.0 where non-ASCII characters stopped being
   accepted in image names and descriptions.  This bug only affected UNIX-like
index 3f0ea270e4b4fc4715d97500db4254940dc4a068..238591ff11adb1e532cfa3dd942ef51614de16a5 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.2`.  For old versions, please refer to the
+e.g. `cd wimlib && git checkout v1.14.3`.  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.2.tar.gz`) instead of the git repo.
+to use a release tarball (e.g. `wimlib-1.14.3.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.2-windows-x86_64-bin`.  Note that
+in a folder named similarly to `wimlib-1.14.3-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.2-windows-x86_64-bin`.
+`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.3-windows-x86_64-bin`.
index 7240a5427d98cff1a64a1b04086f511844687a36..7ab3049d9fbc148b115e01f9e96d3408f51ee60b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Introduction
 
 # Introduction
 
-This is wimlib version 1.14.2 (August 2023).  wimlib is a C library for
+This is wimlib version 1.14.3 (September 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 6f19efacafdebfc853602b4c5f06d66f96d6d1f9..e692e3ba211e32ea99dc4d059a22cfaae1c1febf 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH MKWINPEIMG "1" "September 2023" "wimlib 1.14.3" "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 3a90c6c67a1eae68fc96d656a6c51f8eca4d85c9..d515d669e0346ce0fdb238e85e443d102c9d86e9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMAPPLY "1" "September 2023" "wimlib 1.14.3" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index cc2986650220192be46cd740cf581182a5aadd58..b1cfa6952231c38abf0696a052e7b5f69ac29a92 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMCAPTURE "1" "September 2023" "wimlib 1.14.3" "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 3870e95ae75d45462d6d5ec8ee3a56cc6a11eef9..49c136efd7ba2fec3dc06820dec5f86d435b1d2b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMDELETE "1" "September 2023" "wimlib 1.14.3" "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 e8502d13ae4dfd965971b53ecc17316df69e3942..0a09cc640e155951a974149bad3c6ab4fcf76859 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMDIR "1" "September 2023" "wimlib 1.14.3" "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 d8accf94f49c44a9c3b72c38787fa4ec2fcbfb77..e131413d3ccc36f840d8c24aa29d84a042d6c321 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMEXPORT "1" "September 2023" "wimlib 1.14.3" "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 b40c4a1776c9e7d71414b929f437ff34aee43071..36e37cba7e99f5070d40c75bd8de908857c19fe5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMEXTRACT "1" "September 2023" "wimlib 1.14.3" "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 1f83b0ec7b9c36340a94d3decc3381938a628fb0..e46d46cd42e69753026885de16d234a78ea33388 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMINFO "1" "September 2023" "wimlib 1.14.3" "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 80fcbeced0c8f7f0f6b2ac1f91767bd79457913b..ba1f4be8c09052c9fb264c7016018e18e59d77de 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMJOIN "1" "September 2023" "wimlib 1.14.3" "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 c680441b624752e4cfcc2a6af65bbc83ac5f7fa9..e92b5df0a82d09c613fd6ec2489233e14e70fb8c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMLIB-IMAGEX 1 "September 2023" "wimlib 1.14.3" "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 c5ac2d3c38b6a7648685701f00833a28c3b90f56..6638652fe94eb2205c4c7ee0e58dc42552ade8bf 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMMOUNT "1" "September 2023" "wimlib 1.14.3" "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 b1aec75b97d3b7b77385cc41df440266faccf867..c8839c85c6009ea8eaeeefdfca0ac1f4cc5906f6 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMOPTIMIZE "1" "September 2023" "wimlib 1.14.3" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index b63ec1c1ded6564faf5f85a06ac6df2e7f484ab5..9e65eb8067b90b89740227dea43288c86557f797 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMSPLIT "1" "September 2023" "wimlib 1.14.3" "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 80436bff9eb5404585c654e327cc88d02178a906..c5c2e6532d76e49d4155c7cb8b076f0adb67a7f1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMUPDATE "1" "September 2023" "wimlib 1.14.3" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index fcf462fceb323c5fa3d5cbe719a69bfc0dc40ed0..02b65a5665b0c82a103136130659cc4afdd7d026 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "August 2023" "wimlib 1.14.2" "User Commands"
+.TH WIMVERIFY "1" "September 2023" "wimlib 1.14.3" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index 68693148c5eb0fab04ae587445bf20a8930ce2de..55ed0f45a3473b2875241764e1a92eda735e403e 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.14.2, a C
+ * This is the documentation for the library interface of wimlib 1.14.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
  * 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 2
+#define WIMLIB_PATCH_VERSION 3
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index 4105d389411e3c2dd93a47488d4d8b0d0194531d..ef4f54ec2cd790245f4a00e5fc075118ee898a8b 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.2"
+       vers="1.14.3"
 fi
 echo "$vers"
 fi
 echo "$vers"