forked from thess/mfstools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
80 lines (67 loc) · 2.75 KB
/
ChangeLog
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Version 3.2 (jkozee)
Refined Premiere support.
Added Roamio support.
Updated for better msb/lsb handling.
Added supersize utility.
Add several features including:
Deprecated several options including:
Version 3.1 (Anonymous)
Added Premiere supprt.
Added 64 bit TiVo (Mac) Partition support.
Miscelaneous bug fixes.
Version 3.0
Added V3 backup support.
Added new mfscopy utility to copy MFS volumes with one command.
Added ability to handle backup of an A drive with missing B drive.
Fixed bug in creating swap space of 128mb.
Fixed bug creating alternate Linux partition set the wrong size.
Changed restore to create version 1 swap signature for >128mb swap.
Preliminary MacOS X port.
Version 2.0
Added -x and -r to allow restore to expand to fill a drive.
Added -l flag to restore to save extra partitions on the A drive.
Added flag in backup if drive was not byte swapped.
Added new mfsadd utility to add partitions to MFS volume set.
Added new mfsinfo utility to display MFS volume set info.
Changed tool name matching to match the name with or without mfs.
Version 1.1
Added -b and -B to control byte-swapping on restore.
Added code to fix up MFS transaction log after divorce.
Fixed bug with restoring multi-partition sets to two drives.
Version 1.0
Added usage. Packaged for release.
Version 0.8g
Fixed error in restore of backups with /var included, where the
restore would claim not to fit into the drive it was just backed up
from.
Version 0.8f
Added check for locked drive. Any drive with a good partition table
who's size is less than 2048 megabytes is considered locked.
Changed case of -v option, so it now DISABLES inclusion of /var in
backup per suggestion. Dunno if I'll keep it this way or
not.
Fixed size report for combo and dual drive standalone. Note that the
combo still reports in standalone equivelent hours.
Fixed restore error for dual drive systems restored to a single
larger drive without divorce.
Version 0.8e
Added a few more debug message.
At the beginning of backup, summarize base TiVo size, upgraded size,
and size that backup will be if -s option is used.
Fixed read across volume boundry for real this time.
Version 0.8d
Fixed corruption of partition table when extra space was created.
Made root device come from bootpage.
Version 0.8c
Fixed bug with using -s flag on combo and dual drive standalone.
Version 0.8b
Now mfstool will give usage including all known commands.
Added mls to tool set.
Symbolic and hard links (As well as renaming) will not work for
individual tools.
Fixed attempt to read across volume boundry.
Version 0.8a
Restore now accepts filenames instead of always usin standard input.
When mfstool is run without arguments, it will give usage now.
Version 0.8
Initial release.