]> wimlib.net Git - wimlib/commitdiff
v1.7.3 v1.7.3
authorEric Biggers <ebiggers3@gmail.com>
Fri, 14 Nov 2014 00:12:23 +0000 (18:12 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 14 Nov 2014 00:12:23 +0000 (18:12 -0600)
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 2c94bdcb9288d4daad065fdb5cb070b2f02e5784..e49c5be6c26fbafd8062e13c418b66c063d7641d 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 17:0:2 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 18:0:3 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/NEWS b/NEWS
index 159a0ed9a44801072ade561dd1959935794e7ac9..ba27b388c5418799dd9b204208d45953db202b98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.7.3-BETA:
+Version 1.7.3:
        Fix for very slow export from solid WIM / ESD files.
 
        Fix for LZX and LZMS algorithms on non-x86 architectures, such as ARM.
diff --git a/README b/README
index e8f5523366263f819f94404cf880ee6b70126089..2a95dbd106a6b47a861382c6f309255508c49a40 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.3-BETA (October 2014).  wimlib is a C library for
+This is wimlib version 1.7.3 (November 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 e0845cfe1bc8aff191e10820fed89c1e0e19ce00..acf8ebff3d398d7ab78eb12512c0119318892aaf 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index de41a57713bd7cdfa373315c1e9f6332755be3b3..d580b413785bfa56677d032e38e4a55b77482d65 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.7.3-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.7.3], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 104d5b6f36c96451e9effd074567659f30c60ec6..4fa3883abe9abc6793745a3492f144493378b7e5 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.7.3-1) unstable; urgency=low
+
+  * Update to v1.7.3
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Thu, 13 Nov 2014 18:11:27 -0600
+
 wimlib (1.7.2-1) unstable; urgency=low
 
   * Update to v1.7.2
index 8ce2f761a116667ad85d7d0e084475073cf483ec..cfa46cffc26787a378e16f73eeb1c51807bd0a6a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index cb60791010d6bc345867052072ef3f80af566c62..787b8d893d772e60a2f6efcbc37e293028c5b9b0 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 .SH SYNOPSIS
index 28c6b4ec192f8851a43b38b23cc8ca18f6ba3531..559327b76ca2f9b96a89508d64dd78c815eef440 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 5a0cf806fcfa22818e056d7b994a08ecb524c1ce..344924469d7f12fcb2c21a72bb186052ee53426e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index 8ca4806b142b0ee6ec576ee07ce7315d029b0131..eeee01620ac801a527723adc8e3a84be027978dc 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 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 c8dd6cc9d313606eb3410599ea1f7e9f55c2af24..8f307560f600424d1d3f643a6d3733f8324bda71 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index da50363bde296ff166ef6c895dc822b161ab76e6..3cd0575ba4c892af722d914a1429e8f6ed62d720 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about
 an image
index ddf094dc435465587f1a76515bb851403a41a589..dbe4eb32f4591d70570337dfefc509228b757b41 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index e7aba89daac971c0983469df293b6f9d6b7a3070..5da5870ec7539ed01e7fe8bc3c9cf07dcfaf32ff 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 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 68360060eee98eeab4e2a940f3eff71642137f0e..98351778bebc161e85150c1454f72b2ca5bc6524 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 681751bb8f286bc17b204309d2a9f1756e40b61d..81f59b3b26d53bd4acbf9dba9a511510f36790bc 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 96a3e6864ed91f6358f4155c9e5999b00ded6a43..72cd23d8d446955339fdfdf10f7151b890e40874 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-update \- Update a WIM image
 .SH SYNOPSIS
index aba863fea1a0a2581c04540b1922ca3f65cad304..0fe24fb38f416303e43bfd0a97cd856a93353cc4 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-verify \- Verify a WIM file
 .SH SYNOPSIS
index fc9d441eb6bbf86eaff6c105439a14bb4666697c..c235574d835eee14303280128e5bb44cf4eea9e1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "October 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX 1 "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index d092eebb33149a3a8e33f8adbfcd1d27af773a88..861f428a70882da94b720bf862636e3b66664f10 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "October 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "November 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 38ffc02460786f294a72a591cdf0dd6f5d5ed71b..93010012a2c094272e44aa6af7052ee44e6a7767 100644 (file)
@@ -12,7 +12,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.7.2, a C
+ * This is the documentation for the library interface of wimlib 1.7.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
 #define WIMLIB_MINOR_VERSION 7
 
 /** 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" {
index c4996d6f76f77f5c7a2c64af93c11c394331a0a6..159a68173b9a453e46bc7437639e3884e4f311d7 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.7.2
+Version:   1.7.3
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 15fe71eb9fb445645f9997861a17b6f2a575e851..d413f9835c375f6593e172007af51d8e30318293 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.7\.1'
-oldmonth=August
+oldver='1\.7\.2'
+oldmonth=October
 oldyear=2014
 
 newmajor=1
 newminor=7
-newpatch=2
-newmonth=October
+newpatch=3
+newmonth=November
 newyear=2014