]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
Largefile version of seek in rmt.
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.206 2003/01/10 14:42:47 stelian Exp $
2
3Changes between versions 0.4b32 and 0.4b33 (released ?????????????????)
4=======================================================================
5
61. Added a note in the restore man page clarifying the question
7 'set the permissions on the current directory ?' asked by
8 restore at the end of treatment in -i and -x modes.
9
102. Fixed the endianess issues when reading compressed tapes.
11 Thanks to Dark Force <daq4th@users.sourceforge.net> for
12 reporting this bug and providing test cases.
13
143. Fixed the "ACL won't be dumped" warning message (which showed
15 an extra, unrelated error message). Thanks to Dragan Krnic
16 <dkrnic@lycos.com> for reporting this bug.
17
184. Made dump look first into /etc/fstab, then into /etc/mtab
19 when searching for filesystem paths. Also fixed some problems
20 caused by binding mounts or multiple block device mounts.
21 Thanks to Matus Uhlar <uhlar@fantomas.sk>, Elliott Mitchell
22 <ehem@m5p.com>, Greg Edwards <gedwards@users.sourceforge.net>.
23 (fixes Debian bugs #147086 and #160305, Sourceforge bug #618699)
24
255. Made dump's -I option accept the value '0' meaning all the
26 read errors will be ignored. This can be useful when running
27 dump from unattended sessions (like cron jobs). Thanks to
28 John I Wang <jiwang@users.sourceforge.net> for the suggestion.
29
306. Fixed the output of dump to indicate 'blocks' instead of
31 'tape blocks' in the various messages (blocks are always
32 1 Kilobyte, tape blocks are 1 BK * '-b' argument), and
33 made it clearly print the current blocksize at the start of
34 a dump. Thanks to Michal Szymanski <msz@astrouw.edu.pl> for
35 the suggestions.
36
377. Made rmt understand long (largefiles) seeks.
38
39Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
40=======================================================================
41
421. Changed dump to use fcntl(F_SETLK) style locking instead
43 of flock() when locking the dumpdates file. With the old
44 locking scheme, a local user having read rights on the
45 dumpdates file could be able to do a Denial of Service attack
46 on dump. In order to lock the dumpdates file with the new
47 scheme, the user would need to have write access on the file.
48 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
49 reporting the bug (originally a bugtraq post).
50
512. Fixed interactive 'ls' which caused spurious errors warnings
52 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
53 <jorgen_ostling@users.sourceforge.net> for reporting this
54 bug.
55
563. Fixed dump's estimate when dealing with sparse inodes.
57
584. Modified dump to allow setting a blocksize bigger than 32kB
59 (raised the limit to 1024kB), because newer hardware needs
60 this for proper operation. Thanks to Dirk Traenapp
61 <dtraenapp@users.sourceforge.net> for reporting this.
62
635. Fixed a bug causing Dump to stop and report an error if an
64 inode number in the exclude file was followed by some amount
65 of whitespace. Thanks to Jeffrey Sofferin
66 <sofferin@users.sourceforge.net> for reporting this bug.
67
686. Fixed a bug which caused restore, in some particular cases,
69 to ask some 'scary' questions and leave a bunch of RSTTMP
70 directories behind when restoring incremental tapes. Thanks
71 to Philippe Troin <phil@fifi.org> for reporting this bug and
72 providing the test cases.
73
747. Changed the wording when inodes are excluded from dump:
75 replaced 'Added inode 7 to exclude list' with
76 'Excluding inode 7 (resize inode) from dump', as suggested
77 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
78
79Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
80===================================================================
81
821. Fixed rmt open flags transmission (GNU's symbolic syntax over
83 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
84 <eros@lamel.bo.cnr.it> for reporting the bug.
85
86Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
87===================================================================
88
891. Made dump print out the ext2 logical block number in case of a read
90 error, which can be given as an argument to debugfs' ncheck command,
91 in order to find out the affected inode. Added note about this
92 usage in dump's man page.
93
942. Fixed a problem in restore when reading tapes written on big
95 endian machines with very old versions of dump. The patch was
96 contributed by George Helffrich <george@geology.bristol.ac.uk>.
97
983. Fixed the tape length calculation when using large tapes
99 and compression. Thanks to Georg Lippold
100 <g_lippold@sourceforge.net> for reporting the bug.
101
1024. Added a new set of examples in dump_on_cd_2 directory, based
103 on dump_on_cd examples but somewhat enhanced, supporting DVD
104 media, and localized in english and german. Thanks to
105 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
106
1075. Made dump save 32 bit UID/GID. Internally, this was achieved
108 by switching from the old BSD inode format to the new BSD
109 inode format, which means that the tape format was changed.
110 However, since all restore versions out there should
111 transparently support both inode formats, the change should
112 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
113 reporting the bug.
114
1156. Fixed a lot of warnings in the code shown when compiling
116 with 'gcc -W'. Thanks to Matthias Andree
117 <matthias.andree@stud.uni-dortmund.de> for reporting this.
118
1197. Fixed a small markup bug in the dump man page. Thanks to
120 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
121 patch.
122
1238. Rewrote entirely the man pages using the tmac.an macro
124 package (Linux man page format) instead of the original BSD
125 format. They should be now cleaner and easier to modify.
126
127Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
128==================================================================
129
1301. Fixed a problem in the rmt ioctl command, where ioctl's issued from
131 non Linux clients were misinterpreted. The description of the problem
132 (incompatible numbering in Linux mtio opcodes) is documented at
133 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
134