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