]> wimlib.net Git - wimlib/commitdiff
Version 1.2.0
authorEric Biggers <ebiggers3@gmail.com>
Thu, 22 Nov 2012 21:29:37 +0000 (15:29 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 22 Nov 2012 21:29:37 +0000 (15:29 -0600)
NEWS
README
archlinux/PKGBUILD
debian/changelog
doc/imagex-apply.1.in
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h
tests/tests-common.sh

diff --git a/NEWS b/NEWS
index 61ee7c7598def49a90189fe4d0816d872d55b13b..5a33cefa8a49d7c0e8f41eb4032bf765516f8c8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,8 +14,8 @@ Version 1.2.0:
        A possible bug with changing the bootable image of a WIM was fixed.
 
        Some advisory locking is now done to prevent two processes from
        A possible bug with changing the bootable image of a WIM was fixed.
 
        Some advisory locking is now done to prevent two processes from
-       modifying a WIM at the same time (but only in some cases).  e.g. You
-       cannot mount two images from a WIM read-write at the same time.
+       modifying a WIM at the same time (but only in some cases).  For example,
+       you cannot mount two images from a WIM read-write at the same time.
 
        Some functions have been reorganized:
                * wimlib_mount() renamed to wimlib_mount_image().
 
        Some functions have been reorganized:
                * wimlib_mount() renamed to wimlib_mount_image().
diff --git a/README b/README
index 2f0a6841e75a44e01336ed40f96352d9d7419ab7..21a981ecc251f2c0a08bb2ec7627a65fb9a082ce 100644 (file)
--- a/README
+++ b/README
@@ -221,8 +221,8 @@ It has been tested on x86 (32-bit) GNU/Linux occasionally.
 
 wimlib may work on FreeBSD and Mac OS X.  However, this is not well tested.  If
 you do not have libntfs-3g 2011-4-12 or later available, you must configure with
 
 wimlib may work on FreeBSD and Mac OS X.  However, this is not well tested.  If
 you do not have libntfs-3g 2011-4-12 or later available, you must configure with
---without-ntfs-3g.  Before mounting a WIM you need to load the POSIX message
-queue module (run `kldload mqueuefs').
+--without-ntfs-3g.  On FreeBSD, before mounting a WIM you need to load the POSIX
+message queue module (run `kldload mqueuefs').
 
 wimlib should work on big endian machines but it has not been tested.
 
 
 wimlib should work on big endian machines but it has not been tested.
 
index 6fe4d72c89211f778ca466ba6e96617858e9a312..0f18eb367053cc5054db41d03078e2652bd47fe2 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.1.0
+pkgver=1.2.0
 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")
@@ -32,5 +32,3 @@ package() {
        cd "$pkgname-$pkgver"
        make DESTDIR="$pkgdir" install
 }
        cd "$pkgname-$pkgver"
        make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('6ad94bb7de9c6cadbbf50644dc3807ba993c1e149ce6a0d91380bfbfe59943bfa78fd06a835f426cc7b3dfa2c59a269abc2f3d4d8d12fb3681f72aeefbdb873a')
index bcf014f8a86416eadb34af2b924a70fd85092893..d898c6f6b05a9ca47962ee3e47300c670bc286e2 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.2.0-1) unstable; urgency=low
+
+  * Update to v1.2.0
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Thu, 22 Nov 2012 14:35:33 -0600
+
 wimlib (1.1.0-1) unstable; urgency=low
 
   * Update to v1.1.0
 wimlib (1.1.0-1) unstable; urgency=low
 
   * Update to v1.1.0
index 4715e3ae2aaffae386af8f1a0d2c0293c2cfabe3..db1af8cc7a2f7823561b707a33f38cb81db0e11f 100644 (file)
@@ -198,12 +198,11 @@ present.
 .TP
 \fB--hardlink\fR
 When extracting a file from the WIM that is identical to a file that has already
 .TP
 \fB--hardlink\fR
 When extracting a file from the WIM that is identical to a file that has already
-extracted, create a hard link using \fBlink\fR (3) rather than creating a
-separate file.  This option causes all identical files to be hard-linked,
-overriding the hard link groups that are specified in the WIM image(s).  In the
-case of extracting all images from the WIM, files may be hard-linked even if
-they are in different WIM images.  This option is not available in the NTFS
-extraction mode.
+extracted, create a hard link rather than creating a separate file.  This option
+causes all identical files to be hard-linked, overriding the hard link groups
+that are specified in the WIM image(s).  In the case of extracting all images
+from the WIM, files may be hard-linked even if they are in different WIM images.
+This option is not available in the NTFS extraction mode.
 .TP
 \fB--symlink\fR
 This option is similar to \fB--hardlink\fR, except symbolic links are created
 .TP
 \fB--symlink\fR
 This option is similar to \fB--hardlink\fR, except symbolic links are created
index 1e2d4594cbf36cc8348a827a197d6b31dbf05347..21e0daf4971df98c74ab076a3ef25bd4b649930e 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.1.0
+Version:   1.2.0
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 5c36e73f3e9cae68c01321f70fab5d9b62e7dda7..acb82fdf895d91b234af520e598fafe81ebabf4f 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.1.0
+Version:   1.2.0
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index b62293ede132929e351bf63120b339e1fa150a4f..220dc804507e42a5f82aa96ba4aa4154a131c1a7 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.1.0
+Version:   1.2.0
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 08fb9a0f5d0e1ca890d6b586c6715a8688dfa251..6effa1c18e30b33467a50ee70dc76b5f0450e475 100644 (file)
  *
  * \section intro Introduction
  *
  *
  * \section intro Introduction
  *
+ * This is the documentation for the library interface of wimlib 1.2.0.  If you
+ * have installed wimlib and want to know how to use the @c imagex program,
+ * please see the man pages instead.
+ *
  * wimlib is a C library to read, write, and mount archive files in the Windows
  * Imaging Format (WIM files).  These files are normally created using the @c
  * imagex.exe utility on Windows, but this library provides a free
  * wimlib is a C library to read, write, and mount archive files in the Windows
  * Imaging Format (WIM files).  These files are normally created using the @c
  * imagex.exe utility on Windows, but this library provides a free
@@ -297,17 +301,17 @@ enum wimlib_progress_msg {
         * ::wimlib_progress_info.scan. */
        WIMLIB_PROGRESS_MSG_SCAN_END,
 
         * ::wimlib_progress_info.scan. */
        WIMLIB_PROGRESS_MSG_SCAN_END,
 
-       /** 
+       /**
         * File resources are currently being written to the WIM.
         * @a info will point to ::wimlib_progress_info.write_streams. */
        WIMLIB_PROGRESS_MSG_WRITE_STREAMS,
 
         * File resources are currently being written to the WIM.
         * @a info will point to ::wimlib_progress_info.write_streams. */
        WIMLIB_PROGRESS_MSG_WRITE_STREAMS,
 
-       /** 
+       /**
         * The metadata resource for each image is about to be written to the
         * WIM. @a info will not be valid. */
        WIMLIB_PROGRESS_MSG_WRITE_METADATA_BEGIN,
 
         * The metadata resource for each image is about to be written to the
         * WIM. @a info will not be valid. */
        WIMLIB_PROGRESS_MSG_WRITE_METADATA_BEGIN,
 
-       /** 
+       /**
         * The metadata resource for each image has successfully been writen to
         * the WIM.  @a info will not be valid. */
        WIMLIB_PROGRESS_MSG_WRITE_METADATA_END,
         * The metadata resource for each image has successfully been writen to
         * the WIM.  @a info will not be valid. */
        WIMLIB_PROGRESS_MSG_WRITE_METADATA_END,
index 59c28c6334bbc122d9b44a45d4fada56de14b45e..72cda6787e6e370540798b6ec1322eb634301604 100644 (file)
@@ -7,7 +7,7 @@ else
        BSD_STAT=1
 fi
 
        BSD_STAT=1
 fi
 
-get_inode_number() 
+get_inode_number()
 {
        if [ "$BSD_STAT" -eq 1 ]; then
                stat -f %i "$1"
 {
        if [ "$BSD_STAT" -eq 1 ]; then
                stat -f %i "$1"