From 95ab9826b75bcb92ea660f45c5d4ae891a6d5f2f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 8 May 2014 22:23:56 -0500 Subject: [PATCH] Update version number in preparation of eventual v1.6.3 release --- README | 2 +- archlinux/PKGBUILD | 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.1.in | 2 +- doc/man1/mkwinpeimg.1.in | 2 +- include/wimlib.h | 4 ++-- rpm/wimtools.spec | 2 +- update-version | 10 +++++----- 20 files changed, 30 insertions(+), 24 deletions(-) diff --git a/README b/README index c78f3ce3..c911c429 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.6.2 (March 2014). wimlib is a C library for +This is wimlib version 1.6.3 (May 2014). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). These files are normally created using the ImageX (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 75022869..8bb988df 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1 pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") diff --git a/debian/changelog b/debian/changelog index 4a654f99..29c35359 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.6.3-1) unstable; urgency=low + + * Update to v1.6.3 + + -- Eric Biggers Thu, 08 May 2014 22:22:31 -0500 + wimlib (1.6.2-1) unstable; urgency=low * Update to v1.6.2 diff --git a/doc/man1/imagex-apply.1.in b/doc/man1/imagex-apply.1.in index 571823e1..93a82e0d 100644 --- a/doc/man1/imagex-apply.1.in +++ b/doc/man1/imagex-apply.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 c11faf51..e4d164ff 100644 --- a/doc/man1/imagex-capture.1.in +++ b/doc/man1/imagex-capture.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 71d5a278..1726387d 100644 --- a/doc/man1/imagex-delete.1.in +++ b/doc/man1/imagex-delete.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 379dddce..eca37834 100644 --- a/doc/man1/imagex-dir.1.in +++ b/doc/man1/imagex-dir.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 a60e9783..4d4d6c2e 100644 --- a/doc/man1/imagex-export.1.in +++ b/doc/man1/imagex-export.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 7109b734..24121c0e 100644 --- a/doc/man1/imagex-extract.1.in +++ b/doc/man1/imagex-extract.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 6ada09a8..9f3f3ff6 100644 --- a/doc/man1/imagex-info.1.in +++ b/doc/man1/imagex-info.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 c2fe3e73..b934dfb5 100644 --- a/doc/man1/imagex-join.1.in +++ b/doc/man1/imagex-join.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 c30620cd..ef636784 100644 --- a/doc/man1/imagex-mount.1.in +++ b/doc/man1/imagex-mount.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 a5d7458f..b3e41bf8 100644 --- a/doc/man1/imagex-optimize.1.in +++ b/doc/man1/imagex-optimize.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 8e7d3c0e..529fc598 100644 --- a/doc/man1/imagex-split.1.in +++ b/doc/man1/imagex-split.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 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 5572d4f2..50fff6df 100644 --- a/doc/man1/imagex-update.1.in +++ b/doc/man1/imagex-update.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "May 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-update \- Update a WIM image .SH SYNOPSIS diff --git a/doc/man1/imagex.1.in b/doc/man1/imagex.1.in index c55d748f..031259c0 100644 --- a/doc/man1/imagex.1.in +++ b/doc/man1/imagex.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX 1 "May 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@ \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive .SH SYNOPSIS diff --git a/doc/man1/mkwinpeimg.1.in b/doc/man1/mkwinpeimg.1.in index b0a5e96a..81774d61 100644 --- a/doc/man1/mkwinpeimg.1.in +++ b/doc/man1/mkwinpeimg.1.in @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "March 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands" +.TH MKWINPEIMG "1" "May 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 b95fc719..d8b05f6a 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -33,7 +33,7 @@ * * @section sec_intro Introduction * - * This is the documentation for the library interface of wimlib 1.6.2, a C + * This is the documentation for the library interface of wimlib 1.6.3, 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 @@ -345,7 +345,7 @@ #define WIMLIB_MINOR_VERSION 6 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 2 +#define WIMLIB_PATCH_VERSION 3 #ifdef __cplusplus extern "C" { diff --git a/rpm/wimtools.spec b/rpm/wimtools.spec index 6207c7a3..2eecf1b8 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.6.2 +Version: 1.6.3 Release: 1 License: GPLv3+ URL: http://sourceforge.net/projects/wimlib diff --git a/update-version b/update-version index a6282901..b864be46 100755 --- a/update-version +++ b/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.6\.1' -oldmonth=January +oldver='1\.6\.2' +oldmonth=March oldyear=2014 newmajor=1 newminor=6 -newpatch=2 -newmonth=March +newpatch=3 +newmonth=May newyear=2014 @@ -23,7 +23,7 @@ sed -i -e 's/\(#define WIMLIB_MAJOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newm -e 's/\(the library interface of wimlib \)'$oldver'/\1'$newver'/' \ include/wimlib.h -sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/*.1.in +sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/man[1-9]/*.[1-9].in sed -i "s/pkgver=$oldver/pkgver=$newver/" archlinux/PKGBUILD -- 2.43.0