]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
Prepare for release 0.4b33
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.211 2003/02/10 12:48:36 stelian Exp $
2
3Changes between versions 0.4b32 and 0.4b33 (released February 10, 2003)
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/mtab, then into /etc/fstab
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 Brian Hoy <brian.hoy@opus.co.nz>. (fixes Debian bugs #147086
24 and #160305, Sourceforge bugs #618699 and #679832).
25
265. Made dump's -I option accept the value '0' meaning all the
27 read errors will be ignored. This can be useful when running
28 dump from unattended sessions (like cron jobs). Thanks to
29 John I Wang <jiwang@users.sourceforge.net> for the suggestion.
30
316. Fixed the output of dump to indicate 'blocks' instead of
32 'tape blocks' in the various messages (blocks are always
33 1 Kilobyte, tape blocks are 1 BK * '-b' argument), and
34 made it clearly print the current blocksize at the start of
35 a dump. Thanks to Michal Szymanski <msz@astrouw.edu.pl> for
36 the suggestions.
37
387. Made rmt understand long (largefiles) seeks.
39
408. Fixed build with very old versions of libext2fs, where
41 EXT2_FT_* constants were undefined.
42
439. Made dump accept the dumpdates path on the command line
44 (-D file option) instead of using only the hardcoded one.
45 Thanks to Piete Brooks <pb22@users.sourceforge.net> for the
46 suggestion.
47
4810. Enabled rmt, LFS, readline, QFA options by default in
49 ./configure. Updated the configure process (new versions
50 of config.guess, config.sub etc).
51
52Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
53=======================================================================
54
551. Changed dump to use fcntl(F_SETLK) style locking instead
56 of flock() when locking the dumpdates file. With the old
57 locking scheme, a local user having read rights on the
58 dumpdates file could be able to do a Denial of Service attack
59 on dump. In order to lock the dumpdates file with the new
60 scheme, the user would need to have write access on the file.
61 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
62 reporting the bug (originally a bugtraq post).
63
642. Fixed interactive 'ls' which caused spurious errors warnings
65 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
66 <jorgen_ostling@users.sourceforge.net> for reporting this
67 bug.
68
693. Fixed dump's estimate when dealing with sparse inodes.
70
714. Modified dump to allow setting a blocksize bigger than 32kB
72 (raised the limit to 1024kB), because newer hardware needs
73 this for proper operation. Thanks to Dirk Traenapp
74 <dtraenapp@users.sourceforge.net> for reporting this.
75
765. Fixed a bug causing Dump to stop and report an error if an
77 inode number in the exclude file was followed by some amount
78 of whitespace. Thanks to Jeffrey Sofferin
79 <sofferin@users.sourceforge.net> for reporting this bug.
80
816. Fixed a bug which caused restore, in some particular cases,
82 to ask some 'scary' questions and leave a bunch of RSTTMP
83 directories behind when restoring incremental tapes. Thanks
84 to Philippe Troin <phil@fifi.org> for reporting this bug and
85 providing the test cases.
86
877. Changed the wording when inodes are excluded from dump:
88 replaced 'Added inode 7 to exclude list' with
89 'Excluding inode 7 (resize inode) from dump', as suggested
90 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
91
92Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
93===================================================================
94
951. Fixed rmt open flags transmission (GNU's symbolic syntax over
96 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
97 <eros@lamel.bo.cnr.it> for reporting the bug.
98
99Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
100===================================================================
101
1021. Made dump print out the ext2 logical block number in case of a read
103 error, which can be given as an argument to debugfs' ncheck command,
104 in order to find out the affected inode. Added note about this
105 usage in dump's man page.
106
1072. Fixed a problem in restore when reading tapes written on big
108 endian machines with very old versions of dump. The patch was
109 contributed by George Helffrich <george@geology.bristol.ac.uk>.
110
1113. Fixed the tape length calculation when using large tapes
112 and compression. Thanks to Georg Lippold
113 <g_lippold@sourceforge.net> for reporting the bug.
114
1154. Added a new set of examples in dump_on_cd_2 directory, based
116 on dump_on_cd examples but somewhat enhanced, supporting DVD
117 media, and localized in english and german. Thanks to
118 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
119
1205. Made dump save 32 bit UID/GID. Internally, this was achieved
121 by switching from the old BSD inode format to the new BSD
122 inode format, which means that the tape format was changed.
123 However, since all restore versions out there should
124 transparently support both inode formats, the change should
125 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
126 reporting the bug.
127
1286. Fixed a lot of warnings in the code shown when compiling
129 with 'gcc -W'. Thanks to Matthias Andree
130 <matthias.andree@stud.uni-dortmund.de> for reporting this.
131
1327. Fixed a small markup bug in the dump man page. Thanks to
133 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
134 patch.
135
1368. Rewrote entirely the man pages using the tmac.an macro
137 package (Linux man page format) instead of the original BSD
138 format. They should be now cleaner and easier to modify.
139
140Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
141==================================================================
142
1431. Fixed a problem in the rmt ioctl command, where ioctl's issued from
144 non Linux clients were misinterpreted. The description of the problem
145 (incompatible numbering in Linux mtio opcodes) is documented at
146 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
147