]> wimlib.net Git - wimlib/blobdiff - NEWS
lzx_decompress_block(): One-branch check for aligned offset case
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index cd5bc4a80592c5d75c622d05b761354036a30a32..70ebfb4f99594cae81478888fee0f80721d30569 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,21 @@
 Version 1.7.2-BETA:
-       Made yet 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.
+
+       Faster "WIMBoot" extraction on Windows.
+
+       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.
 
 Version 1.7.1:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.