From: Eric Biggers Date: Sun, 11 Jan 2015 16:40:26 +0000 (-0600) Subject: v1.7.5-BETA X-Git-Tag: v1.8.0~65 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=07d7220830f341d1038aed9d0467803c9d1e9d11;hp=3e8aa757aaa63297f0d54007adf46411778fb6a8 v1.7.5-BETA --- diff --git a/NEWS b/NEWS index 5f5aa19b..1ff7d62c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.7.5-BETA: + The performance of LZX compression has been improved by 15-20%. This is + the default compression mode of wimlib-imagex. + Version 1.7.4: The Windows binary distribution no longer contains third party DLLs. These dependencies are instead compiled directly into the libwim DLL. diff --git a/README b/README index 18b18817..281ad361 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.4 (January 2015). wimlib is a C library for +This is wimlib version 1.7.5-BETA (January 2015). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend 'wimlib-imagex' provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, diff --git a/configure.ac b/configure.ac index 635bf3ac..e48ce2ea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.7.4], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.5-BETA1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])