From: Eric Biggers Date: Sun, 17 May 2015 22:30:45 +0000 (-0500) Subject: v1.8.1 X-Git-Tag: v1.8.1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=b982aac54ea06f51418ed28d4f864821b350ccca v1.8.1 --- diff --git a/Makefile.am b/Makefile.am index 54130f65..cd67fb28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -182,7 +182,7 @@ libwim_la_CFLAGS = \ $(LIBFUSE_CFLAGS) \ $(LIBCRYPTO_CFLAGS) -libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 20:0:5 +libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 21:0:6 libwim_la_LIBADD = \ $(PTHREAD_LIBS) \ diff --git a/NEWS b/NEWS index 01827df4..81ae8539 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.8.1-BETA: +Version 1.8.1: Fixed a bug in the LZX decompressor: malicious input data could cause out of bounds writes to memory (since wimlib v1.2.2). diff --git a/README b/README index 786ded7c..25fe9bb1 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.8.1-BETA (April 2015). wimlib is a C library for +This is wimlib version 1.8.1 (May 2015). 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/archlinux/PKGBUILD b/archlinux/PKGBUILD index 5a161579..1911668f 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") diff --git a/configure.ac b/configure.ac index 0c9bca90..dbabc0e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.8.1-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.8.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 143c8272..ea205399 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.8.1-1) unstable; urgency=low + + * Update to v1.8.1 + + -- Eric Biggers Sat, 16 May 2015 12:35:15 -0500 + wimlib (1.8.0-1) unstable; urgency=low * Update to v1.8.0 diff --git a/doc/man1/mkwinpeimg.1 b/doc/man1/mkwinpeimg.1 index c7591812..ae191b81 100644 --- a/doc/man1/mkwinpeimg.1 +++ b/doc/man1/mkwinpeimg.1 @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH MKWINPEIMG "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-apply.1 b/doc/man1/wimlib-imagex-apply.1 index 619c8fc6..bab6702a 100644 --- a/doc/man1/wimlib-imagex-apply.1 +++ b/doc/man1/wimlib-imagex-apply.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-apply \- Extract one image, or all images, from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-capture.1 b/doc/man1/wimlib-imagex-capture.1 index b2713e54..27624bf0 100644 --- a/doc/man1/wimlib-imagex-capture.1 +++ b/doc/man1/wimlib-imagex-capture.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-capture, wimlib-imagex-append \- Create or append a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-delete.1 b/doc/man1/wimlib-imagex-delete.1 index fab65538..05842441 100644 --- a/doc/man1/wimlib-imagex-delete.1 +++ b/doc/man1/wimlib-imagex-delete.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-delete \- Delete an image from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-dir.1 b/doc/man1/wimlib-imagex-dir.1 index 99f9cf70..f82a3295 100644 --- a/doc/man1/wimlib-imagex-dir.1 +++ b/doc/man1/wimlib-imagex-dir.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-dir \- Show the files contained in a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-export.1 b/doc/man1/wimlib-imagex-export.1 index 78bf8f03..b328a893 100644 --- a/doc/man1/wimlib-imagex-export.1 +++ b/doc/man1/wimlib-imagex-export.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-export \- Exports an image from a WIM archive to an existing or new WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-extract.1 b/doc/man1/wimlib-imagex-extract.1 index c6129da1..e21f4e2a 100644 --- a/doc/man1/wimlib-imagex-extract.1 +++ b/doc/man1/wimlib-imagex-extract.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-extract \- Extract files or directories from a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-info.1 b/doc/man1/wimlib-imagex-info.1 index a952a2f6..dc030ab6 100644 --- a/doc/man1/wimlib-imagex-info.1 +++ b/doc/man1/wimlib-imagex-info.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-info \- Display information about a WIM file, or change information about an image diff --git a/doc/man1/wimlib-imagex-join.1 b/doc/man1/wimlib-imagex-join.1 index a1280489..2c5381e5 100644 --- a/doc/man1/wimlib-imagex-join.1 +++ b/doc/man1/wimlib-imagex-join.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-join \- Join split WIMs into a standalone one-part WIM .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-mount.1 b/doc/man1/wimlib-imagex-mount.1 index d872aa24..0e30a045 100644 --- a/doc/man1/wimlib-imagex-mount.1 +++ b/doc/man1/wimlib-imagex-mount.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-mount, wimlib-imagex-mountrw, wimlib-imagex-unmount \- Mount and unmount an image from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-optimize.1 b/doc/man1/wimlib-imagex-optimize.1 index 184c8c5c..3f228339 100644 --- a/doc/man1/wimlib-imagex-optimize.1 +++ b/doc/man1/wimlib-imagex-optimize.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-optimize \- Optimize a WIM archive .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-split.1 b/doc/man1/wimlib-imagex-split.1 index 60f2926e..34bb800d 100644 --- a/doc/man1/wimlib-imagex-split.1 +++ b/doc/man1/wimlib-imagex-split.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-split \- Split a WIM into multiple parts .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-update.1 b/doc/man1/wimlib-imagex-update.1 index 345b7e15..76592ff0 100644 --- a/doc/man1/wimlib-imagex-update.1 +++ b/doc/man1/wimlib-imagex-update.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-update \- Update a WIM image .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex-verify.1 b/doc/man1/wimlib-imagex-verify.1 index a889829f..cb7d99fa 100644 --- a/doc/man1/wimlib-imagex-verify.1 +++ b/doc/man1/wimlib-imagex-verify.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex-verify \- Verify a WIM file .SH SYNOPSIS diff --git a/doc/man1/wimlib-imagex.1 b/doc/man1/wimlib-imagex.1 index d098c223..e4ce06d3 100644 --- a/doc/man1/wimlib-imagex.1 +++ b/doc/man1/wimlib-imagex.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX 1 "May 2015" "wimlib 1.8.1" "User Commands" .SH NAME wimlib-imagex \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive .SH SYNOPSIS diff --git a/include/wimlib.h b/include/wimlib.h index a9fb8cc9..7496973a 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.8.0, a C + * This is the documentation for the library interface of wimlib 1.8.1, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging Format. This documentation is intended for developers only. * If you have installed wimlib and want to know how to use the @b wimlib-imagex @@ -383,7 +383,7 @@ #define WIMLIB_MINOR_VERSION 8 /** 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 cc784016..1d39f46d 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.8.0 +Version: 1.8.1 Release: 1 License: GPLv3+ URL: http://sourceforge.net/projects/wimlib diff --git a/tools/update-version b/tools/update-version index 970dc361..c9eb9fe4 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.7\.4' -oldmonth=January +oldver='1\.8\.0' +oldmonth=February oldyear=2015 newmajor=1 newminor=8 -newpatch=0 -newmonth=February +newpatch=1 +newmonth=May newyear=2015