]> wimlib.net Git - wimlib/blob - NEWS
Export from split WIM
[wimlib] / NEWS
1 Only the most important changes more recent than version 0.6 are noted here.
2
3 Version 1.0.0:
4         Enough changes to call it version 1.0.0!
5
6         Capturing a WIM directly from a NTFS volume, and applying a WIM directly
7         to a NTFS volume, is now supported.
8
9         Hard links and symbolic links have much improved support.  They are
10         supported for WIM capture, WIM application, and mounted WIMs (you can
11         even make them on read-write mounted WIMs).
12
13         Alternate data streams are now supported on mounted WIMs through an
14         xattr or a Windows-style stream interface.  Also they are supported when
15         capturing a WIM from NTFS or applying a WIM to NTFS.
16
17         Using a capture configuration file is now supported (but not fully yet).
18
19         SHA1 message digests are checked in more places, so we can make sure
20         applied and captured data is correct.
21
22         Man pages have been updated and consolidated.
23
24 Version 0.7.2:
25         Fixed segfault when unmounting read-only WIM.
26
27 Version 0.7.1:
28         Support for joining and splitting WIMs.
29         Also, security data is now preserved by default.
30
31 Version 0.6.3:
32         Can now build with older gcc and system headers, like on CentOS 5.
33
34 Version 0.6.2:
35         Fixed bug that made it impossible to overwrite files in read-write
36         mount.
37
38 Version 0.6.1:
39         Write byte-order mark before WIM XML data.  (imagex.exe requires this to
40         be there.)