]> wimlib.net Git - wimlib/commitdiff
v1.13.2 v1.13.2
authorEric Biggers <ebiggers3@gmail.com>
Sun, 24 May 2020 18:22:36 +0000 (11:22 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 24 May 2020 18:22:36 +0000 (11:22 -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 b6fbeaf4182d04cbbe0a4e5d282e713cd8ecd28a..10c9c45ceb1ddaa35c2195c1afb0360f36645393 100644 (file)
@@ -200,7 +200,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 31:0:16
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 32:0:17
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index c720f6c3872551d83ce4e2717d6bf18f2df9861c..8b72b59c2089816015260223b298074aa77c2a78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 1.13.2:
+       Prevented miscompilation with gcc 10 at -O3
+       (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94994).
+
+       Avoided some compiler warnings with gcc 9 and later.
+
+       The 'mkwinpeimg' script now also looks for syslinux modules in
+       /usr/share/syslinux, to handle where openSUSE installs them.
+
+       Removed obsolete packaging files from the source tree.
+
 Version 1.13.1:
        Fixed a crash or incorrect output during LZMS compression with a
        compression level greater than 50 and a chunk size greater than 64 MiB.
diff --git a/README b/README
index 3c87edb91ee5f40b723ba7a668864ffd748519f8..0f0bb32c7293f673f7b0e311db2c5b1e508248d6 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.13.1 (May 2019).  wimlib is a C library for
+This is wimlib version 1.13.2 (May 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 659a1e90fcc5d823fc47081384807dfd777bfcad..88cde7913581870ef8eb911b3306131cffc28c98 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.13.1], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.13.2], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 4081a8d38828404a7d50839b50925eb859c9e2db..629296138df848c85e60c3cb9bc945bf326bea36 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH MKWINPEIMG "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index b0e45cf44a4412a578ba5d68fd7d77d6172c5db3..2534218711ac1a299fc45d2bba3f0f549c4c9257 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMAPPLY "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index 3d2bf39782e6adce2b940e1da53f92253b56bab0..7dc5735495d532687a5c35ca7805fc40f070e372 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMCAPTURE "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index ae07ff779e61a208db146bafc1d5706358a6b5c4..a109e2b37dc2118b32a44a1f56e625e3051f31a3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMDELETE "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 8c42aa64acca111fe9bd3f30464d7fd076c3b946..cefdaf604b99ec3c7d5971304844fb8a22ee7df4 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMDIR "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 24f68ff569a075c2c1f02469307ccb3450b8fed3..041caa22f92f8302dff17321fc09192ed40fcdf5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMEXPORT "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index ab0f4b0ab2f6642892243311aebc013adaac8b85..37fe10d9ec7d472226f2e7b338ac98899f1b8a0d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMEXTRACT "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index ecb3f0932874e00fd046b30f52387f65d49a95de..b364b92d3e2aac142d656668a4ce6eaa3fd3c81f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMINFO "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index c4817f805deafdc580e74cfc1609ad698657cbeb..9eaf844f022b16098fc55bbecce20087c10ba610 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMJOIN "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index 73eacf867c8f7aa5f2f02477aacb3ce8da8d4273..8754f6f01298e7a86ad3971a22a85b241b810aca 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMLIB-IMAGEX 1 "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index a1ab531f589db11c56fe7770723db715eccfe81e..c5e5133968ad23b27a0ae51844ba759e4699d21a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMMOUNT "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index bf859a69b8c69fd9cea208b0053e8abeba6c0f47..01b6a3501ec7327ab4977db2d6172818959e0ff2 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMOPTIMIZE "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 9f95fedcdb5ca241005631536f1bdda483162904..69116a48282fd58bc4a8a373fd5068ae2019a8c1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMSPLIT "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index a01607bddffbd5b892b4db8707552fed10c1441a..55873909275145232fbb71e5e2210a2e2c0aa180 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMUPDATE "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index 597ba1ce81cc660abcf8b10a7af9254b3acb40fe..add78264a2000cf894ec3177c423379006546c0e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "May 2019" "wimlib 1.13.1" "User Commands"
+.TH WIMVERIFY "1" "May 2020" "wimlib 1.13.2" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index 521b32fbd99d4f1596be4e7fac6a8db9f9f033c4..a613c4fb71e39a62627f76b79f88494fb4630aa7 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.13.1, a C
+ * This is the documentation for the library interface of wimlib 1.13.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
 #define WIMLIB_MINOR_VERSION 13
 
 /** 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" {