]> wimlib.net Git - wimlib/blobdiff - NEWS
wimlib: Clean up code that sends capture progress messages
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 23b79dbca29614d7a0ff50e5d4d558e3aa3d4833..c31cea5cf68262711e633a71e7cbbc74eedb5221 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,8 +37,11 @@ Version 1.5.0:
        The test suite no longer fails when run in a locale where the decimal
        separator is not a period.
 
        The test suite no longer fails when run in a locale where the decimal
        separator is not a period.
 
-       WIMLIB_PROGRESS_MSG_EXTRACT_DENTRY has been removed and
-       WIMLIB_EXTRACT_FLAG_VERBOSE re-reserved for future use.
+       From the library, WIMLIB_PROGRESS_MSG_EXTRACT_DENTRY has been removed
+       and WIMLIB_EXTRACT_FLAG_VERBOSE re-reserved for future use.  Also,
+       WIMLIB_PROGRESS_MSG_JOIN_STREAMS has been removed, but
+       WIMLIB_PROGRESS_MSG_WRITE_STREAMS will be received instead and now
+       provides WIM part numbers.
 
        The extraction code has been rewritten and it will now be easier to
        support new features on all supported backends (currently Win32, UNIX,
 
        The extraction code has been rewritten and it will now be easier to
        support new features on all supported backends (currently Win32, UNIX,
@@ -51,6 +54,8 @@ Version 1.5.0:
        wimlib_split() progress messages now report the total number of parts
        being written.
 
        wimlib_split() progress messages now report the total number of parts
        being written.
 
+       Fixed storing DOS names in NTFS-3g capture mode.
+
        A few changes were made to the error codes returned by library routines.
 
        To make wimlib easier to use on Windows, wimlib_global_init() now
        A few changes were made to the error codes returned by library routines.
 
        To make wimlib easier to use on Windows, wimlib_global_init() now