From: Eric Biggers Date: Tue, 7 May 2019 02:29:00 +0000 (-0700) Subject: v1.13.1 X-Git-Tag: v1.13.1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=4510c2363673a5a4e5f09defb6157781c82c2468 v1.13.1 --- diff --git a/Makefile.am b/Makefile.am index dc653f7a..92838914 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,7 +201,7 @@ libwim_la_CFLAGS = \ $(LIBFUSE_CFLAGS) \ $(LIBCRYPTO_CFLAGS) -libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 30:0:15 +libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 31:0:16 libwim_la_LIBADD = \ $(PTHREAD_LIBS) \ diff --git a/NEWS b/NEWS index b3ebd656..c720f6c3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.13.1-BETA1: +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. This affected wimlib v1.8.0 and later. In the unlikely event that you diff --git a/README b/README index 8eb699f2..0d105ce5 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.13.0 (November 2018). wimlib is a C library for +This is wimlib version 1.13.1 (May 2019). 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, diff --git a/configure.ac b/configure.ac index 517ae423..642c19b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.1-BETA1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.13.1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index 8a199682..7bc15807 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.13.1-1) unstable; urgency=low + + * Update to v1.13.1 + + -- Eric Biggers Mon, 06 May 2019 19:23:40 -0700 + wimlib (1.13.0-1) unstable; urgency=low * Update to v1.13.0 diff --git a/doc/man1/mkwinpeimg.1 b/doc/man1/mkwinpeimg.1 index 0cc020c3..4081a8d3 100644 --- a/doc/man1/mkwinpeimg.1 +++ b/doc/man1/mkwinpeimg.1 @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH MKWINPEIMG "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS diff --git a/doc/man1/wimapply.1 b/doc/man1/wimapply.1 index b2181361..b0e45cf4 100644 --- a/doc/man1/wimapply.1 +++ b/doc/man1/wimapply.1 @@ -1,4 +1,4 @@ -.TH WIMAPPLY "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMAPPLY "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimapply \- Apply a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimcapture.1 b/doc/man1/wimcapture.1 index 760eadb5..3d2bf397 100644 --- a/doc/man1/wimcapture.1 +++ b/doc/man1/wimcapture.1 @@ -1,4 +1,4 @@ -.TH WIMCAPTURE "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMCAPTURE "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimcapture, wimappend \- Capture or append a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimdelete.1 b/doc/man1/wimdelete.1 index c3c41b74..ae07ff77 100644 --- a/doc/man1/wimdelete.1 +++ b/doc/man1/wimdelete.1 @@ -1,4 +1,4 @@ -.TH WIMDELETE "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMDELETE "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimdelete \- Delete an image from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimdir.1 b/doc/man1/wimdir.1 index 685172d6..8c42aa64 100644 --- a/doc/man1/wimdir.1 +++ b/doc/man1/wimdir.1 @@ -1,4 +1,4 @@ -.TH WIMDIR "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMDIR "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimdir \- List the files contained in a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimexport.1 b/doc/man1/wimexport.1 index 9acd3c18..24f68ff5 100644 --- a/doc/man1/wimexport.1 +++ b/doc/man1/wimexport.1 @@ -1,4 +1,4 @@ -.TH WIMEXPORT "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMEXPORT "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimexport \- Export image(s) from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimextract.1 b/doc/man1/wimextract.1 index db5e2c85..ab0f4b0a 100644 --- a/doc/man1/wimextract.1 +++ b/doc/man1/wimextract.1 @@ -1,4 +1,4 @@ -.TH WIMEXTRACT "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMEXTRACT "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimextract \- Extract files from a WIM image .SH SYNOPSIS diff --git a/doc/man1/wiminfo.1 b/doc/man1/wiminfo.1 index 8b09aa24..ecb3f093 100644 --- a/doc/man1/wiminfo.1 +++ b/doc/man1/wiminfo.1 @@ -1,4 +1,4 @@ -.TH WIMINFO "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMINFO "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wiminfo \- Display or change information about a WIM file or image .SH SYNOPSIS diff --git a/doc/man1/wimjoin.1 b/doc/man1/wimjoin.1 index 57d187d4..c4817f80 100644 --- a/doc/man1/wimjoin.1 +++ b/doc/man1/wimjoin.1 @@ -1,4 +1,4 @@ -.TH WIMJOIN "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMJOIN "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimjoin\- Join a split WIM into a standalone WIM .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex.1 b/doc/man1/wimlib-imagex.1 index 7a90796a..73eacf86 100644 --- a/doc/man1/wimlib-imagex.1 +++ b/doc/man1/wimlib-imagex.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMLIB-IMAGEX 1 "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimlib-imagex \- Extract, create, modify, or mount a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimmount.1 b/doc/man1/wimmount.1 index d29a754c..a1ab531f 100644 --- a/doc/man1/wimmount.1 +++ b/doc/man1/wimmount.1 @@ -1,4 +1,4 @@ -.TH WIMMOUNT "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMMOUNT "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimoptimize.1 b/doc/man1/wimoptimize.1 index f36c3776..bf859a69 100644 --- a/doc/man1/wimoptimize.1 +++ b/doc/man1/wimoptimize.1 @@ -1,4 +1,4 @@ -.TH WIMOPTIMIZE "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMOPTIMIZE "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimoptimize \- Optimize a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimsplit.1 b/doc/man1/wimsplit.1 index bfc12025..9f95fedc 100644 --- a/doc/man1/wimsplit.1 +++ b/doc/man1/wimsplit.1 @@ -1,4 +1,4 @@ -.TH WIMSPLIT "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMSPLIT "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimsplit \- Split a WIM archive into multiple parts .SH SYNOPSIS diff --git a/doc/man1/wimupdate.1 b/doc/man1/wimupdate.1 index c1007a36..f074be12 100644 --- a/doc/man1/wimupdate.1 +++ b/doc/man1/wimupdate.1 @@ -1,4 +1,4 @@ -.TH WIMUPDATE "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMUPDATE "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimupdate \- Update a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimverify.1 b/doc/man1/wimverify.1 index 450cce32..597ba1ce 100644 --- a/doc/man1/wimverify.1 +++ b/doc/man1/wimverify.1 @@ -1,4 +1,4 @@ -.TH WIMVERIFY "1" "November 2018" "wimlib 1.13.0" "User Commands" +.TH WIMVERIFY "1" "May 2019" "wimlib 1.13.1" "User Commands" .SH NAME wimverify \- Verify a WIM archive .SH SYNOPSIS diff --git a/include/wimlib.h b/include/wimlib.h index 43c38526..35d2236f 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -11,7 +11,7 @@ /** * @mainpage * - * This is the documentation for the library interface of wimlib 1.13.0, a C + * This is the documentation for the library interface of wimlib 1.13.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 @@ -411,7 +411,7 @@ #define WIMLIB_MINOR_VERSION 13 /** 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" { diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index 2df0eeae..4c4a2593 100644 --- a/rpm/wimtools.spec +++ b/rpm/wimtools.spec @@ -1,6 +1,6 @@ Name: wimtools Summary: Tools to create, extract, modify, and mount WIM files -Version: 1.13.0 +Version: 1.13.1 Release: 1 License: GPLv3+ URL: https://wimlib.net diff --git a/tools/update-version b/tools/update-version index e795dadf..6a769a29 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,15 +1,23 @@ #!/bin/bash -oldver='1\.12\.0' -oldmonth=July -oldyear=2017 - -newmajor=1 -newminor=13 -newpatch=0 -newmonth=November -newyear=2018 - +set -eu + +if [ $# -ne 1 ]; then + echo "Usage: $0 NEW_VERS" 1>&2 + exit 1 +fi + +oldmonth=$(head -1 doc/man1/wimcapture.1 | cut -d' ' -f4 | tr -d '"') +oldyear=$(head -1 doc/man1/wimcapture.1 | cut -d' ' -f5 | tr -d '"') +oldver=$(grep 'the library interface of wimlib' include/wimlib.h \ + | egrep -o '[0-9]+\.[0-9]+\.[0-9]+') + +newver=$1 +newmajor=$(echo "$newver" | cut -d'.' -f1) +newminor=$(echo "$newver" | cut -d'.' -f2) +newpatch=$(echo "$newver" | cut -d'.' -f3) +newmonth=$(date +%B) +newyear=$(date +%Y) newver="${newmajor}.${newminor}.${newpatch}" pat='This is wimlib version [^[:space:]]\+ ([^[:space:]]\+ [^[:space:]]\+)'