]> git.wh0rd.org - dump.git/blame - CHANGES
Update to autoconf 2.50
[dump.git] / CHANGES
CommitLineData
67793be0 1$Id: CHANGES,v 1.231 2003/05/12 14:16:35 stelian Exp $
8ad151aa
SP
2
3Changes between versions 0.4b34 and 0.4b35 (released ??????????????)
4====================================================================
5
61. Added a note in the dump man page saying that the default
7 blocksize can be 32 if -d is used with a high density argument.
8 Thanks to Antonios Christofides <A.Christofides@itia.ntua.gr>
9 for the patch.
ed194aec 10
008af419
SP
112. Fixed configure to correctly understand CPPFLAGS, CFLAGS,
12 LDFLAGS environment variables. Thanks to Arcady Genkin
13 <antipode@users.sourceforge.net> for reporting the bug.
14
67793be0
SP
153. Make -e/-E options of dump accept an unlimited number of inodes
16 to be excluded, rather than a hardcoded maximum. Thanks to
17 Dietrich Rothe <d-rothe@users.sourceforge.net> for the patch.
18
b564cb84
SP
19Changes between versions 0.4b33 and 0.4b34 (released April 18, 2003)
20====================================================================
ed194aec
SP
21
221. Fixed the INSTALL file to reflect the actual install paths.
23 Thanks to David Ronis <ronis@ronispc.chem.mcgill.ca> for
24 reporting the bug.
4bb009da 25
d3e542e7
SP
262. Fixed the configure script to only check for headers presence
27 instead of trying to compile them. This should fix issues
28 with old build environments. Thanks to Kari Lempiainen
29 <kari@funky.pp.fi> for reporting the bug.
30
1176b3c1
SP
313. Fixed restore to correctly ignore sockets when comparing
32 a dump (as socket cannot be properly restored anyway). Thanks
2d32c89c
SP
33 to Gunther Reiszig <gunther@mit.edu> for reporting the bug.
34
354. Fixed restore to correctly access the archive file (-A argument)
36 even when using a remote tape. Thanks to Fabrice Bellet
37 <fabrice@bellet.info> for reporting the bug.
1176b3c1 38
900bffdb
SP
395. Fixed (again) handling of long (largefile) seeks in rmt.
40 Thanks to Fabrice Bellet <fabrice@bellet.info> for reporting
41 the bug.
42
6d834d25
SP
436. Fixed restore corner case when dealing with large block sizes
44 dump is able to write now (-b 1024). Thanks to Fabrice Bellet
45 <fabrice@bellet.info> for reporting the bug.
46
cdef84ca
SP
477. Fixed a bug preventing dump to access a filesystem having
48 a label exactly 16 bytes in length. Thanks to <minduni@ti-edu.ch>
49 for reporting the bug.
50
3458b64d
SP
518. Made dump store dump dates using explicit timezones, fixing a
52 problem with incremental dumps if the timezone is modified
53 between the dumps. Thanks to Philippe Troin <phil@fifi.org> for
54 the bug report and the patch.
55
2be77799
SP
569. Fixed a bug encountered when dumping individual files (not full
57 filesystems or directories) and dangling symbolic links happen
58 to be in the list of files. For as far as dump is concerned,
59 dangling symbolic links are allowed, and are dumped as is.
60 Thanks to Jin-su Ahn <jsahn@ee.snu.ac.kr> for reporting the
61 bug and providing the fix.
62
c3f69f06
SP
6310. Fixed open and creation modes and permissions for QFA and
64 table-of-contents files in dump and restore. Thanks to
65 Philippe Troin <phil@fifi.org> for the patch.
66
6711. Fixed the archive file descriptor handling enabling it to be 0.
68 This can happen in some cases when shell redirections are used.
69 Thanks to Philippe Troin <phil@fifi.org> for the patch.
70
7112. Delayed the opening of archive file until after suid had been
72 dropped (fixing a possible security issue if dump is suid).
73 Thanks to Philippe Troin <phil@fifi.org> for the patch.
74
7513. Fixed the 'S' command handling in the rmt client part.
76 Thanks to Philippe Troin <phil@fifi.org> for the patch.
77
7814. Modified the end-of-tape script handling to print out statistics
79 (and stop the timer) before launching the eot script. Also, the eot
80 script does not get run anymore when using -M (which makes sense) or
81 when multiple tapes are listed on the command line
82 (-f tape0,tape1,tapen) (which also makes sense).
83 Thanks to Philippe Troin <phil@fifi.org> for the patch.
84
e1abc9ce
SP
8515. Relicensed dump/restore under the 'revised' BSD license, as per
86 ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change.
87
206f768c
SP
8816. Added LZO compression to dump. This new compression method has
89 the advantage of being super fast, thus not killing tape streaming
90 on slow machines. Thanks to Helmut Jarausch
91 <jarausch@igpm.rwth-aachen.de> for the patch and to
92 Markus Oberhumer <markus@oberhumer.com> for giving special permission
93 to include his miniLZO project (GPL licensed) in dump/restore.
94
e2392789
SP
9517. Some small buffer overruns fixes in rmt. Thanks to Antonomasia
96 <ant@notatla.demon.co.uk> for reporting the bugs.
97
cdfe1392
SP
9818. Added a special rmt version which can do encryption when writing
99 to tape. Read examples/encrypted_rmt/README for details on
100 how to enable and configure it. Thanks to Ken Lalonde
101 <ken@globalremit.com> for the patch.
102
61e9d4ff
SP
10319. Made dump work with 2.5 kernel end of tape early warning semantics.
104 Thanks to Kai Makisara <Kai.Makisara@kolumbus.fi> for the patch.
105
8c95cc30
SP
10620. Fixed a bug which caused dump -w|-W not to work anymore, because
107 the fs_freq and fs_passno fields in /etc/mtab are always set
108 to 0 0. Thanks to Trent Piepho <xyzzy@speakeasy.org> for
109 reporting the bug.
110
cbdba727 111Changes between versions 0.4b32 and 0.4b33 (released February 10, 2003)
4bb009da
SP
112=======================================================================
113
1141. Added a note in the restore man page clarifying the question
115 'set the permissions on the current directory ?' asked by
116 restore at the end of treatment in -i and -x modes.
d86089d1 117
c898ca7a
SP
1182. Fixed the endianess issues when reading compressed tapes.
119 Thanks to Dark Force <daq4th@users.sourceforge.net> for
120 reporting this bug and providing test cases.
121
a028bdc8
SP
1223. Fixed the "ACL won't be dumped" warning message (which showed
123 an extra, unrelated error message). Thanks to Dragan Krnic
124 <dkrnic@lycos.com> for reporting this bug.
125
a8a6a503 1264. Made dump look first into /etc/mtab, then into /etc/fstab
1a886de8
SP
127 when searching for filesystem paths. Also fixed some problems
128 caused by binding mounts or multiple block device mounts.
129 Thanks to Matus Uhlar <uhlar@fantomas.sk>, Elliott Mitchell
a8a6a503
SP
130 <ehem@m5p.com>, Greg Edwards <gedwards@users.sourceforge.net>,
131 Brian Hoy <brian.hoy@opus.co.nz>. (fixes Debian bugs #147086
132 and #160305, Sourceforge bugs #618699 and #679832).
1a886de8 133
3211c85b
SP
1345. Made dump's -I option accept the value '0' meaning all the
135 read errors will be ignored. This can be useful when running
136 dump from unattended sessions (like cron jobs). Thanks to
137 John I Wang <jiwang@users.sourceforge.net> for the suggestion.
138
7fcd6df5
SP
1396. Fixed the output of dump to indicate 'blocks' instead of
140 'tape blocks' in the various messages (blocks are always
141 1 Kilobyte, tape blocks are 1 BK * '-b' argument), and
142 made it clearly print the current blocksize at the start of
143 a dump. Thanks to Michal Szymanski <msz@astrouw.edu.pl> for
144 the suggestions.
145
5bf65105
SP
1467. Made rmt understand long (largefiles) seeks.
147
dbb649e8
SP
1488. Fixed build with very old versions of libext2fs, where
149 EXT2_FT_* constants were undefined.
150
c92d83ae
SP
1519. Made dump accept the dumpdates path on the command line
152 (-D file option) instead of using only the hardcoded one.
153 Thanks to Piete Brooks <pb22@users.sourceforge.net> for the
154 suggestion.
155
1daf06b9
SP
15610. Enabled rmt, LFS, readline, QFA options by default in
157 ./configure. Updated the configure process (new versions
158 of config.guess, config.sub etc).
159
51c11d00
SP
160Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
161=======================================================================
d86089d1
SP
162
1631. Changed dump to use fcntl(F_SETLK) style locking instead
164 of flock() when locking the dumpdates file. With the old
165 locking scheme, a local user having read rights on the
166 dumpdates file could be able to do a Denial of Service attack
167 on dump. In order to lock the dumpdates file with the new
168 scheme, the user would need to have write access on the file.
169 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
170 reporting the bug (originally a bugtraq post).
ba3af39e 171
2f562f4e
SP
1722. Fixed interactive 'ls' which caused spurious errors warnings
173 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
174 <jorgen_ostling@users.sourceforge.net> for reporting this
175 bug.
176
1c736b78
SP
1773. Fixed dump's estimate when dealing with sparse inodes.
178
876861d2
SP
1794. Modified dump to allow setting a blocksize bigger than 32kB
180 (raised the limit to 1024kB), because newer hardware needs
181 this for proper operation. Thanks to Dirk Traenapp
182 <dtraenapp@users.sourceforge.net> for reporting this.
183
b8d848c9
SP
1845. Fixed a bug causing Dump to stop and report an error if an
185 inode number in the exclude file was followed by some amount
186 of whitespace. Thanks to Jeffrey Sofferin
187 <sofferin@users.sourceforge.net> for reporting this bug.
188
e531c442
SP
1896. Fixed a bug which caused restore, in some particular cases,
190 to ask some 'scary' questions and leave a bunch of RSTTMP
191 directories behind when restoring incremental tapes. Thanks
192 to Philippe Troin <phil@fifi.org> for reporting this bug and
193 providing the test cases.
194
c993d83a
SP
1957. Changed the wording when inodes are excluded from dump:
196 replaced 'Added inode 7 to exclude list' with
197 'Excluding inode 7 (resize inode) from dump', as suggested
198 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
199
cbc7fd6a 200Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
ba3af39e
SP
201===================================================================
202
2031. Fixed rmt open flags transmission (GNU's symbolic syntax over
204 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
205 <eros@lamel.bo.cnr.it> for reporting the bug.
35952b8f 206
4095abc0
SP
207Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
208===================================================================
aa1b1e7f
SP
209
2101. Made dump print out the ext2 logical block number in case of a read
211 error, which can be given as an argument to debugfs' ncheck command,
212 in order to find out the affected inode. Added note about this
213 usage in dump's man page.
ed7c25a3
SP
214
2152. Fixed a problem in restore when reading tapes written on big
216 endian machines with very old versions of dump. The patch was
217 contributed by George Helffrich <george@geology.bristol.ac.uk>.
f75cc889
SP
218
2193. Fixed the tape length calculation when using large tapes
220 and compression. Thanks to Georg Lippold
221 <g_lippold@sourceforge.net> for reporting the bug.
a9c5ed48
SP
222
2234. Added a new set of examples in dump_on_cd_2 directory, based
224 on dump_on_cd examples but somewhat enhanced, supporting DVD
225 media, and localized in english and german. Thanks to
226 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
227
9ca70cf6
SP
2285. Made dump save 32 bit UID/GID. Internally, this was achieved
229 by switching from the old BSD inode format to the new BSD
230 inode format, which means that the tape format was changed.
231 However, since all restore versions out there should
232 transparently support both inode formats, the change should
233 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
234 reporting the bug.
a18d5997
SP
235
2366. Fixed a lot of warnings in the code shown when compiling
237 with 'gcc -W'. Thanks to Matthias Andree
238 <matthias.andree@stud.uni-dortmund.de> for reporting this.
239
2a2e321d
SP
2407. Fixed a small markup bug in the dump man page. Thanks to
241 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
242 patch.
243
153f9a83
SP
2448. Rewrote entirely the man pages using the tmac.an macro
245 package (Linux man page format) instead of the original BSD
246 format. They should be now cleaner and easier to modify.
247
cf88ef4c
SP
248Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
249==================================================================
d24dc8af
SP
250
2511. Fixed a problem in the rmt ioctl command, where ioctl's issued from
252 non Linux clients were misinterpreted. The description of the problem
253 (incompatible numbering in Linux mtio opcodes) is documented at
254 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
255