From: Eric Biggers Date: Sat, 3 Jan 2015 02:01:26 +0000 (-0600) Subject: v1.7.4 X-Git-Tag: v1.7.4 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=94f8de6d411d58a0eb2e472cc1b984f195eb2447 v1.7.4 --- diff --git a/Makefile.am b/Makefile.am index 96878d47..78154fdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,7 +191,7 @@ libwim_la_CFLAGS = \ $(LIBFUSE_CFLAGS) \ $(LIBCRYPTO_CFLAGS) -libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 18:0:3 +libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 19:0:4 libwim_la_LIBADD = \ $(PTHREAD_LIBS) \ diff --git a/NEWS b/NEWS index 035c50a0..5f5aa19b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.7.4-BETA: +Version 1.7.4: The Windows binary distribution no longer contains third party DLLs. These dependencies are instead compiled directly into the libwim DLL. diff --git a/README b/README index 86cde187..6b4b174d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.4-BETA (December 2014). wimlib is a C library for +This is wimlib version 1.7.4 (January 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 acf8ebff..46684303 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.7.3 +pkgver=1.7.4 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 27d6fa38..635bf3ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.7.4-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.4], [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 4fa3883a..03491461 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.7.4-1) unstable; urgency=low + + * Update to v1.7.4 + + -- Eric Biggers Fri, 02 Jan 2015 20:01:28 -0600 + wimlib (1.7.3-1) unstable; urgency=low * Update to v1.7.3 diff --git a/doc/man1/mkwinpeimg.1 b/doc/man1/mkwinpeimg.1 index 2b87edb4..e4e8fdec 100644 --- a/doc/man1/mkwinpeimg.1 +++ b/doc/man1/mkwinpeimg.1 @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH MKWINPEIMG "1" "January 2015" "wimlib 1.7.4" "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 ac06d19c..9667ff56 100644 --- a/doc/man1/wimlib-imagex-apply.1 +++ b/doc/man1/wimlib-imagex-apply.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 fa7159d6..a78b0b27 100644 --- a/doc/man1/wimlib-imagex-capture.1 +++ b/doc/man1/wimlib-imagex-capture.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 52199d38..260455ed 100644 --- a/doc/man1/wimlib-imagex-delete.1 +++ b/doc/man1/wimlib-imagex-delete.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 4aff0d51..aaec0740 100644 --- a/doc/man1/wimlib-imagex-dir.1 +++ b/doc/man1/wimlib-imagex-dir.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 5c3c4d07..a4030a1b 100644 --- a/doc/man1/wimlib-imagex-export.1 +++ b/doc/man1/wimlib-imagex-export.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 8ea278d8..f0379912 100644 --- a/doc/man1/wimlib-imagex-extract.1 +++ b/doc/man1/wimlib-imagex-extract.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 11b1779f..a5acd761 100644 --- a/doc/man1/wimlib-imagex-info.1 +++ b/doc/man1/wimlib-imagex-info.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 4f540b6d..1598b2dd 100644 --- a/doc/man1/wimlib-imagex-join.1 +++ b/doc/man1/wimlib-imagex-join.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 91313bb4..66ae7ad0 100644 --- a/doc/man1/wimlib-imagex-mount.1 +++ b/doc/man1/wimlib-imagex-mount.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 929abd05..64fe9a95 100644 --- a/doc/man1/wimlib-imagex-optimize.1 +++ b/doc/man1/wimlib-imagex-optimize.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 e84e2f8a..ea169598 100644 --- a/doc/man1/wimlib-imagex-split.1 +++ b/doc/man1/wimlib-imagex-split.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 e3a5258b..1962660d 100644 --- a/doc/man1/wimlib-imagex-update.1 +++ b/doc/man1/wimlib-imagex-update.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 e0b85927..4b23f78c 100644 --- a/doc/man1/wimlib-imagex-verify.1 +++ b/doc/man1/wimlib-imagex-verify.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2015" "wimlib 1.7.4" "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 bdea8d93..af32704e 100644 --- a/doc/man1/wimlib-imagex.1 +++ b/doc/man1/wimlib-imagex.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "November 2014" "wimlib 1.7.3" "User Commands" +.TH WIMLIB-IMAGEX 1 "January 2015" "wimlib 1.7.4" "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 e27de447..f7a4a2e8 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -12,7 +12,7 @@ /** * @mainpage * - * This is the documentation for the library interface of wimlib 1.7.3, a C + * This is the documentation for the library interface of wimlib 1.7.4, 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 @@ -379,7 +379,7 @@ #define WIMLIB_MINOR_VERSION 7 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 3 +#define WIMLIB_PATCH_VERSION 4 #ifdef __cplusplus extern "C" { diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index 159a6817..b6fe2cba 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.7.3 +Version: 1.7.4 Release: 1 License: GPLv3+ URL: http://sourceforge.net/projects/wimlib diff --git a/tools/update-version b/tools/update-version index 22530591..fe5d3978 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.7\.2' -oldmonth=October +oldver='1\.7\.3' +oldmonth=November oldyear=2014 newmajor=1 newminor=7 -newpatch=3 -newmonth=November -newyear=2014 +newpatch=4 +newmonth=January +newyear=2015 newver="${newmajor}.${newminor}.${newpatch}"