]> wimlib.net Git - wimlib/commitdiff
NEWS
authorEric Biggers <ebiggers3@gmail.com>
Fri, 25 May 2012 20:03:52 +0000 (15:03 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 25 May 2012 20:03:52 +0000 (15:03 -0500)
NEWS
archlinux/PKGBUILD.in

diff --git a/NEWS b/NEWS
index 3a532127e6c6dca0cde622bff59e5bf3569d2d39..a37eb6d907b2903292fd9dfbaa3d19aea6bef7b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
 Only the most important changes more recent than version 0.6 are noted here.
 
+Version 0.7.2:
+       Fixed segfault when unmounting read-only WIM.
+
 Version 0.7.1:
        Support for joining and splitting WIMs.
 Version 0.7.1:
        Support for joining and splitting WIMs.
+       Also, security data is now preserved by default.
 
 Version 0.6.3:
        Can now build with older gcc and system headers, like on CentOS 5.
 
 Version 0.6.3:
        Can now build with older gcc and system headers, like on CentOS 5.
index 2ef460e5ed4156c6c331c831df8f9a5f58834f51..3dd48fcde3ed828622238e1ee544a51a635bb7fa 100644 (file)
@@ -19,7 +19,7 @@ md5sums=("")
 
 build() {
        cd "$pkgname-$pkgver"
 
 build() {
        cd "$pkgname-$pkgver"
-       ./configure --disable-verify-compression --enable-libcrypto \
+       ./configure --disable-verify-compression --with-libcrypto \
                        --prefix=/usr
        make
 }
                        --prefix=/usr
        make
 }