]> wimlib.net Git - wimlib/blobdiff - NEWS
Make generic extraction code aware of external backing and optimize on Win32 side
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index cd5bc4a80592c5d75c622d05b761354036a30a32..2aa7572c4875d9992dedc8006589922e8d8cad8e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
 Version 1.7.2-BETA:
-       Made yet another round of performance improvements to the XPRESS, LZX,
-       and LZMS compressors.
+       Made another round of performance improvements to the XPRESS, LZX, and
+       LZMS compressors.
 
        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.
 
+       On Windows, wimlib will now attempt to enable short name generation on
+       the target volume if any files being extracted have short names.
+
+       No API changes, but a few documentation improvements.
+
 Version 1.7.1:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.