From 6e0ef33d84dcc090d91d6fa8f4fd660ae24b1768 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 19 Sep 2015 13:21:18 -0500 Subject: [PATCH 1/1] v1.8.3-BETA --- NEWS | 6 ++++++ README | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9700f095..7a787d42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 1.8.3-BETA: + Fixed a bug with libntfs-3g extraction present since v1.8.1. Sometimes, + some Microsoft software would not correctly recognize data in the + resulting filesystem. Users of the (UNIX-only) NTFS-3g based WIM + extraction support should not use wimlib v1.8.1 or wimlib v1.8.2. + Version 1.8.2: This release primarily contains various minor bug fixes and improvements, including: diff --git a/README b/README index 4a09c3bd..f27d8f1f 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.8.2 (August 2015). wimlib is a C library for +This is wimlib version 1.8.3-BETA (September 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 de0a8a43..c076a010 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.8.2], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.8.3-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0