]> git.wh0rd.org - dump.git/blame - CHANGES
Fix endianess issues with compressed tapes.
[dump.git] / CHANGES
CommitLineData
c898ca7a 1$Id: CHANGES,v 1.201 2002/11/28 08:54:00 stelian Exp $
4bb009da
SP
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.
d86089d1 9
c898ca7a
SP
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
51c11d00
SP
14Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
15=======================================================================
d86089d1
SP
16
171. Changed dump to use fcntl(F_SETLK) style locking instead
18 of flock() when locking the dumpdates file. With the old
19 locking scheme, a local user having read rights on the
20 dumpdates file could be able to do a Denial of Service attack
21 on dump. In order to lock the dumpdates file with the new
22 scheme, the user would need to have write access on the file.
23 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
24 reporting the bug (originally a bugtraq post).
ba3af39e 25
2f562f4e
SP
262. Fixed interactive 'ls' which caused spurious errors warnings
27 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
28 <jorgen_ostling@users.sourceforge.net> for reporting this
29 bug.
30
1c736b78
SP
313. Fixed dump's estimate when dealing with sparse inodes.
32
876861d2
SP
334. Modified dump to allow setting a blocksize bigger than 32kB
34 (raised the limit to 1024kB), because newer hardware needs
35 this for proper operation. Thanks to Dirk Traenapp
36 <dtraenapp@users.sourceforge.net> for reporting this.
37
b8d848c9
SP
385. Fixed a bug causing Dump to stop and report an error if an
39 inode number in the exclude file was followed by some amount
40 of whitespace. Thanks to Jeffrey Sofferin
41 <sofferin@users.sourceforge.net> for reporting this bug.
42
e531c442
SP
436. Fixed a bug which caused restore, in some particular cases,
44 to ask some 'scary' questions and leave a bunch of RSTTMP
45 directories behind when restoring incremental tapes. Thanks
46 to Philippe Troin <phil@fifi.org> for reporting this bug and
47 providing the test cases.
48
c993d83a
SP
497. Changed the wording when inodes are excluded from dump:
50 replaced 'Added inode 7 to exclude list' with
51 'Excluding inode 7 (resize inode) from dump', as suggested
52 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
53
cbc7fd6a 54Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
ba3af39e
SP
55===================================================================
56
571. Fixed rmt open flags transmission (GNU's symbolic syntax over
58 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
59 <eros@lamel.bo.cnr.it> for reporting the bug.
35952b8f 60
4095abc0
SP
61Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
62===================================================================
aa1b1e7f
SP
63
641. Made dump print out the ext2 logical block number in case of a read
65 error, which can be given as an argument to debugfs' ncheck command,
66 in order to find out the affected inode. Added note about this
67 usage in dump's man page.
ed7c25a3
SP
68
692. Fixed a problem in restore when reading tapes written on big
70 endian machines with very old versions of dump. The patch was
71 contributed by George Helffrich <george@geology.bristol.ac.uk>.
f75cc889
SP
72
733. Fixed the tape length calculation when using large tapes
74 and compression. Thanks to Georg Lippold
75 <g_lippold@sourceforge.net> for reporting the bug.
a9c5ed48
SP
76
774. Added a new set of examples in dump_on_cd_2 directory, based
78 on dump_on_cd examples but somewhat enhanced, supporting DVD
79 media, and localized in english and german. Thanks to
80 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
81
9ca70cf6
SP
825. Made dump save 32 bit UID/GID. Internally, this was achieved
83 by switching from the old BSD inode format to the new BSD
84 inode format, which means that the tape format was changed.
85 However, since all restore versions out there should
86 transparently support both inode formats, the change should
87 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
88 reporting the bug.
a18d5997
SP
89
906. Fixed a lot of warnings in the code shown when compiling
91 with 'gcc -W'. Thanks to Matthias Andree
92 <matthias.andree@stud.uni-dortmund.de> for reporting this.
93
2a2e321d
SP
947. Fixed a small markup bug in the dump man page. Thanks to
95 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
96 patch.
97
153f9a83
SP
988. Rewrote entirely the man pages using the tmac.an macro
99 package (Linux man page format) instead of the original BSD
100 format. They should be now cleaner and easier to modify.
101
cf88ef4c
SP
102Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
103==================================================================
d24dc8af
SP
104
1051. Fixed a problem in the rmt ioctl command, where ioctl's issued from
106 non Linux clients were misinterpreted. The description of the problem
107 (incompatible numbering in Linux mtio opcodes) is documented at
108 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
109