summaryrefslogtreecommitdiff
path: root/3rd-party/zisofs_tools/CHANGES
blob: 5a6fee1350071fd5bb125d2ebe9b15a425bbf610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Changes in zisofs-tools-1.0.6:

	Further portability fixes; use subsecond resolution if available.

Changes in zisofs-tools-1.0.5:

	Portability improvements.

Changes in zisofs-tools-1.0.4:

	Update the documentation.

Changes in zisofs-tools-1.0.3:

	Update cdrtools patch.

Changes in zisofs-tools-1.0.2:

	Add "make install" target :)

Changes in zisofs-tools-1.0.1:

	By default, abort if file modes, times and ownership cannot be
	set.  Since this isn't always possible, add new option
	-s/--sloppy to suppress this error.

	Fix man page typo, and add a BUGS section.

	Remove problems with extremely long symlinks.

	Move all command line options into common "opt" structure.

	Fix bug in command line parsing: -z option not recognized.


Changes in zisofs-tools-1.0:

	Restructured code; now split into a number of modules.

	Use autoconf for configuration.

	Add support for long options if the platform has
	getopt_long().

	Support compiling on systems without lchown().

	Support the following new options:
	  -x	Don't descend into other filesystems
	  -X	Same as -x, but don't create mount point directories
	  -l	Don't descend into any subdirectories
	  -L	Same as -l, but don't create stub directories
	  -F	Allow compression or decompression of single files.
	  -V	Explicitly set the verbosity.
	  -w	Display program version.

	  Update the mkisofs patch to warn if -z is specified without
	  -r/-R.