]> wimlib.net Git - wimlib/commitdiff
v1.7.2 v1.7.2
authorEric Biggers <ebiggers3@gmail.com>
Thu, 2 Oct 2014 23:42:49 +0000 (18:42 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 3 Oct 2014 01:25:11 +0000 (20:25 -0500)
24 files changed:
Makefile.am
NEWS
README
archlinux/PKGBUILD
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
include/wimlib.h
rpm/wimtools.spec
update-version

index 8f6277dbdcd5992241e46ac68417378227ebe3c0..c6f8301a6389ffaf67c2a2ca8f43b7743c0c60f1 100644 (file)
@@ -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 2b9bb34b70edeb24f383b43c28801fc3bc7e6ebf..595130574752abbf81cefc21d6e205b25978e889 100644 (file)
--- 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 419c3da6d6cd81e6a464cd59da8a8eab378b1c3b..453a8c08f44a5585ca602910dc8137b63d652ae5 100644 (file)
--- 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,
index 1522eedd98363940fa1f6dbae37e3ca69d2abb10..e0845cfe1bc8aff191e10820fed89c1e0e19ce00 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 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")
index 8fff316d0b5b6c08e6b2fb6c1e49ec1ddbc461e7..0f469a69e0e0b7ffb09b6f55d8581671238a829e 100644 (file)
@@ -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])
index 7354e43605fc3eba666d9441723a5215d564abdc..104d5b6f36c96451e9effd074567659f30c60ec6 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.7.2-1) unstable; urgency=low
+
+  * Update to v1.7.2
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Thu, 02 Oct 2014 20:24:27 -0500
+
 wimlib (1.7.1-1) unstable; urgency=low
 
   * Update to v1.7.1
index f818096d2be4237938d2fe3f5b49a111ac443a34..8ce2f761a116667ad85d7d0e084475073cf483ec 100644 (file)
@@ -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
index 0be6e9d00566f6c4b200fe847de45574fc0fbace..cb60791010d6bc345867052072ef3f80af566c62 100644 (file)
@@ -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
index 4ff97b8528bc99eee7c1a6cca0e1ddafdadfbade..28c6b4ec192f8851a43b38b23cc8ca18f6ba3531 100644 (file)
@@ -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
index 31233a61d4cd94de67e2a9fc07bceb46dd96ee4f..5a0cf806fcfa22818e056d7b994a08ecb524c1ce 100644 (file)
@@ -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
index c380d6e91929ba65abea310fc45a208b5ce79294..8ca4806b142b0ee6ec576ee07ce7315d029b0131 100644 (file)
@@ -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
index 74e9d755e88bbdc725ff05da6a84c7046539fe14..c8dd6cc9d313606eb3410599ea1f7e9f55c2af24 100644 (file)
@@ -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
index 088863b58c9b82f6f5af6564ddf93df67f17448d..da50363bde296ff166ef6c895dc822b161ab76e6 100644 (file)
@@ -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
index 9f5dde44c049629e2b507d9cb5388bac82dbb0ec..ddf094dc435465587f1a76515bb851403a41a589 100644 (file)
@@ -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
index b40a33f2eb96abf8a268826bbd421561feefb157..e7aba89daac971c0983469df293b6f9d6b7a3070 100644 (file)
@@ -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
index 3b0cca21750dcaf3650afe058095dd4126b05efc..68360060eee98eeab4e2a940f3eff71642137f0e 100644 (file)
@@ -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
index 431fa7f3e58c5b74e7a91d1d6f36f0eafe6fc486..681751bb8f286bc17b204309d2a9f1756e40b61d 100644 (file)
@@ -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
index 079723e6f338a3a6d075011ba530fc5d292a27fc..96a3e6864ed91f6358f4155c9e5999b00ded6a43 100644 (file)
@@ -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
index 870ac86e293cecb689e47ff044fc362fc89f94d8..aba863fea1a0a2581c04540b1922ca3f65cad304 100644 (file)
@@ -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
index 3dc30b198db536f48fca84a9cf19e2150eb69f0d..fc9d441eb6bbf86eaff6c105439a14bb4666697c 100644 (file)
@@ -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
index 0be637bbedce873b4d2b4487a6993305c3296da3..d092eebb33149a3a8e33f8adbfcd1d27af773a88 100644 (file)
@@ -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
index b3f0537e5428480ac85d22f27c700e22c683eafa..529de43765e4d079fa90a67300c1b29ed338fca5 100644 (file)
@@ -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
 #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" {
index a540d59b3fe979318acb21f5f5f7b11ba14b1615..c4996d6f76f77f5c7a2c64af93c11c394331a0a6 100644 (file)
@@ -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
index 5e8d3bde62cfa99d755a841e44ba5ccbdee7ed49..15fe71eb9fb445645f9997861a17b6f2a575e851 100755 (executable)
@@ -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