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