]> wimlib.net Git - wimlib/commitdiff
Update version to 1.3.3
authorEric Biggers <ebiggers3@gmail.com>
Mon, 8 Apr 2013 05:17:07 +0000 (00:17 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 8 Apr 2013 05:17:07 +0000 (00:17 -0500)
21 files changed:
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-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.1.in
doc/mkwinpeimg.1.in
make-release
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h

diff --git a/README b/README
index f17ff6f5c56beaa53cf7a660d74c350239b41b00..1d04510dbb8a734d10ea528e9baa3caf4b7cb3d6 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   WIMLIB
 
                                   WIMLIB
 
-This is wimlib version 1.3.2 (March 2013).  wimlib can be used to read, write,
+This is wimlib version 1.3.3 (April 2013).  wimlib can be used to read, write,
 and mount files in the Windows Imaging Format (WIM files).  These files are
 normally created by using the `imagex.exe' utility on Windows, but this library
 provides a free implementation of ImageX for UNIX-based systems.
 and mount files in the Windows Imaging Format (WIM files).  These files are
 normally created by using the `imagex.exe' utility on Windows, but this library
 provides a free implementation of ImageX for UNIX-based systems.
index 02134ce9e67b8ec3895b0f1d26fdba365c04a10c..358a163ca236a7d55b4298a8b3167b3d4bf41457 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.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 13da4dd003cd2abf1338541f69d695be671a5fc5..865ded2463bcfe732ac9c15610b5ff1b7ed3af1d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.3.2], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.3.3], [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 54c86db84e1229e98c0f246cd025a091728809b8..eae2f909bc1640bfc0a9bbfdcc17ebc086f59363 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.3.3-1) unstable; urgency=low
+
+  * Update to v1.3.3
+
+ -- Eric Biggers <ebiggers3gmail.com>  Mon, 08 Apr 2013 00:16:50 -0500
+
 wimlib (1.3.2-1) unstable; urgency=low
 
   * Update to v1.3.2
 wimlib (1.3.2-1) unstable; urgency=low
 
   * Update to v1.3.2
index adf6d035477eeebc2e807268cd72e94d26c3c9ab..b59a5930922eb215314bc7ba710646a64035eefc 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 
index c38758a05d0ba7983bbd0737bbb38570d128b4dd..e20e0979d7385ad2ec4596dd37e86e19e3ebd66a 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 
index 6cb9050d835c9ae2a046b26c323f90f95565be0a..2272f031de281191d8136a6a41485e671504a51a 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 
index 8d95f20687b9cadd9f34057c80948d332ab72d29..25875abdd1d7c61ce6bce9a2b308a9e2b64c600c 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 
index 00a03eb2e1449e1eb4f3ebf9e99c5922ceb072b6..e0991fc7b645b1a2ab8e099edb735c185e67656f 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 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 NAME
 @IMAGEX_PROGNAME@-export \- Exports an image from a WIM archive to an existing or new WIM archive
 
index 8580b5b9effcd8e33962d8464bdca7c1c285f3c5..b492e071acdcd8832659c331c449c7774d5286de 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@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 3b0e910b813f964594faf38c3327d7f3e40b0c2b..9f7f998bc689e4d337bd65c9e00dae415f16deae 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 
index e99e30690c37084c69be2d076d529e6b35494a97..f4c0673baca7b0fd45f7a222527d69bc2b48e2f2 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 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 NAME
 @IMAGEX_PROGNAME@-mount, @IMAGEX_PROGNAME@-mountrw, @IMAGEX_PROGNAME@-unmount \- Mount and unmount an image from a WIM archive
 
index d5ce76102a712b27eb2b83d9320a69d31e63323f..5baaa7143edfbae8b16fa66e0daa5ae91369a2f3 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 
index 23cba7ff11f9b935dadfba2e79f9a941a5692235..77057e6f6624778f3d61b18a439af371e476d137 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 
index 9662b0a0ad00484f41b7b53bba2f81f9bc53f177..21ebba0cb14ae1cb11caa5c21188a311e4b45334 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX 1 "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX 1 "April 2013" "@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 cd4a0c5e9da1913c2b4f604e7034351c10512565..9e1bde30c0822015c23882e51eaf2997fc300641 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "March 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "April 2013" "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 ded3b14c7b94e1dc4be5361b1598254633087ae1..ea9a0b27a592a77ba21cbb7ac80905309a387466 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.3\.1'
+oldver='1\.3\.2'
 oldmonth=March
 oldyear=2013
 
 newmajor=1
 newminor=3
 oldmonth=March
 oldyear=2013
 
 newmajor=1
 newminor=3
-newpatch=2
-newmonth=March
+newpatch=3
+newmonth=April
 newyear=2013
 
 
 newyear=2013
 
 
index 0c93d4492bab9a50e24058fda0f582188a4288ff..b1d4407824f0e963644828d18eff7fed18b15e07 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.2
+Version:   1.3.3
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 872c5097999a1d3cb2e60088ea91bbdd99048a4b..337d7d1cc4b4af58fcb0424ed6127d5cab2cd231 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.2
+Version:   1.3.3
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 4cd8e77f9867d8a0d1baaf0f31450ffb5c8f08d2..db2b7b4e438a1d92b9f8752ef86850d9a3c52313 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.2
+Version:   1.3.3
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 08d74b25c5cc2a0b95361eb15455f5a14c112465..50f9252149c6b4834791f59d34fe05261abc7e00 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.3.2.  If you
+ * This is the documentation for the library interface of wimlib 1.3.3.  If you
  * have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the man pages instead.  Also: the actual project page
  * where you can download the source code for the library is at <a
  * have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the man pages instead.  Also: the actual project page
  * where you can download the source code for the library is at <a
 #define WIMLIB_MINOR_VERSION 3
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #define WIMLIB_MINOR_VERSION 3
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 2
+#define WIMLIB_PATCH_VERSION 3
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure