]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
'Set permission on the current directory ?' explanation.
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.200 2002/11/19 13:39:35 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
10Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
11=======================================================================
12
131. Changed dump to use fcntl(F_SETLK) style locking instead
14 of flock() when locking the dumpdates file. With the old
15 locking scheme, a local user having read rights on the
16 dumpdates file could be able to do a Denial of Service attack
17 on dump. In order to lock the dumpdates file with the new
18 scheme, the user would need to have write access on the file.
19 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
20 reporting the bug (originally a bugtraq post).
21
222. Fixed interactive 'ls' which caused spurious errors warnings
23 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
24 <jorgen_ostling@users.sourceforge.net> for reporting this
25 bug.
26
273. Fixed dump's estimate when dealing with sparse inodes.
28
294. Modified dump to allow setting a blocksize bigger than 32kB
30 (raised the limit to 1024kB), because newer hardware needs
31 this for proper operation. Thanks to Dirk Traenapp
32 <dtraenapp@users.sourceforge.net> for reporting this.
33
345. Fixed a bug causing Dump to stop and report an error if an
35 inode number in the exclude file was followed by some amount
36 of whitespace. Thanks to Jeffrey Sofferin
37 <sofferin@users.sourceforge.net> for reporting this bug.
38
396. Fixed a bug which caused restore, in some particular cases,
40 to ask some 'scary' questions and leave a bunch of RSTTMP
41 directories behind when restoring incremental tapes. Thanks
42 to Philippe Troin <phil@fifi.org> for reporting this bug and
43 providing the test cases.
44
457. Changed the wording when inodes are excluded from dump:
46 replaced 'Added inode 7 to exclude list' with
47 'Excluding inode 7 (resize inode) from dump', as suggested
48 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
49
50Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
51===================================================================
52
531. Fixed rmt open flags transmission (GNU's symbolic syntax over
54 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
55 <eros@lamel.bo.cnr.it> for reporting the bug.
56
57Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
58===================================================================
59
601. Made dump print out the ext2 logical block number in case of a read
61 error, which can be given as an argument to debugfs' ncheck command,
62 in order to find out the affected inode. Added note about this
63 usage in dump's man page.
64
652. Fixed a problem in restore when reading tapes written on big
66 endian machines with very old versions of dump. The patch was
67 contributed by George Helffrich <george@geology.bristol.ac.uk>.
68
693. Fixed the tape length calculation when using large tapes
70 and compression. Thanks to Georg Lippold
71 <g_lippold@sourceforge.net> for reporting the bug.
72
734. Added a new set of examples in dump_on_cd_2 directory, based
74 on dump_on_cd examples but somewhat enhanced, supporting DVD
75 media, and localized in english and german. Thanks to
76 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
77
785. Made dump save 32 bit UID/GID. Internally, this was achieved
79 by switching from the old BSD inode format to the new BSD
80 inode format, which means that the tape format was changed.
81 However, since all restore versions out there should
82 transparently support both inode formats, the change should
83 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
84 reporting the bug.
85
866. Fixed a lot of warnings in the code shown when compiling
87 with 'gcc -W'. Thanks to Matthias Andree
88 <matthias.andree@stud.uni-dortmund.de> for reporting this.
89
907. Fixed a small markup bug in the dump man page. Thanks to
91 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
92 patch.
93
948. Rewrote entirely the man pages using the tmac.an macro
95 package (Linux man page format) instead of the original BSD
96 format. They should be now cleaner and easier to modify.
97
98Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
99==================================================================
100
1011. Fixed a problem in the rmt ioctl command, where ioctl's issued from
102 non Linux clients were misinterpreted. The description of the problem
103 (incompatible numbering in Linux mtio opcodes) is documented at
104 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
105