]> wimlib.net Git - wimlib/commitdiff
v1.14.1 v1.14.1
authorEric Biggers <ebiggers3@gmail.com>
Fri, 28 Apr 2023 06:26:32 +0000 (23:26 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 28 Apr 2023 06:27:15 +0000 (23:27 -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 7eb51425678563c06f1fdb721d634a9914dddf3a..cb012fca34eff677d5ef154312f263f9d6a2f87c 100644 (file)
@@ -201,7 +201,7 @@ libwim_la_CFLAGS =          \
        $(LIBNTFS_3G_CFLAGS)    \
        $(LIBFUSE_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 37:0:22
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 38:0:23
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS.md b/NEWS.md
index f6c7c9e8d18214eafbaee166dee6cecd76f06190..8f5a250c2dea34d7029fd22ddf3bfc33260cdd74 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
 # wimlib release notes
 
+## Version 1.14.1
+
+- Fixed a bug introduced in v1.14.0 where wimlib would crash on older CPUs.
+
 ## Version 1.14.0
 
 - Removed libxml2 and libcrypto (OpenSSL) as dependencies of wimlib.  Also
index 54527e1e07b847603b9e32b78708ab658f54427e..9e3e0f96dd2f107ed43b8236279c2d864f3cc6a4 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,
-e.g. `cd wimlib && git checkout v1.14.0`.  For old versions, please refer to the
+e.g. `cd wimlib && git checkout v1.14.1`.  For old versions, please refer to the
 documentation for that version, as things may have changed.  It is also possible
-to use a release tarball (e.g. `wimlib-1.14.0.tar.gz`) instead of the git repo.
+to use a release tarball (e.g. `wimlib-1.14.1.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:
@@ -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
-in a folder named similarly to `wimlib-1.14.0-windows-x86_64-bin`.  Note that
+in a folder named similarly to `wimlib-1.14.1-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
-`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.0-windows-x86_64-bin`.
+`C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.1-windows-x86_64-bin`.
index 85476f22ced675c031187c06b797a411cc9c79c8..57a8ddba4de9fb8cb246854899cb1edf33d7d1e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Introduction
 
-This is wimlib version 1.14.0 (April 2023).  wimlib is a C library for
+This is wimlib version 1.14.1 (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 f57526ac5c2cd64a861abd798b7f3d82d940014b..1a333ebd4675995d795b54e2059cc4704f7811b0 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH MKWINPEIMG "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index bbb324497a404c14e0a2dde4afb7b0306f5925f2..1489f5cadd4201a4921d8d387502b91fbba9d0af 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMAPPLY "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index e3fbcdb42f0e0a5e2cceb445f15770b4f94a9333..4dc19da7b43615522c7b5f35636b94cb7aac2b18 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMCAPTURE "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index 9b375a79067c74a7f22da4fca9811074f0d3e910..95fd2d4b1bde774a0eddc87e0d11c17a94ada7aa 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMDELETE "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 4f50f6628697be51451679df6331a72143bbe5bc..9c25d23679df882b806a9d57c2016f00a6c0791e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMDIR "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 8e754c29cdece78b8f1984a132cc9e092c57583f..87fd9e2acce34215bbe1659e8c55c75a12075022 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMEXPORT "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index 875f4d8c687cf12ab408ccd033597e02c841bc5d..d2c361b74176337b213eca8aecce88ff1485f6bc 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMEXTRACT "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index 65c331743eae422fc8a979671ac8d20f2bfc6524..a20ed5dbb42aebfefd2cde53fb85362da5616c89 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMINFO "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index f0ee577ee242d2499b14edebc953ba0e64f41ba9..2de214183bfdb20480a768fe8e298137e6c400e1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMJOIN "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index 8ebcd4f69b86d623e369a2332eed4fc5ee6c24a3..0a08d916c73caec1d6b88b0f1af477f0c41e66ce 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMLIB-IMAGEX 1 "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index 2bf731d249362d164bd7721a12b9137935bb30f3..51a89bf899e601a95dfa6ca8622a827d0cccfcdb 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMMOUNT "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index 8b7242ce2d3d8bc8604ebbd1ff7318edfa9c0ce7..d439d76d660558f64c2d6366dc8ecc62ed11014d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMOPTIMIZE "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index d47e9ea2ccaf865afa6cba52b60e4ac12a12b90f..05e161c838bd82cd31d8820b04ed8e94baca04fb 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMSPLIT "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index 203a136126bcf92ab432a1fef272e69de770f0ae..40f5268b301753cfbe8befbf269428386e23596a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMUPDATE "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index 6867cd215fe4b9b0d4ba7da883e8239b2e4d7fb2..c5ac3ae789f88f850f365407e57b825876aec5f8 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "April 2023" "wimlib 1.14.0" "User Commands"
+.TH WIMVERIFY "1" "April 2023" "wimlib 1.14.1" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index 9035ba4de587b453e050811938f63b3164be92ad..6c68865f1a7e7e8b54b8e42812aa21ca0ebac6f9 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.14.0, a C
+ * This is the documentation for the library interface of wimlib 1.14.1, 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 14
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 0
+#define WIMLIB_PATCH_VERSION 1
 
 #ifdef __cplusplus
 extern "C" {
index b8aa2f582e0ac3d1cf866a88e137a6905fc4f20b..c0328c0ad742c2e084208af25a8790d71f84b912 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.14.0"
+       vers="1.14.1"
 fi
 echo "$vers"