]> wimlib.net Git - wimlib/commitdiff
Update version number in preparation of eventual v1.6.3 release
authorEric Biggers <ebiggers3@gmail.com>
Fri, 9 May 2014 03:23:56 +0000 (22:23 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 9 May 2014 03:24:09 +0000 (22:24 -0500)
20 files changed:
README
archlinux/PKGBUILD
debian/changelog
doc/man1/imagex-apply.1.in
doc/man1/imagex-capture.1.in
doc/man1/imagex-delete.1.in
doc/man1/imagex-dir.1.in
doc/man1/imagex-export.1.in
doc/man1/imagex-extract.1.in
doc/man1/imagex-info.1.in
doc/man1/imagex-join.1.in
doc/man1/imagex-mount.1.in
doc/man1/imagex-optimize.1.in
doc/man1/imagex-split.1.in
doc/man1/imagex-update.1.in
doc/man1/imagex.1.in
doc/man1/mkwinpeimg.1.in
include/wimlib.h
rpm/wimtools.spec
update-version

diff --git a/README b/README
index c78f3ce3da85ed9d784242283e7bc3f80ad38b69..c911c429916edbdec8b4b4b44e9754013a061ea1 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   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
 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
index 750228691a30d76ee3a3ec8385014a0755cc49c7..8bb988df4ce5f5a6f16d0896e907d2ca74ed4f58 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 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")
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 4a654f9972d6da77f0c028ba143203bfcb6049cd..29c3535973473d4450c883bcf8f6da2e8c849491 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.6.3-1) unstable; urgency=low
+
+  * Update to v1.6.3
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Thu, 08 May 2014 22:22:31 -0500
+
 wimlib (1.6.2-1) unstable; urgency=low
 
   * Update to v1.6.2
 wimlib (1.6.2-1) unstable; urgency=low
 
   * Update to v1.6.2
index 571823e1c3494d4e1a87e206cd794575d44c38be..93a82e0dae8f9c16e6de264ca8e740f066295ac9 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index c11faf511a3ec61263b4a2c00977b3c561d34453..e4d164ffd3215e9f800dee59b4fe46b094791d1f 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 .SH SYNOPSIS
index 71d5a27894aef17d3d29d750d5de74a7db162324..1726387d423ca03686618521cf16210008c4e202 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 379dddcef19c3806444fc21339e423c4c630ada5..eca378342a01148798e467ad72a1e7031e82a5ee 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index a60e9783185e9a8d83432eb85e5dc78090603e0c..4d4d6c2e6e979eed8167cd65e319a05796a91064 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-export \- Exports an image from a WIM archive to an existing or new WIM archive
 .SH SYNOPSIS
index 7109b734560f2816d7041cfecb89218115259ad3..24121c0e94446c06212430fc0fb43bc33a772604 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index 6ada09a8376bff89e8a8d6d8f85c24e3ca197457..9f3f3ff6d4501933318e516d3b07c7d72e147ea0 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about
 an image
index c2fe3e7329cc42e6b220b541e1870be03f462e74..b934dfb5faaa1cf6458d53907b837a737abebb0c 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index c30620cd765d2622d4deca1d80c7cfaa43469dac..ef6367841277f7650869278decbc7afca223f7d0 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-mount, @IMAGEX_PROGNAME@-mountrw, @IMAGEX_PROGNAME@-unmount \- Mount and unmount an image from a WIM archive
 .SH SYNOPSIS
index a5d7458ff678d90a96b3e396f00ebb65e1b7a4b8..b3e41bf84696e26d1f226bb17f4e58d0c0810423 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 8e7d3c0e3e375abe3ad74a44860153fe89f33d59..529fc598cfe255ff3379639bc00e8a33b6446e55 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 5572d4f2417efa7cfe0755e639fadbf5a27d368f..50fff6df1550a5e58e4004963eaf76a1d9696361 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@-update \- Update a WIM image
 .SH SYNOPSIS
index c55d748f95e498fde4759761072c4d6291c6851c..031259c06e63a8fa60bc71e7f2a674450e449e33 100644 (file)
@@ -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
 .SH NAME
 @IMAGEX_PROGNAME@ \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index b0a5e96ac603071221cc24d3b4b55698f0494415..81774d6150b491fecdb685d93e0e8a3b849fb465 100644 (file)
@@ -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
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index b95fc71976e7413293409ca6d44863ee4562fb70..d8b05f6a01f3704f9e2bf27ec09dccf1ff1ca983 100644 (file)
@@ -33,7 +33,7 @@
  *
  * @section sec_intro Introduction
  *
  *
  * @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
  * 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
 #define WIMLIB_MINOR_VERSION 6
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #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" {
 
 #ifdef __cplusplus
 extern "C" {
index 6207c7a36b572a59e1759b66f4702553215b44d2..2eecf1b8bff1a0894264e7655f38db0603aa1c23 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.6.2
+Version:   1.6.3
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index a6282901b7c72bcc9ad4175f4b013181dbedb474..b864be46515ada807ce5496b8b2a9feade45710c 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.6\.1'
-oldmonth=January
+oldver='1\.6\.2'
+oldmonth=March
 oldyear=2014
 
 newmajor=1
 newminor=6
 oldyear=2014
 
 newmajor=1
 newminor=6
-newpatch=2
-newmonth=March
+newpatch=3
+newmonth=May
 newyear=2014
 
 
 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
 
        -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
 
 
 sed -i "s/pkgver=$oldver/pkgver=$newver/" archlinux/PKGBUILD