]> wimlib.net Git - wimlib/commitdiff
v1.14.0 v1.14.0
authorEric Biggers <ebiggers3@gmail.com>
Sun, 23 Apr 2023 07:15:50 +0000 (00:15 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 23 Apr 2023 07:15:50 +0000 (00:15 -0700)
20 files changed:
Makefile.am
NEWS.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 00ff36639e2673ff3a54bf9ac902c6c37cbc1b18..7eb51425678563c06f1fdb721d634a9914dddf3a 100644 (file)
@@ -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 ca380763204c14ec9ef4c0ad4ee92276230bf357..f6c7c9e8d18214eafbaee166dee6cecd76f06190 100644 (file)
--- 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.
index cf3a509ad0c8b8141dcab61cb44bfce6897eaf30..85476f22ced675c031187c06b797a411cc9c79c8 100644 (file)
--- 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,
index b5c1f86195582720e9d9f634a7344c111a0759d8..f57526ac5c2cd64a861abd798b7f3d82d940014b 100644 (file)
@@ -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
index 23f40fb629ccae44217d928b3c7df1cf423369ab..bbb324497a404c14e0a2dde4afb7b0306f5925f2 100644 (file)
@@ -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
index f30755372382de95f6238e9e1753787c9a6af1e9..e3fbcdb42f0e0a5e2cceb445f15770b4f94a9333 100644 (file)
@@ -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
index a2f096b75eb4ff794e8b3beac4776df521eef6ea..9b375a79067c74a7f22da4fca9811074f0d3e910 100644 (file)
@@ -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
index 0c239bc2af21743ac8c765d696ae444d1ab99265..4f50f6628697be51451679df6331a72143bbe5bc 100644 (file)
@@ -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
index 87c89a3ac3f0e312cdfe2f144f5407b8e5c6e40c..8e754c29cdece78b8f1984a132cc9e092c57583f 100644 (file)
@@ -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
index 0501d096388f859c67fddfdee3d9b4622f0c8f9e..875f4d8c687cf12ab408ccd033597e02c841bc5d 100644 (file)
@@ -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
index 355d9bf1dee8042533970cfdbc73431dfa5bfa6c..65c331743eae422fc8a979671ac8d20f2bfc6524 100644 (file)
@@ -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
index 4cd6266433836923ebbd08a28b2ca096ec9052ce..f0ee577ee242d2499b14edebc953ba0e64f41ba9 100644 (file)
@@ -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
index 307f04bb4ed61f3e736250d69c864d6eb3280798..8ebcd4f69b86d623e369a2332eed4fc5ee6c24a3 100644 (file)
@@ -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
index 1292f921ac2deea3d91fb7743982ee02199df1e4..2bf731d249362d164bd7721a12b9137935bb30f3 100644 (file)
@@ -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
index ddcb58d354dcd8cfa1427c5fe34ce0499453edf7..8b7242ce2d3d8bc8604ebbd1ff7318edfa9c0ce7 100644 (file)
@@ -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
index 87fe9d3416ef9941e0b8d25a5f97838f9abe9986..d47e9ea2ccaf865afa6cba52b60e4ac12a12b90f 100644 (file)
@@ -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
index 7c07914946543a82a7bc6d15c2ef30c1d8c8a259..203a136126bcf92ab432a1fef272e69de770f0ae 100644 (file)
@@ -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
index 6b499cc0c3a827dc98904c3ff36050acdf9e9aca..6867cd215fe4b9b0d4ba7da883e8239b2e4d7fb2 100644 (file)
@@ -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
index 18b6f253a9316dd69eb8ba114b6835f9842151d0..9035ba4de587b453e050811938f63b3164be92ad 100644 (file)
@@ -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
 #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" {
index 219d90780cf2aca863652b340360d84728f515b4..b8aa2f582e0ac3d1cf866a88e137a6905fc4f20b 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
-       vers="1.13.6"
+       vers="1.14.0"
 fi
 echo "$vers"