]> wimlib.net Git - wimlib/commitdiff
v1.13.3 v1.13.3
authorEric Biggers <ebiggers3@gmail.com>
Tue, 27 Oct 2020 03:54:00 +0000 (20:54 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 27 Oct 2020 03:54:00 +0000 (20:54 -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 10c9c45ceb1ddaa35c2195c1afb0360f36645393..85b038b530654a6410c5a376e11c184c8f70a8c1 100644 (file)
@@ -200,7 +200,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 32:0:17
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 33:0:18
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index dc3f37efcbae5d5ee397929a485963dee831cd54..623328050b5e5b3a0968b601929b2e1f1a1fd0ee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-Version 1.13.3-BETA1:
-       On Windows, improved performance of capturing an entire drive
-       in some cases.
+Version 1.13.3:
+       On Windows, improved performance of capturing an entire drive in some
+       cases.
+
+       On Windows, fixed leaking a directory handle (or triggering a SEH
+       exception when running under a debugger) when referencing WIM files.
+
+       On Windows, when applying a Windows OS image using the --compact flag,
+       bootloader files can now be compressed with stronger compression
+       algorithms if the version of Windows is recent enough to support it.
+
+       Clarified the license text.
 
 Version 1.13.2:
        Prevented miscompilation with gcc 10 at -O3
diff --git a/README b/README
index 725472333719a0236c21e74e458db878a6aa7fd1..56ae7417e4cc4aa6cfaab60a9a58fc5b39730744 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.13.2 (May 2020).  wimlib is a C library for
+This is wimlib version 1.13.3 (October 2020).  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 beaca3106e7e8099f5f87ea6ab6f0db50e9e3030..1f1b297dec7facded8ffdd5c91d644b5c1ef7e0d 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.13.3-BETA1], [https://wimlib.net/forums/])
+AC_INIT([wimlib], [1.13.3], [https://wimlib.net/forums/])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index aaafdfcdb1d64e903d92d03f15f7b07dd82b5de6..814876b5f1b55306d460642117fcf80b8aa39f8b 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH MKWINPEIMG "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 2534218711ac1a299fc45d2bba3f0f549c4c9257..4ae339f05e582a7b306c05f63b0507d79b745806 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMAPPLY "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index 7dc5735495d532687a5c35ca7805fc40f070e372..8a2714f0318499021b169b8f8da20f9d288815ff 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMCAPTURE "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index a109e2b37dc2118b32a44a1f56e625e3051f31a3..72a9795a055fd9678b1a57b8a0f82dd4805be57a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMDELETE "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index cefdaf604b99ec3c7d5971304844fb8a22ee7df4..28fb21b68d9e9be57e949a8beb1b60efb19fd1ce 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMDIR "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 041caa22f92f8302dff17321fc09192ed40fcdf5..82c890b3f7991d9d98acf19ae9ba2af833d57bf3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMEXPORT "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index 37fe10d9ec7d472226f2e7b338ac98899f1b8a0d..c402d6443dfe4e5e4e02f200569338f97fd1e24e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMEXTRACT "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index b364b92d3e2aac142d656668a4ce6eaa3fd3c81f..e270fceddbb6287ddea24cef3eed39531a11c241 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMINFO "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index 9eaf844f022b16098fc55bbecce20087c10ba610..754de9ec5d260fa4c89665b97266f6112b3d3062 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMJOIN "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index 295d240354c9656bffca158acd6ad83ecb7b5a18..f25f73b5a740150fca59de705c6e675e402d3f4f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMLIB-IMAGEX 1 "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index c5e5133968ad23b27a0ae51844ba759e4699d21a..9aaf903483732dfa97dbf7a6885c5a31baeccf64 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMMOUNT "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index 01b6a3501ec7327ab4977db2d6172818959e0ff2..d8ec28a7ad043ecae65b75784e41fb08d981b0e8 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMOPTIMIZE "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 69116a48282fd58bc4a8a373fd5068ae2019a8c1..dae0ac49007565583feb1aea979f9b880adb6925 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMSPLIT "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index 55873909275145232fbb71e5e2210a2e2c0aa180..3bb4082d3d3fc7e4595ce439041b68cc54836085 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMUPDATE "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index add78264a2000cf894ec3177c423379006546c0e..3d947e56cd3e079f2a2dd1ea9acf5964b5abde8a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "May 2020" "wimlib 1.13.2" "User Commands"
+.TH WIMVERIFY "1" "October 2020" "wimlib 1.13.3" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index a613c4fb71e39a62627f76b79f88494fb4630aa7..71b2c4a65b24e797fff3bb82f1917a021f219f97 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.13.2, a C
+ * This is the documentation for the library interface of wimlib 1.13.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
 #define WIMLIB_MINOR_VERSION 13
 
 /** 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" {