]> wimlib.net Git - wimlib/commitdiff
Update to v1.2.7
authorEric Biggers <ebiggers3@gmail.com>
Wed, 6 Mar 2013 15:40:31 +0000 (09:40 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 6 Mar 2013 15:40:31 +0000 (09:40 -0600)
12 files changed:
Makefile.am
NEWS
README
archlinux/PKGBUILD
configure.ac
debian/changelog
make-release
programs/mkwinpeimg
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h

index d9bff7161dd7503fe84d01532faa2b9ff2419828..1e545bb14fa661cdf1c0f0b0d471242c66dd462f 100644 (file)
@@ -7,7 +7,7 @@ AM_CFLAGS       = -std=gnu99 -D_LARGEFILE_SOURCE \
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 3:0:1
+libwim_la_LDFLAGS = -version-info 4:0:2
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/NEWS b/NEWS
index 75a500a321da43c06d895b925549f98e77021da3..25d1a31ae3455f5345ff66b5fd85b28eb919d28c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
+Version 1.2.7:
+       --source-list option added to `imagex capture' and `imagex append'.
+
 Version 1.2.6:
        Storing UNIX file owners, groups, and modes in WIM images is now
        possible using `imagex capture' with the --unix-data flag.
diff --git a/README b/README
index 5725849ce1c5aa87d6bd2799d78b4bca0e06dd80..0cc804ca6d73b3dcbefb470d0c4e4267cfaf3881 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   WIMLIB
 
-This is wimlib version 1.2.6 (March 2013).  wimlib can be used to read,
+This is wimlib version 1.2.7 (March 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.
index 4778d8e20f84b7a5205c7bdcf56ac3213b7a4dc9..281ddfcb19e2a07299aef43a2397b83210c281bc 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 800d6b888f9ecd76d303cf5fe83781f526a77063..3b02ef84735a95bcfc6d2d3f62e13b7a667e7e9f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.2.6], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.2.7], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index eb6b95cc9c2c8829b3a3685fbab185c827668fd1..ac25cda39b800d6251383e02984c666fe68631a5 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.2.7-1) unstable; urgency=low
+
+  * Update to v1.2.7
+
+ -- Eric Biggers <ebiggers3gmail.com>  Wed, 06 Mar 2013 09:38:58 -0600
+
 wimlib (1.2.6-1) unstable; urgency=low
 
   * Update to v1.2.6
index c93e6a1c296ea46dd091c17a115d4188e32e7c03..7ea68f3e2609b68433cf1d5d1ee015e3c6e2bfa4 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
-oldver='1\.2\.5'
-oldmonth=February
+oldver='1\.2\.6'
+oldmonth=March
 oldyear=2013
 
 newmajor=1
 newminor=2
-newpatch=6
+newpatch=7
 newmonth=March
 newyear=2013
 
index 7d890d81307ee46c7214088013d1572a0b66855e..d44e2b0fce0a6692a7d085407b46650c8723ab9a 100755 (executable)
@@ -20,7 +20,7 @@
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
-WIMLIB_VERSION=1.2.6
+WIMLIB_VERSION=1.2.7
 
 calc_columns () {
        STAT_COL=80
index bf62fd447a1ab1b29486559229b4d0dbc2d07455..8a952e2a2fc281169dc0b9b896fee9ce4f48e0c1 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.2.6
+Version:   1.2.7
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 0a413dbeea6a6ec997a5878edec919c868522a85..7493f45e7f1d454a86e598486e0b875a6b911d5c 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.2.6
+Version:   1.2.7
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index ce91b294bb3485edcfee941afbe628073e1ec3ea..3c4a8082eab84c04fe9c08f36c6160a12a18b541 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.2.6
+Version:   1.2.7
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 4af3d7610339103793f06ce7752fde30f73c6456..36178298ac96c4a2e0aad48f2d7889895dd0fccb 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.2.6.  If you
+ * This is the documentation for the library interface of wimlib 1.2.7.  If you
  * have installed wimlib and want to know how to use the @c imagex program,
  * please see the man pages instead.
  *
 #define WIMLIB_MINOR_VERSION 2
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 6
+#define WIMLIB_PATCH_VERSION 7
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure