From 5d84c9526ece9e389a9dcdec675dfac017257e68 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 27 Dec 2015 09:57:52 -0600 Subject: [PATCH] Use v1.9.0 for next version --- NEWS | 2 +- README | 2 +- configure.ac | 2 +- include/wimlib.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0dce6565..dd38f206 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.8.4-BETA: +Version 1.9.0-BETA: Fixed a bug where, on Windows, wimlib would change the security descriptor of the target directory of an extraction even when the '--no-acls' option was specified. diff --git a/README b/README index 31d24792..415c5199 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.8.4-BETA (December 2015). wimlib is a C library for +This is wimlib version 1.9.0-BETA (December 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 45ca2d3f..26eed7fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.8.4-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.9.0-BETA], [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 4390e208..2e5ba3c6 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -1748,7 +1748,7 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour #define WIMLIB_ADD_FLAG_TEST_FILE_EXCLUSION 0x00004000 /** - * EXPERIMENTAL, since wimlib v1.8.4: create a temporary filesystem snapshot of + * EXPERIMENTAL, since wimlib v1.9.0: create a temporary filesystem snapshot of * the source directory and add the files from it. Currently, this option is * only supported on Windows, where it uses the Volume Shadow Copy Service * (VSS). Using this option, you can create a consistent backup of the system @@ -3180,7 +3180,7 @@ wimlib_get_image_name(const WIMStruct *wim, int image); * "TOTALBYTES". The name can contain forward slashes to indicate a nested * XML element; for example, "WINDOWS/VERSION/BUILD" indicates the BUILD * element nested within the VERSION element nested within the WINDOWS - * element. Since wimlib v1.8.4, a bracketed number can be used to + * element. Since wimlib v1.9.0, a bracketed number can be used to * indicate one of several identically-named elements; for example, * "WINDOWS/LANGUAGES/LANGUAGE[2]" indicates the second "LANGUAGE" element * nested within the "WINDOWS/LANGUAGES" element. Note that element names -- 2.43.0