]> wimlib.net Git - wimlib/commitdiff
Version 1.2.2
authorEric Biggers <ebiggers3@gmail.com>
Fri, 21 Dec 2012 18:42:56 +0000 (12:42 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 21 Dec 2012 18:42:56 +0000 (12:42 -0600)
README
archlinux/PKGBUILD
configure.ac
debian/changelog
programs/mkwinpeimg
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h

diff --git a/README b/README
index 4ffd1420667a346b4e877e1cc927bdd8acbf8a4e..b110964363989116f35548d0dc95ad9ac3691111 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   WIMLIB
 
-This is wimlib version 1.2.1 (December 2012).  wimlib can be used to read,
+This is wimlib version 1.2.2 (December 2012).  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.
index d479a62178cc78727bdf26c5f6a333fa93b967b8..20280e3b415a01f021ed164678fa5a44ae8ce84f 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 919d743590b4db2841e00396daa32d36aacc2164..dff445590be12b0a42730a07e21198fb479cde72 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.2.1], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.2.2], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index b7fd743fc92d14bb4989794e433da1e1f5a096f0..3fc432849fde2dab7fc33959f962cd8fce710ec1 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.2.2-1) unstable; urgency=low
+
+  * Update to v1.2.2
+
+ -- Eric Biggers <ebiggers3gmail.com>  Fri, 21 Dec 2012 12:39:22 -0600
+
 wimlib (1.2.1-1) unstable; urgency=low
 
   * Update to v1.2.1
index dc938a3103b89984b0700739e284d8086104fbc5..9e259be5f382fb371d9a40ca07c55ec05348d336 100755 (executable)
@@ -20,7 +20,7 @@
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
-WIMLIB_VERSION=1.2.1
+WIMLIB_VERSION=1.2.2
 
 calc_columns () {
        STAT_COL=80
index 5c6d84a66aa5d1b2d56ee085b2e1843a68e43ab7..a874e1f83c85c9fa178fb3f1d301e331b0ea7f29 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.2.1
+Version:   1.2.2
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 18c1a5538132199d473c82cc79f9c68063096d78..c51fbb8f77ff59ac74182056735a7a6f0236e442 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.2.1
+Version:   1.2.2
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 7e037e1c3b0efe823a6b8c656c459404a2ade9c1..4a3037a0443f9d99bf13069e30b195f5af8d56b7 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.2.1
+Version:   1.2.2
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 1b476be24763990d6112f2b479561feb7b89dc76..50fc3631193a1a6f7a64f9ac4568ef0f0067bb47 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.2.1.  If you
+ * This is the documentation for the library interface of wimlib 1.2.2.  If you
  * have installed wimlib and want to know how to use the @c imagex program,
  * please see the man pages instead.
  *
 
 #define WIMLIB_MAJOR_VERSION 1
 #define WIMLIB_MINOR_VERSION 2
-#define WIMLIB_PATCH_VERSION 1
+#define WIMLIB_PATCH_VERSION 2
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure