]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
Fixed restore to correctly access the archive file (-A argument) even when using...
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.215 2003/02/11 12:43:44 stelian Exp $
2
3Changes between versions 0.4b33 and 0.4b34 (released ?????????????????)
4=======================================================================
5
61. Fixed the INSTALL file to reflect the actual install paths.
7 Thanks to David Ronis <ronis@ronispc.chem.mcgill.ca> for
8 reporting the bug.
9
102. Fixed the configure script to only check for headers presence
11 instead of trying to compile them. This should fix issues
12 with old build environments. Thanks to Kari Lempiainen
13 <kari@funky.pp.fi> for reporting the bug.
14
153. Fixed restore to correctly ignore sockets when comparing
16 a dump (as socket cannot be properly restored anyway). Thanks
17 to Gunther Reiszig <gunther@mit.edu> for reporting the bug.
18
194. Fixed restore to correctly access the archive file (-A argument)
20 even when using a remote tape. Thanks to Fabrice Bellet
21 <fabrice@bellet.info> for reporting the bug.
22
23Changes between versions 0.4b32 and 0.4b33 (released February 10, 2003)
24=======================================================================
25
261. Added a note in the restore man page clarifying the question
27 'set the permissions on the current directory ?' asked by
28 restore at the end of treatment in -i and -x modes.
29
302. Fixed the endianess issues when reading compressed tapes.
31 Thanks to Dark Force <daq4th@users.sourceforge.net> for
32 reporting this bug and providing test cases.
33
343. Fixed the "ACL won't be dumped" warning message (which showed
35 an extra, unrelated error message). Thanks to Dragan Krnic
36 <dkrnic@lycos.com> for reporting this bug.
37
384. Made dump look first into /etc/mtab, then into /etc/fstab
39 when searching for filesystem paths. Also fixed some problems
40 caused by binding mounts or multiple block device mounts.
41 Thanks to Matus Uhlar <uhlar@fantomas.sk>, Elliott Mitchell
42 <ehem@m5p.com>, Greg Edwards <gedwards@users.sourceforge.net>,
43 Brian Hoy <brian.hoy@opus.co.nz>. (fixes Debian bugs #147086
44 and #160305, Sourceforge bugs #618699 and #679832).
45
465. Made dump's -I option accept the value '0' meaning all the
47 read errors will be ignored. This can be useful when running
48 dump from unattended sessions (like cron jobs). Thanks to
49 John I Wang <jiwang@users.sourceforge.net> for the suggestion.
50
516. Fixed the output of dump to indicate 'blocks' instead of
52 'tape blocks' in the various messages (blocks are always
53 1 Kilobyte, tape blocks are 1 BK * '-b' argument), and
54 made it clearly print the current blocksize at the start of
55 a dump. Thanks to Michal Szymanski <msz@astrouw.edu.pl> for
56 the suggestions.
57
587. Made rmt understand long (largefiles) seeks.
59
608. Fixed build with very old versions of libext2fs, where
61 EXT2_FT_* constants were undefined.
62
639. Made dump accept the dumpdates path on the command line
64 (-D file option) instead of using only the hardcoded one.
65 Thanks to Piete Brooks <pb22@users.sourceforge.net> for the
66 suggestion.
67
6810. Enabled rmt, LFS, readline, QFA options by default in
69 ./configure. Updated the configure process (new versions
70 of config.guess, config.sub etc).
71
72Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
73=======================================================================
74
751. Changed dump to use fcntl(F_SETLK) style locking instead
76 of flock() when locking the dumpdates file. With the old
77 locking scheme, a local user having read rights on the
78 dumpdates file could be able to do a Denial of Service attack
79 on dump. In order to lock the dumpdates file with the new
80 scheme, the user would need to have write access on the file.
81 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
82 reporting the bug (originally a bugtraq post).
83
842. Fixed interactive 'ls' which caused spurious errors warnings
85 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
86 <jorgen_ostling@users.sourceforge.net> for reporting this
87 bug.
88
893. Fixed dump's estimate when dealing with sparse inodes.
90
914. Modified dump to allow setting a blocksize bigger than 32kB
92 (raised the limit to 1024kB), because newer hardware needs
93 this for proper operation. Thanks to Dirk Traenapp
94 <dtraenapp@users.sourceforge.net> for reporting this.
95
965. Fixed a bug causing Dump to stop and report an error if an
97 inode number in the exclude file was followed by some amount
98 of whitespace. Thanks to Jeffrey Sofferin
99 <sofferin@users.sourceforge.net> for reporting this bug.
100
1016. Fixed a bug which caused restore, in some particular cases,
102 to ask some 'scary' questions and leave a bunch of RSTTMP
103 directories behind when restoring incremental tapes. Thanks
104 to Philippe Troin <phil@fifi.org> for reporting this bug and
105 providing the test cases.
106
1077. Changed the wording when inodes are excluded from dump:
108 replaced 'Added inode 7 to exclude list' with
109 'Excluding inode 7 (resize inode) from dump', as suggested
110 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
111
112Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
113===================================================================
114
1151. Fixed rmt open flags transmission (GNU's symbolic syntax over
116 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
117 <eros@lamel.bo.cnr.it> for reporting the bug.
118
119Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
120===================================================================
121
1221. Made dump print out the ext2 logical block number in case of a read
123 error, which can be given as an argument to debugfs' ncheck command,
124 in order to find out the affected inode. Added note about this
125 usage in dump's man page.
126
1272. Fixed a problem in restore when reading tapes written on big
128 endian machines with very old versions of dump. The patch was
129 contributed by George Helffrich <george@geology.bristol.ac.uk>.
130
1313. Fixed the tape length calculation when using large tapes
132 and compression. Thanks to Georg Lippold
133 <g_lippold@sourceforge.net> for reporting the bug.
134
1354. Added a new set of examples in dump_on_cd_2 directory, based
136 on dump_on_cd examples but somewhat enhanced, supporting DVD
137 media, and localized in english and german. Thanks to
138 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
139
1405. Made dump save 32 bit UID/GID. Internally, this was achieved
141 by switching from the old BSD inode format to the new BSD
142 inode format, which means that the tape format was changed.
143 However, since all restore versions out there should
144 transparently support both inode formats, the change should
145 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
146 reporting the bug.
147
1486. Fixed a lot of warnings in the code shown when compiling
149 with 'gcc -W'. Thanks to Matthias Andree
150 <matthias.andree@stud.uni-dortmund.de> for reporting this.
151
1527. Fixed a small markup bug in the dump man page. Thanks to
153 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
154 patch.
155
1568. Rewrote entirely the man pages using the tmac.an macro
157 package (Linux man page format) instead of the original BSD
158 format. They should be now cleaner and easier to modify.
159
160Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
161==================================================================
162
1631. Fixed a problem in the rmt ioctl command, where ioctl's issued from
164 non Linux clients were misinterpreted. The description of the problem
165 (incompatible numbering in Linux mtio opcodes) is documented at
166 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
167