From 7ede26591f8fc14b94b40ad079d4e0d2824efaff Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 15 Feb 2015 23:34:14 -0600 Subject: [PATCH] Use v1.8.0 as next version instead of v1.7.5 --- NEWS | 2 +- README | 6 +++--- configure.ac | 2 +- include/wimlib.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1ce8e394..3d02ecc3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.7.5-BETA: +Version 1.8.0-BETA: Improved the LZX compressor. It is now 15-20% faster than before and provides a slightly better compression ratio. diff --git a/README b/README index 966ec45a..e54be618 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.5-BETA (January 2015). wimlib is a C library for +This is wimlib version 1.8.0-BETA (February 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, @@ -78,7 +78,7 @@ create the file. When applicable, the results with the equivalent Microsoft implementation in WIMGAPI is included. ============================================================================= - | Compression || wimlib (v1.7.5-BETA) | WIMGAPI (Windows 8.1) | + | Compression || wimlib (v1.8.0) | WIMGAPI (Windows 8.1) | ============================================================================= | None [1] || 361,314,224 in 2.4s | 361,315,338 in 4.5s | | XPRESS [2] || 138,218,750 in 3.0s | 140,457,436 in 6.0s | @@ -139,7 +139,7 @@ Testing environment: The compression ratio provided by wimlib is also competitive with commonly used archive formats. Below are file sizes that result when the Canterbury corpus is -compressed with wimlib (v1.7.5), WIMGAPI (Windows 8.1), and some other +compressed with wimlib (v1.8.0), WIMGAPI (Windows 8.1), and some other formats/programs: ===================================================== diff --git a/configure.ac b/configure.ac index ebb9f5ab..b70a2ec6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.7.5-BETA3], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.8.0-BETA4], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/include/wimlib.h b/include/wimlib.h index 9a5e4a3c..70b1781f 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -4673,7 +4673,7 @@ wimlib_get_compressor_needed_memory(enum wimlib_compression_type ctype, * Therefore, it is a compressor-only parameter and does not need to be * passed to the decompressor. *
- * Since wimlib v1.7.5, this parameter can be OR-ed with the flag + * Since wimlib v1.8.0, this parameter can be OR-ed with the flag * ::WIMLIB_COMPRESSOR_FLAG_DESTRUCTIVE. This creates the compressor in a * mode where it is allowed to modify the input buffer. Specifically, in * this mode, if compression succeeds, the input buffer may have been -- 2.43.0