From: Eric Biggers Date: Sat, 30 Aug 2014 00:03:52 +0000 (-0500) Subject: Update NEWS X-Git-Tag: v1.7.2~45 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=76b5a9f786f1cba5913a5f473d0e4d41bcff4c2a Update NEWS --- diff --git a/NEWS b/NEWS index e975934e..2a89e4e4 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ Version 1.7.2-BETA: WIMLIB_PROGRESS_MSG_EXTRACT_FILE_STRUCTURE and WIMLIB_PROGRESS_MSG_EXTRACT_METADATA. + Updated dependent DLLs in Windows release. libxml2 is slimmed down. + Some documentation improvements. Version 1.7.1: diff --git a/make-releases b/make-releases index e82012b4..9ae55c61 100755 --- a/make-releases +++ b/make-releases @@ -2,9 +2,7 @@ set -e -u -MINGW_COMPILER_DIR=/mnt/btrfs/fedora-2013-08-23/bin - ./configure && make distcheck for arch in i686 x86_64; do - ./make-windows-release ${arch} CC=${MINGW_COMPILER_DIR}/${arch}-w64-mingw32-gcc + ./make-windows-release ${arch} ${arch}-w64-mingw32-gcc done