]> wimlib.net Git - wimlib/commitdiff
Update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Sat, 30 Aug 2014 00:03:52 +0000 (19:03 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 30 Aug 2014 00:03:52 +0000 (19:03 -0500)
NEWS
make-releases

diff --git a/NEWS b/NEWS
index e975934ef2d5b101a21626f840d1b2b3f7ff0cd4..2a89e4e4f9f8b939b28568093556747e6df9fb64 100644 (file)
--- 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:
index e82012b431e787d8734a43dbc0ff63d8fcf83ec3..9ae55c61cd003f34c909b3b9cbebfdbf4c110b92 100755 (executable)
@@ -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