]> wimlib.net Git - wimlib/commitdiff
v1.8.1-BETA
authorEric Biggers <ebiggers3@gmail.com>
Sat, 4 Apr 2015 04:52:24 +0000 (23:52 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 4 Apr 2015 21:06:04 +0000 (16:06 -0500)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 6f9859676c34b0990fea7bca4a017180d6853f71..be31de5a4ab78df93847b81e4d24f17c15d50302 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 1.8.1-BETA:
+       Fixed a bug in the LZX decompressor: malicious input data could cause
+       out of bounds writes to memory (since wimlib v1.2.2).
+
+       A file can now have both an unnamed data stream ("file contents") and a
+       reparse point stream.  Such files can exist as a result of the use of
+       certain Windows features, such as offline storage, including "OneDrive".
+       wimlib will now store and restore both streams on Windows as well as in
+       NTFS-3g mode.  Microsoft's WIMGAPI also has this behavior.
+
+       On Windows, named data streams of encrypted files are no longer stored
+       twice in WIM archives.
+
+       On Windows, named data streams are now correctly extracted to existing
+       "readonly" directories.  Before, an error would be reported.
+
+       On Windows, when doing an extraction in "WIMBoot mode", files larger
+       than 4 gigabytes are now never extracted as externally backed.  This
+       works around a bug in Microsoft's "WOF" driver.
+
 Version 1.8.0:
        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 8b99e0c54a05f885e5a5c50be6ff37afe6ca7630..786ded7c7ff18dca51046b7ab8f5bca392a53e46 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.8.0 (February 2015).  wimlib is a C library for
+This is wimlib version 1.8.1-BETA (April 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,
index 5d86b1a1603dc1af4f19e8c0d9eab56ad770ce64..8c804b869cbdcab4b1d7e8adfafa0ccdfa8b7037 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.8.0], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.8.1-BETA], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])