]> wimlib.net Git - wimlib/commitdiff
v1.13.4 v1.13.4
authorEric Biggers <ebiggers3@gmail.com>
Mon, 19 Apr 2021 04:16:34 +0000 (21:16 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 19 Apr 2021 04:34:16 +0000 (21:34 -0700)
20 files changed:
Makefile.am
NEWS
README
configure.ac
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

index 391b09ca96bb1f7518582e08f46c62d355579476..d3e782352d626d2036f9a93453c92d01c63ee76b 100644 (file)
@@ -200,7 +200,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 33:0:18
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 34:0:19
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index b389840211d26149de254d42697aa1c1d4825abe..cee3298b683d0721630dac04372c9ee95ad7149b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.13.4-BETA2:
+Version 1.13.4:
        wimsplit now prints progress messages regularly rather than just once
        per WIM part.
 
diff --git a/README b/README
index 56ae7417e4cc4aa6cfaab60a9a58fc5b39730744..6715a1f669d9b1223e8fa69327ab0652bef76bae 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.13.3 (October 2020).  wimlib is a C library for
+This is wimlib version 1.13.4 (April 2021).  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 88d88b892494b0e52be5dd3dae7193f772bc5c8b..25bb25d7883db0ca888ea607e220b5b2bbfbe27a 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.13.4-BETA2], [https://wimlib.net/forums/])
+AC_INIT([wimlib], [1.13.4], [https://wimlib.net/forums/])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 814876b5f1b55306d460642117fcf80b8aa39f8b..c357bc1e925f5bf6d680c3848eed00d3ef6418dc 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH MKWINPEIMG "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index ebd8f7eb7991c2f677f20e0385169052c1a4c895..397eb9c4d88f6dac4d1c133c367e998683319200 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMAPPLY "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index 8a2714f0318499021b169b8f8da20f9d288815ff..8271b7e6d211262d891c814c61a3d553337703a6 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMCAPTURE "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index 72a9795a055fd9678b1a57b8a0f82dd4805be57a..0508f610b7ce2a1bf020e5c587395e979ccc48b1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMDELETE "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 28fb21b68d9e9be57e949a8beb1b60efb19fd1ce..bd0da24b187cac12c48ed0d71e3b4e009aaf8cad 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMDIR "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 82c890b3f7991d9d98acf19ae9ba2af833d57bf3..fbe378cc0872909a6f9f683db7af22b409c0d2d5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMEXPORT "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index 01e87d2d90501b047030b8e7913e3b9d78dc5a6a..05aa08037359ad41b0425158b7a4e3b224cc751f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMEXTRACT "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index e270fceddbb6287ddea24cef3eed39531a11c241..a4aa17d5b9b9bed20b04d3915b8947b0325f2a4c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMINFO "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index 754de9ec5d260fa4c89665b97266f6112b3d3062..1035d4ac709004562fc5c5a7b6b5eb36b8445b67 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMJOIN "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index f25f73b5a740150fca59de705c6e675e402d3f4f..de64f6bf138a11be6272350beddca47e58e0a853 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMLIB-IMAGEX 1 "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index 9aaf903483732dfa97dbf7a6885c5a31baeccf64..d0c1f6b9fa01292d91636a4224b19c6b42777eb4 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMMOUNT "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index d8ec28a7ad043ecae65b75784e41fb08d981b0e8..dabf6b88daedf72eb25191b3f8a1053931e0cb3f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMOPTIMIZE "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index dae0ac49007565583feb1aea979f9b880adb6925..450be81a81a29af2566576705faafd3b6f4fdd26 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMSPLIT "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index 3bb4082d3d3fc7e4595ce439041b68cc54836085..f1cfb4a1edc92c9b8187f4529e535a87f08bcd0b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMUPDATE "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index 3d947e56cd3e079f2a2dd1ea9acf5964b5abde8a..41d08b887a45378c0502f092a000dfdee715da42 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "October 2020" "wimlib 1.13.3" "User Commands"
+.TH WIMVERIFY "1" "April 2021" "wimlib 1.13.4" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index b1aff6297efae7a7cdbdee4b1cff3c61ca71d12a..b5cc66fad5940ad4ae77dddacaf2508a0bbf1780 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.13.3, a C
+ * This is the documentation for the library interface of wimlib 1.13.4, 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_MINOR_VERSION 13
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 3
+#define WIMLIB_PATCH_VERSION 4
 
 #ifdef __cplusplus
 extern "C" {