From 07d7220830f341d1038aed9d0467803c9d1e9d11 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 11 Jan 2015 10:40:26 -0600 Subject: [PATCH] v1.7.5-BETA --- NEWS | 4 ++++ README | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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]) -- 2.43.0