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