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