X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=NEWS;h=c31cea5cf68262711e633a71e7cbbc74eedb5221;hp=23b79dbca29614d7a0ff50e5d4d558e3aa3d4833;hb=0ab938cc9554f3d5c6835c14b9177823e0e9b7bb;hpb=3d84c998673ba7acf82ec5c26769a41e28a2cc7b diff --git a/NEWS b/NEWS index 23b79dbc..c31cea5c 100644 --- 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. - 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, @@ -51,6 +54,8 @@ Version 1.5.0: 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