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