]> wimlib.net Git - wimlib/commitdiff
Use v1.9.0 for next version
authorEric Biggers <ebiggers3@gmail.com>
Sun, 27 Dec 2015 15:57:52 +0000 (09:57 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 27 Dec 2015 15:58:38 +0000 (09:58 -0600)
NEWS
README
configure.ac
include/wimlib.h

diff --git a/NEWS b/NEWS
index 0dce656535166a436849bf174554b923d1dd4a0a..dd38f2069bab6dccfb39de4974692e1d574abf58 100644 (file)
--- 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.
        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 31d2479226b1c9f8c86f5a78b81adebeb1ad5f73..415c51999b6937426bb5bf724538fe94796c4e31 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   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,
 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,
index 45ca2d3fccc7d1a0d7aa50b6f925c5a154dde857..26eed7fbe7fd403ef578ef8122124ca67de404ed 100644 (file)
@@ -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])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 4390e2088e02389ba02847c514810271b0436df8..2e5ba3c6fc2bb2d9a3a60ba43cb91793eb3cc209 100644 (file)
@@ -1748,7 +1748,7 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
 #define WIMLIB_ADD_FLAG_TEST_FILE_EXCLUSION    0x00004000
 
 /**
 #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
  * 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
  *     "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
  *     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