From e8fdc252f2df9a42b359633c4ca1612174e50444 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 25 May 2012 15:03:52 -0500 Subject: [PATCH] NEWS --- NEWS | 4 ++++ archlinux/PKGBUILD.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3a532127..a37eb6d9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ 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. + 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. diff --git a/archlinux/PKGBUILD.in b/archlinux/PKGBUILD.in index 2ef460e5..3dd48fcd 100644 --- a/archlinux/PKGBUILD.in +++ b/archlinux/PKGBUILD.in @@ -19,7 +19,7 @@ md5sums=("") build() { cd "$pkgname-$pkgver" - ./configure --disable-verify-compression --enable-libcrypto \ + ./configure --disable-verify-compression --with-libcrypto \ --prefix=/usr make } -- 2.43.0