]> wimlib.net Git - wimlib/commitdiff
Update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Fri, 29 Aug 2014 00:50:39 +0000 (19:50 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 29 Aug 2014 00:50:39 +0000 (19:50 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 2aa7572c4875d9992dedc8006589922e8d8cad8e..e975934ef2d5b101a21626f840d1b2b3f7ff0cd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
 Version 1.7.2-BETA:
-       Made another round of performance improvements to the XPRESS, LZX, and
-       LZMS compressors.
+       More compression performance improvements.
 
-       On Windows, wimextract and its underlying library function
-       wimlib_extract_paths() will no longer fail if given a target directory
-       path ending in a slash.
+       Fixes for setting short names on Windows.
 
-       On Windows, wimlib will now attempt to enable short name generation on
-       the target volume if any files being extracted have short names.
+       Faster "WIMBoot" extraction on Windows.
 
-       No API changes, but a few documentation improvements.
+       Added file count progress data for
+       WIMLIB_PROGRESS_MSG_EXTRACT_FILE_STRUCTURE and
+       WIMLIB_PROGRESS_MSG_EXTRACT_METADATA.
+
+       Some documentation improvements.
 
 Version 1.7.1:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.