]> wimlib.net Git - wimlib/blobdiff - NEWS
compress_parallel.c: Smarter setting of chunks_per_msg
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index e975934ef2d5b101a21626f840d1b2b3f7ff0cd4..1c13bfafe8895b0e9d27b6b7b3289fe621fd66df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,21 @@
 Version 1.7.2-BETA:
-       More compression performance improvements.
+       Made more improvements to the XPRESS, LZX, and LZMS compressors.
 
        Fixes for setting short names on Windows.
 
        Faster "WIMBoot" extraction on Windows.
 
-       Added file count progress data for
-       WIMLIB_PROGRESS_MSG_EXTRACT_FILE_STRUCTURE and
-       WIMLIB_PROGRESS_MSG_EXTRACT_METADATA.
+       Updated dependent DLLs in Windows release.  libxml2 is slimmed down.
+
+       Library changes:
+               Added file count progress data for
+               WIMLIB_PROGRESS_MSG_EXTRACT_FILE_STRUCTURE and
+               WIMLIB_PROGRESS_MSG_EXTRACT_METADATA.
+
+               Added support for testing file exclusions via the user-provided
+               progress function.
 
-       Some documentation improvements.
+               Some documentation improvements.
 
 Version 1.7.1:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.