From 571d889620c57303d75d299e714387b891713ff9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 16 Jul 2017 00:16:59 -0700 Subject: [PATCH] 1.12.0-BETA2 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 53e746dc..0f5f4446 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ -Version 1.12.0-BETA1: +Version 1.12.0-BETA2: + Fixed a bug that was causing the LZMS decompressor to be miscompiled + with GCC 7 (this broke extracting "solid" archives). + + The Windows 10 Recycle Bin directory (\$RECYCLE.BIN) has been added to + the default exclusion list. + + Added a '--quiet' option to wimlib-imagex. + + The 'mkwinpeimg' script now also looks for the syslinux BIOS modules in + the directory /usr/lib/syslinux/modules/bios. + Files with timestamps before the year 1970 are now extracted correctly to UNIX-style filesystems, are displayed correctly by 'wimdir --detailed', and show up correctly in mounted WIM images. diff --git a/configure.ac b/configure.ac index 80603382..323df23c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.12.0-BETA1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.12.0-BETA2], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0