]> wimlib.net Git - wimlib/commitdiff
v1.13.1 v1.13.1
authorEric Biggers <ebiggers3@gmail.com>
Tue, 7 May 2019 02:29:00 +0000 (19:29 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 7 May 2019 02:29:00 +0000 (19:29 -0700)
23 files changed:
Makefile.am
NEWS
README
configure.ac
debian/changelog
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
rpm/wimtools.spec
tools/update-version

index dc653f7ac1d2aa3ea0c0fca7fa8ea552425bf052..9283891461d24f0f6969827270951cba85d1ec77 100644 (file)
@@ -201,7 +201,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_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)         \
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index b3ebd6564838e68ecb59ea77b6fd1790b9f310ef..c720f6c3872551d83ce4e2717d6bf18f2df9861c 100644 (file)
--- 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
        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 8eb699f28eda330b6e94bd7fce1532292cdb2922..0d105ce584f8a0c7720c4780e8cd31db790e8923 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   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,
 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 517ae42382c44027ead9796f5fe17db02f4ff7c7..642c19b27a1a4996710d56a957641bf7af9654c8 100644 (file)
@@ -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])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 8a199682ac519245a50138851205ebc857d5c5c6..7bc15807c40ff351157c8f906cdbb29a91f08477 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.13.1-1) unstable; urgency=low
+
+  * Update to v1.13.1
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Mon, 06 May 2019 19:23:40 -0700
+
 wimlib (1.13.0-1) unstable; urgency=low
 
   * Update to v1.13.0
 wimlib (1.13.0-1) unstable; urgency=low
 
   * Update to v1.13.0
index 0cc020c348e64ecb402eb24fce287dc7da0e6202..4081a8d38828404a7d50839b50925eb859c9e2db 100644 (file)
@@ -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
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index b2181361f24fb285f92135ea354980f5d7c4723b..b0e45cf44a4412a578ba5d68fd7d77d6172c5db3 100644 (file)
@@ -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
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index 760eadb5a5009ee4ec26486681fd034acbe32adb..3d2bf39782e6adce2b940e1da53f92253b56bab0 100644 (file)
@@ -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
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index c3c41b74e4234c004bcde1ac8d013b92a6d182c2..ae07ff779e61a208db146bafc1d5706358a6b5c4 100644 (file)
@@ -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
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 685172d662bb84f3fde0658cc15a0e3e496d9d3b..8c42aa64acca111fe9bd3f30464d7fd076c3b946 100644 (file)
@@ -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
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 9acd3c18ec02235e007a36f297c98cdda5c49b3a..24f68ff569a075c2c1f02469307ccb3450b8fed3 100644 (file)
@@ -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
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index db5e2c853f3669c570967515fe1a104b9b820051..ab0f4b0ab2f6642892243311aebc013adaac8b85 100644 (file)
@@ -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
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index 8b09aa247ef4890886adc1bd78c160fa42e7604a..ecb3f0932874e00fd046b30f52387f65d49a95de 100644 (file)
@@ -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
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index 57d187d4d7d6fd7fca3756a335a16782ed9febb4..c4817f805deafdc580e74cfc1609ad698657cbeb 100644 (file)
@@ -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
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index 7a90796ae21eed0bfe0be83ec437c8ad869f6dfc..73eacf867c8f7aa5f2f02477aacb3ce8da8d4273 100644 (file)
@@ -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
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index d29a754ce7e53db89e956c74241c3ecf880b5aeb..a1ab531f589db11c56fe7770723db715eccfe81e 100644 (file)
@@ -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
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index f36c3776306dd2a07461ed9bfcb168aae663d38c..bf859a69b8c69fd9cea208b0053e8abeba6c0f47 100644 (file)
@@ -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
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index bfc12025077b4e8f06c0705030409e6d14609d83..9f95fedcdb5ca241005631536f1bdda483162904 100644 (file)
@@ -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
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index c1007a36f1be19b5df38d258e549a6022e979822..f074be12213a60155ef533d36a427295bea9e548 100644 (file)
@@ -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
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index 450cce3267ec39ef8258e8e5f5544f14c4c3f156..597ba1ce81cc660abcf8b10a7af9254b3acb40fe 100644 (file)
@@ -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
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index 43c38526349f9ae456c819e6d5582d3c7d189443..35d2236f8994cf3186958deac7c992f78927d811 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
 /**
  * @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
  * 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_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" {
 
 #ifdef __cplusplus
 extern "C" {
index 2df0eeae07cbd81aeab075ec5c9f630debc2b7c7..4c4a2593641b1c75eb700fb8fa75990e3b65482a 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
 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
 Release:   1
 License:   GPLv3+
 URL:       https://wimlib.net
index e795dadff9fa12604fcfcb78eadcee3a0eccd0a6..6a769a29e7b4193d6694aac5c7211f6809dae5b3 100755 (executable)
@@ -1,15 +1,23 @@
 #!/bin/bash
 
 #!/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:]]\+)'
 
 newver="${newmajor}.${newminor}.${newpatch}"
 pat='This is wimlib version [^[:space:]]\+ ([^[:space:]]\+ [^[:space:]]\+)'