]> wimlib.net Git - wimlib/commitdiff
v1.7.1 v1.7.1
authorEric Biggers <ebiggers3@gmail.com>
Thu, 7 Aug 2014 03:36:38 +0000 (22:36 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 7 Aug 2014 03:36:38 +0000 (22:36 -0500)
20 files changed:
NEWS
README
configure.ac
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-verify.1.in
doc/man1/imagex.1.in
doc/man1/mkwinpeimg.1.in
update-version

diff --git a/NEWS b/NEWS
index d9296240f93a4d384879f7a809e0c1ca72bb397f..19e4b25cbbdbd2ed9122de4c07b00839776bec96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.7.1-BETA:
+Version 1.7.1:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.
 
        The default compression mode for wimcapture is now LZX compression in
        Made more improvements to the XPRESS, LZX, and LZMS compressors.
 
        The default compression mode for wimcapture is now LZX compression in
diff --git a/README b/README
index 9a3f26da22c75577aae60e23c9734957ff784441..71c88384c0abc57d364b72ff25d10552bdd5726a 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   INTRODUCTION
 
-This is wimlib version 1.7.1-BETA (June 2014).  wimlib is a C library for
+This is wimlib version 1.7.1 (August 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,
 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,
index 4c22938eaeb32c70a84d7f85d8115c9a51da47cb..78047564ea0ddc952c036abeae045eaf490a29f8 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.7.1-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.7.1], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index ab9b0d47c69bac17b2d66fa83fc23cfa2fecc5ec..7354e43605fc3eba666d9441723a5215d564abdc 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.7.1-1) unstable; urgency=low
+
+  * Update to v1.7.1
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Wed, 06 Aug 2014 22:34:49 -0500
+
 wimlib (1.7.0-1) unstable; urgency=low
 
   * Update to v1.7.0
 wimlib (1.7.0-1) unstable; urgency=low
 
   * Update to v1.7.0
index 858634558ba6a32885310375c7b6184f049d12e7..f818096d2be4237938d2fe3f5b49a111ac443a34 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 6f7116da40df3d0760a9ea2018b4d9fe7cd91daf..0be6e9d00566f6c4b200fe847de45574fc0fbace 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 38335f275438133bd9aa0b3aa98195068bee7482..4ff97b8528bc99eee7c1a6cca0e1ddafdadfbade 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 f2c1aebf85aa048abf6de7b9b64c905a47916de8..31233a61d4cd94de67e2a9fc07bceb46dd96ee4f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 959565ded3f49124e9854e76dcad6b6a8cdc181d..c380d6e91929ba65abea310fc45a208b5ce79294 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 d45605820b60c3c1e758ebb3522692586f310d4a..74e9d755e88bbdc725ff05da6a84c7046539fe14 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 7b7425f5a1605477dd0a627588e69c70c8f0ea46..088863b58c9b82f6f5af6564ddf93df67f17448d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 3949b75f41eaa8c68784620b549474ccf674c214..9f5dde44c049629e2b507d9cb5388bac82dbb0ec 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 c38c69c2a58157d237c54797ad0e831657115f7d..b40a33f2eb96abf8a268826bbd421561feefb157 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 2d296c722ea4ea2f4f28df76ba4e315a1cc26c9e..5a2b3f2b24a522efe724149a84d9fdd1ab08e045 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 b1e56ff5f5704e08350474edddd43a4218729086..431fa7f3e58c5b74e7a91d1d6f36f0eafe6fc486 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 e2f1aab3ffa8c2ac6d27542bb15adb93b826eed1..079723e6f338a3a6d075011ba530fc5d292a27fc 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 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 5b21cf176fc423005a84d97a516d7fcf6c3ba5bb..0290e3d3cff4e663275b07aac7bc8e3d39da2987 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-verify \- Verify a WIM file
 .SH SYNOPSIS
 .SH NAME
 @IMAGEX_PROGNAME@-verify \- Verify a WIM file
 .SH SYNOPSIS
index 424370b80378fdf66ae58b433f2c846eed14d5c3..3dc30b198db536f48fca84a9cf19e2150eb69f0d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "June 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX 1 "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
 .SH NAME
 @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 8196ed638303deb6d7d66b15cf02b8b24ec14e15..0be637bbedce873b4d2b4487a6993305c3296da3 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "June 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "August 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 0ce1b04c2da188cdc0ac4a13bf8749fef14427ac..5e8d3bde62cfa99d755a841e44ba5ccbdee7ed49 100755 (executable)
@@ -7,7 +7,7 @@ oldyear=2014
 newmajor=1
 newminor=7
 newpatch=1
 newmajor=1
 newminor=7
 newpatch=1
-newmonth=June
+newmonth=August
 newyear=2014
 
 
 newyear=2014