]> wimlib.net Git - wimlib/commitdiff
Update version number to 1.5.1
authorEric Biggers <ebiggers3@gmail.com>
Fri, 11 Oct 2013 14:38:50 +0000 (09:38 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 11 Oct 2013 14:38:50 +0000 (09:38 -0500)
22 files changed:
Makefile.am
README
archlinux/PKGBUILD
configure.ac
debian/changelog
doc/imagex-apply.1.in
doc/imagex-capture.1.in
doc/imagex-delete.1.in
doc/imagex-dir.1.in
doc/imagex-export.1.in
doc/imagex-extract.1.in
doc/imagex-info.1.in
doc/imagex-join.1.in
doc/imagex-mount.1.in
doc/imagex-optimize.1.in
doc/imagex-split.1.in
doc/imagex-update.1.in
doc/imagex.1.in
doc/mkwinpeimg.1.in
include/wimlib.h
rpm/wimtools.spec
update-version

index fae1fe8d96c834751518e7c3604ab08ddcd97ad4..e0cee0ca78eb7801f32cdf4fdc37e8b663c38b03 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 9:0:0 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 9:1:0 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index 80924c3a63ca257519fbd0bc54aa50fd028f5005..88b1521f9cdea15eccc6077ef7cf2de244c9399d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.5.0 (August 2013).  wimlib is a C library for creating,
+This is wimlib version 1.5.1 (October 2013).  wimlib is a C library for creating,
 modifying, extracting, and mounting files in the Windows Imaging Format (WIM
 files).  These files are normally created by using the `imagex.exe' utility on
 Windows, but wimlib is distributed with a free implementation of ImageX called
index 2887ca68398407615635ca6ab534defd8b3df4ff..1c10709285dc3151596657948fc670b4668141ce 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 4f4b8678289704df5157237012e89782a56de2ed..0f84c1440deedfba5b4a168b6a7e15e43c9560af 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.5.0], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.5.1], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index d7b872dd68339374a5d6e2f90251e553e194138f..cb313db78145449c1e0b5d7c123e5b9c4c452768 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.5.1-1) unstable; urgency=low
+
+  * Update to v1.5.1
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Fri, 11 Oct 2013 09:34:20 -0500
+
 wimlib (1.5.0-1) unstable; urgency=low
 
   * Update to v1.5.0
index 5c6a842eb67a1c87b5613b09963d166a8bec4180..18f29db736d5bf406962cda1fcb8d7af7138432d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index 3ca9ecd2ebf264c04c037548ec1d4f188f3f6963..305de55f3a9364226fa56da9aae6a33d7894d9ec 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 .SH SYNOPSIS
index 9304657f9d2e8e8ffefb0a20b2d66da3c4b78be7..ad8ab543f190882d07ff737c17c8a22da8e3aa69 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index d5fc076bab96b207273bcb67d7fc5533e25a2200..0cb3e13b6940b073355dc2c85eac41d7cf2c6772 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index 46dcb76693e969efbbebcd66eaae58b7ab97291f..1555e4f26bf779c247300ea65c870be2817a69a2 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@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 55155a835218e1564715912bc897b9f0d675f353..4347672e132ec2a3c0118a49f0dde63ee1991fdd 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index 1840df6b6ffb1d06d4e90c79a9b58ef387b556a1..4bb2a917f6fea3ac14b8bdea1816badee6e4b01e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about
 an image
index 4c062b377c40f8bbdc82a9a101c2fa75bc4ac135..dcf95da54af1e4a6604c8a96015627384953d67b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index f2a50e63a5d8ffbe93095af3798c81ae9f6f2cdd..15c9d922358b33cf3b22e2259cb970a6eac97229 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@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 c7be1d36449e9c827d7ff51182f6485f8d4a1bb9..fd5a6a2db63dd6c4e82182376f7c086419e2e0f3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index f3127bf8817fada09077e1eb0aafa0593de5d079..5f08d5cb6927488a83c2d198c53d0d78a8845a3c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 4cc99608243fb17cfcfdf2c0ddc04507897ed8c4..81018e86cb45624750c80ad71b6852c908aab677 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-update \- Update a WIM image
 .SH SYNOPSIS
index 3c14e64481a87bad1c08aa8ed03d3d0ef5f7acb8..0b1089fc6d3c4a6b532dfd63a8f890b7dd77814a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX 1 "October 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 3095023f8c2c3ac63af2e38e19968a0630c826cf..0966377c320d0bc931c11451e744bb0f5e95ae7f 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "August 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "October 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index b43b3584dfa6bd97f04edd4151bc31888d17c8ba..081dfca845aee487e5a2f64ec9df9e1db52abb84 100644 (file)
@@ -33,7 +33,7 @@
  *
  * @section sec_intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.5.0, a C
+ * This is the documentation for the library interface of wimlib 1.5.1, 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 5
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 0
+#define WIMLIB_PATCH_VERSION 1
 
 #ifdef __cplusplus
 extern "C" {
index 5032490cfa101add7b5184d18a9274b44b2db9cf..c381d6e1d6eb365f38ecc371db6633b6b6e5aea9 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.5.0
+Version:   1.5.1
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 840ea2c757109e955cdd54b55f8a57e8e5dc1291..0b717d080957bf29c35ab6490166737e8758ce25 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.4\.2'
-oldmonth=June
+oldver='1\.5\.0'
+oldmonth=August
 oldyear=2013
 
 newmajor=1
 newminor=5
-newpatch=0
-newmonth=August
+newpatch=1
+newmonth=October
 newyear=2013