Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / 3rd-party / zisofs_tools / CHANGES
1 Changes in zisofs-tools-1.0.6:
2
3         Further portability fixes; use subsecond resolution if available.
4
5 Changes in zisofs-tools-1.0.5:
6
7         Portability improvements.
8
9 Changes in zisofs-tools-1.0.4:
10
11         Update the documentation.
12
13 Changes in zisofs-tools-1.0.3:
14
15         Update cdrtools patch.
16
17 Changes in zisofs-tools-1.0.2:
18
19         Add "make install" target :)
20
21 Changes in zisofs-tools-1.0.1:
22
23         By default, abort if file modes, times and ownership cannot be
24         set.  Since this isn't always possible, add new option
25         -s/--sloppy to suppress this error.
26
27         Fix man page typo, and add a BUGS section.
28
29         Remove problems with extremely long symlinks.
30
31         Move all command line options into common "opt" structure.
32
33         Fix bug in command line parsing: -z option not recognized.
34
35
36 Changes in zisofs-tools-1.0:
37
38         Restructured code; now split into a number of modules.
39
40         Use autoconf for configuration.
41
42         Add support for long options if the platform has
43         getopt_long().
44
45         Support compiling on systems without lchown().
46
47         Support the following new options:
48           -x    Don't descend into other filesystems
49           -X    Same as -x, but don't create mount point directories
50           -l    Don't descend into any subdirectories
51           -L    Same as -l, but don't create stub directories
52           -F    Allow compression or decompression of single files.
53           -V    Explicitly set the verbosity.
54           -w    Display program version.
55
56           Update the mkisofs patch to warn if -z is specified without
57           -r/-R.