From 5b6eaafbaab217fc69946685862a09afa28b30cb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 2 Oct 2014 18:42:49 -0500 Subject: [PATCH] v1.7.2 --- Makefile.am | 2 +- NEWS | 2 +- README | 2 +- archlinux/PKGBUILD | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/man1/imagex-apply.1.in | 2 +- doc/man1/imagex-capture.1.in | 2 +- doc/man1/imagex-delete.1.in | 2 +- doc/man1/imagex-dir.1.in | 2 +- doc/man1/imagex-export.1.in | 2 +- doc/man1/imagex-extract.1.in | 2 +- doc/man1/imagex-info.1.in | 2 +- doc/man1/imagex-join.1.in | 2 +- doc/man1/imagex-mount.1.in | 2 +- doc/man1/imagex-optimize.1.in | 2 +- doc/man1/imagex-split.1.in | 2 +- doc/man1/imagex-update.1.in | 2 +- doc/man1/imagex-verify.1.in | 2 +- doc/man1/imagex.1.in | 2 +- doc/man1/mkwinpeimg.1.in | 2 +- include/wimlib.h | 4 ++-- rpm/wimtools.spec | 2 +- update-version | 8 ++++---- 24 files changed, 33 insertions(+), 27 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8f6277db..c6f8301a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ endif lib_LTLIBRARIES = libwim.la -libwim_la_LDFLAGS = -version-info 16:0:1 $(WINDOWS_LDFLAGS) +libwim_la_LDFLAGS = -version-info 17:0:2 $(WINDOWS_LDFLAGS) libwim_la_SOURCES = \ src/add_image.c \ diff --git a/NEWS b/NEWS index 2b9bb34b..59513057 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.7.2-BETA: +Version 1.7.2: Made more improvements to the XPRESS, LZX, and LZMS compressors. A number of improvements to the Windows port: diff --git a/README b/README index 419c3da6..453a8c08 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.2-BETA (August 2014). wimlib is a C library for +This is wimlib version 1.7.2 (October 2014). 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 1522eedd..e0845cfe 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.7.1 +pkgver=1.7.2 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 8fff316d..0f469a69 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.7.2-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.2], [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 7354e436..104d5b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.7.2-1) unstable; urgency=low + + * Update to v1.7.2 + + -- Eric Biggers Thu, 02 Oct 2014 20:24:27 -0500 + wimlib (1.7.1-1) unstable; urgency=low * Update to v1.7.1 diff --git a/doc/man1/imagex-apply.1.in b/doc/man1/imagex-apply.1.in index f818096d..8ce2f761 100644 --- a/doc/man1/imagex-apply.1.in +++ b/doc/man1/imagex-apply.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/imagex-capture.1.in b/doc/man1/imagex-capture.1.in index 0be6e9d0..cb607910 100644 --- a/doc/man1/imagex-capture.1.in +++ b/doc/man1/imagex-capture.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image .SH SYNOPSIS diff --git a/doc/man1/imagex-delete.1.in b/doc/man1/imagex-delete.1.in index 4ff97b85..28c6b4ec 100644 --- a/doc/man1/imagex-delete.1.in +++ b/doc/man1/imagex-delete.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/imagex-dir.1.in b/doc/man1/imagex-dir.1.in index 31233a61..5a0cf806 100644 --- a/doc/man1/imagex-dir.1.in +++ b/doc/man1/imagex-dir.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive .SH SYNOPSIS diff --git a/doc/man1/imagex-export.1.in b/doc/man1/imagex-export.1.in index c380d6e9..8ca4806b 100644 --- a/doc/man1/imagex-export.1.in +++ b/doc/man1/imagex-export.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-export \- Exports an image from a WIM archive to an existing or new WIM archive .SH SYNOPSIS diff --git a/doc/man1/imagex-extract.1.in b/doc/man1/imagex-extract.1.in index 74e9d755..c8dd6cc9 100644 --- a/doc/man1/imagex-extract.1.in +++ b/doc/man1/imagex-extract.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image .SH SYNOPSIS diff --git a/doc/man1/imagex-info.1.in b/doc/man1/imagex-info.1.in index 088863b5..da50363b 100644 --- a/doc/man1/imagex-info.1.in +++ b/doc/man1/imagex-info.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about an image diff --git a/doc/man1/imagex-join.1.in b/doc/man1/imagex-join.1.in index 9f5dde44..ddf094dc 100644 --- a/doc/man1/imagex-join.1.in +++ b/doc/man1/imagex-join.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM .SH SYNOPSIS diff --git a/doc/man1/imagex-mount.1.in b/doc/man1/imagex-mount.1.in index b40a33f2..e7aba89d 100644 --- a/doc/man1/imagex-mount.1.in +++ b/doc/man1/imagex-mount.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-mount, @IMAGEX_PROGNAME@-mountrw, @IMAGEX_PROGNAME@-unmount \- Mount and unmount an image from a WIM archive .SH SYNOPSIS diff --git a/doc/man1/imagex-optimize.1.in b/doc/man1/imagex-optimize.1.in index 3b0cca21..68360060 100644 --- a/doc/man1/imagex-optimize.1.in +++ b/doc/man1/imagex-optimize.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive .SH SYNOPSIS diff --git a/doc/man1/imagex-split.1.in b/doc/man1/imagex-split.1.in index 431fa7f3..681751bb 100644 --- a/doc/man1/imagex-split.1.in +++ b/doc/man1/imagex-split.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts .SH SYNOPSIS diff --git a/doc/man1/imagex-update.1.in b/doc/man1/imagex-update.1.in index 079723e6..96a3e686 100644 --- a/doc/man1/imagex-update.1.in +++ b/doc/man1/imagex-update.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-update \- Update a WIM image .SH SYNOPSIS diff --git a/doc/man1/imagex-verify.1.in b/doc/man1/imagex-verify.1.in index 870ac86e..aba863fe 100644 --- a/doc/man1/imagex-verify.1.in +++ b/doc/man1/imagex-verify.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-verify \- Verify a WIM file .SH SYNOPSIS diff --git a/doc/man1/imagex.1.in b/doc/man1/imagex.1.in index 3dc30b19..fc9d441e 100644 --- a/doc/man1/imagex.1.in +++ b/doc/man1/imagex.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX 1 "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive .SH SYNOPSIS diff --git a/doc/man1/mkwinpeimg.1.in b/doc/man1/mkwinpeimg.1.in index 0be637bb..d092eebb 100644 --- a/doc/man1/mkwinpeimg.1.in +++ b/doc/man1/mkwinpeimg.1.in @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "August 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands" +.TH MKWINPEIMG "1" "October 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS diff --git a/include/wimlib.h b/include/wimlib.h index b3f0537e..529de437 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.1, a C + * This is the documentation for the library interface of wimlib 1.7.2, 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 1 +#define WIMLIB_PATCH_VERSION 2 #ifdef __cplusplus extern "C" { diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index a540d59b..c4996d6f 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.1 +Version: 1.7.2 Release: 1 License: GPLv3+ URL: http://sourceforge.net/projects/wimlib diff --git a/update-version b/update-version index 5e8d3bde..15fe71eb 100755 --- a/update-version +++ b/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.7\.0' -oldmonth=June +oldver='1\.7\.1' +oldmonth=August oldyear=2014 newmajor=1 newminor=7 -newpatch=1 -newmonth=August +newpatch=2 +newmonth=October newyear=2014 -- 2.43.0