]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
Fix '-B list of values' patch.
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.241 2004/02/18 16:26:40 stelian Exp $
2
3Changes between versions 0.4b35 and 0.4b36 (released ?????????????????)
4=======================================================================
5
61. Fixed dump compilation with old gcc versions. Thanks to
7 Mike Castle <dalgoda@users.sourceforge.net> for the patch.
8
92. Fixed some warnings (howmany, roundup, powerof2 redefined)
10 when compiling against a recent glibc version.
11
123. Fixed a bug in restore preventing the read of a dump tape
13 written with Solaris 7 ufsdump. Thanks to Patrick Higgins
14 <phiggins@transzap.com> for reporting the bug and providing
15 the test case.
16
174. Changed dump to enable the creation of volumes of different
18 sizes in a single run (make -B accept a list of values).
19 Patch contributed by Florian Zumbiehl <florz@gmx.de>.
20
215. Use the glibc provided minor() and major() macros instead
22 of our own bitmask implementation. This should be safe for
23 when the major/minor namespace will migrate to 32 bits.
24 Thanks to Zhang Jun <zhangjun@nanjing-fnst.com> for reporting
25 the bug.
26
276. Made explicit in the dump man page that dump will not create
28 a remote file, it will only write to an already existing one.
29
30Changes between versions 0.4b34 and 0.4b35 (released December 21, 2003)
31=======================================================================
32
331. Added a note in the dump man page saying that the default
34 blocksize can be 32 if -d is used with a high density argument.
35 Thanks to Antonios Christofides <A.Christofides@itia.ntua.gr>
36 for the patch.
37
382. Fixed configure to correctly understand CPPFLAGS, CFLAGS,
39 LDFLAGS environment variables. Thanks to Arcady Genkin
40 <antipode@users.sourceforge.net> for reporting the bug.
41
423. Made -e/-E options of dump accept an unlimited number of inodes
43 to be excluded, rather than a hardcoded maximum. Thanks to
44 Dietrich Rothe <d-rothe@users.sourceforge.net> for the patch.
45
464. Updated the autoconf system to 2.50. Forced the -D_BSD_SOURCE
47 and -D_USE_BSD_SIGNAL defines in configure in order to solve
48 64bit build problems because quad_t is redifined with a
49 different signature. Thanks to Mike Harris <mharris@redhat.com>
50 for reporting this bug.
51
525. Made restore build on Solaris, making possible to
53 restore Linux's "enhanced" tapes. Thanks to Uwe Gohlke
54 <uwe@ugsoft.de> for the patch.
55
566. Made an extension in the dump tape format capable of saving
57 MacOSX specific inode extensions. Uwe Gohlke <uwe@ugsoft.de>
58 wrote the extension and contributed the restore code back
59 into this codebase. The same extension mechanism will be
60 used in the future to save ACLs...
61
627. Made rmt work correctly with regard to QFA and local/remote
63 files and tapes. The remote access will however work only
64 when the dump provided rmt version is used. If you want to
65 use another rmt server, please do not use the QFA feature.
66 Thanks to Uwe Gohlke <uwe@ugsoft.de> for the patch.
67
68Changes between versions 0.4b33 and 0.4b34 (released April 18, 2003)
69====================================================================
70
711. Fixed the INSTALL file to reflect the actual install paths.
72 Thanks to David Ronis <ronis@ronispc.chem.mcgill.ca> for
73 reporting the bug.
74
752. Fixed the configure script to only check for headers presence
76 instead of trying to compile them. This should fix issues
77 with old build environments. Thanks to Kari Lempiainen
78 <kari@funky.pp.fi> for reporting the bug.
79
803. Fixed restore to correctly ignore sockets when comparing
81 a dump (as socket cannot be properly restored anyway). Thanks
82 to Gunther Reiszig <gunther@mit.edu> for reporting the bug.
83
844. Fixed restore to correctly access the archive file (-A argument)
85 even when using a remote tape. Thanks to Fabrice Bellet
86 <fabrice@bellet.info> for reporting the bug.
87
885. Fixed (again) handling of long (largefile) seeks in rmt.
89 Thanks to Fabrice Bellet <fabrice@bellet.info> for reporting
90 the bug.
91
926. Fixed restore corner case when dealing with large block sizes
93 dump is able to write now (-b 1024). Thanks to Fabrice Bellet
94 <fabrice@bellet.info> for reporting the bug.
95
967. Fixed a bug preventing dump to access a filesystem having
97 a label exactly 16 bytes in length. Thanks to <minduni@ti-edu.ch>
98 for reporting the bug.
99
1008. Made dump store dump dates using explicit timezones, fixing a
101 problem with incremental dumps if the timezone is modified
102 between the dumps. Thanks to Philippe Troin <phil@fifi.org> for
103 the bug report and the patch.
104
1059. Fixed a bug encountered when dumping individual files (not full
106 filesystems or directories) and dangling symbolic links happen
107 to be in the list of files. For as far as dump is concerned,
108 dangling symbolic links are allowed, and are dumped as is.
109 Thanks to Jin-su Ahn <jsahn@ee.snu.ac.kr> for reporting the
110 bug and providing the fix.
111
11210. Fixed open and creation modes and permissions for QFA and
113 table-of-contents files in dump and restore. Thanks to
114 Philippe Troin <phil@fifi.org> for the patch.
115
11611. Fixed the archive file descriptor handling enabling it to be 0.
117 This can happen in some cases when shell redirections are used.
118 Thanks to Philippe Troin <phil@fifi.org> for the patch.
119
12012. Delayed the opening of archive file until after suid had been
121 dropped (fixing a possible security issue if dump is suid).
122 Thanks to Philippe Troin <phil@fifi.org> for the patch.
123
12413. Fixed the 'S' command handling in the rmt client part.
125 Thanks to Philippe Troin <phil@fifi.org> for the patch.
126
12714. Modified the end-of-tape script handling to print out statistics
128 (and stop the timer) before launching the eot script. Also, the eot
129 script does not get run anymore when using -M (which makes sense) or
130 when multiple tapes are listed on the command line
131 (-f tape0,tape1,tapen) (which also makes sense).
132 Thanks to Philippe Troin <phil@fifi.org> for the patch.
133
13415. Relicensed dump/restore under the 'revised' BSD license, as per
135 ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change.
136
13716. Added LZO compression to dump. This new compression method has
138 the advantage of being super fast, thus not killing tape streaming
139 on slow machines. Thanks to Helmut Jarausch
140 <jarausch@igpm.rwth-aachen.de> for the patch and to
141 Markus Oberhumer <markus@oberhumer.com> for giving special permission
142 to include his miniLZO project (GPL licensed) in dump/restore.
143
14417. Some small buffer overruns fixes in rmt. Thanks to Antonomasia
145 <ant@notatla.demon.co.uk> for reporting the bugs.
146
14718. Added a special rmt version which can do encryption when writing
148 to tape. Read examples/encrypted_rmt/README for details on
149 how to enable and configure it. Thanks to Ken Lalonde
150 <ken@globalremit.com> for the patch.
151
15219. Made dump work with 2.5 kernel end of tape early warning semantics.
153 Thanks to Kai Makisara <Kai.Makisara@kolumbus.fi> for the patch.
154
15520. Fixed a bug which caused dump -w|-W not to work anymore, because
156 the fs_freq and fs_passno fields in /etc/mtab are always set
157 to 0 0. Thanks to Trent Piepho <xyzzy@speakeasy.org> for
158 reporting the bug.
159
160Changes between versions 0.4b32 and 0.4b33 (released February 10, 2003)
161=======================================================================
162
1631. Added a note in the restore man page clarifying the question
164 'set the permissions on the current directory ?' asked by
165 restore at the end of treatment in -i and -x modes.
166
1672. Fixed the endianess issues when reading compressed tapes.
168 Thanks to Dark Force <daq4th@users.sourceforge.net> for
169 reporting this bug and providing test cases.
170
1713. Fixed the "ACL won't be dumped" warning message (which showed
172 an extra, unrelated error message). Thanks to Dragan Krnic
173 <dkrnic@lycos.com> for reporting this bug.
174
1754. Made dump look first into /etc/mtab, then into /etc/fstab
176 when searching for filesystem paths. Also fixed some problems
177 caused by binding mounts or multiple block device mounts.
178 Thanks to Matus Uhlar <uhlar@fantomas.sk>, Elliott Mitchell
179 <ehem@m5p.com>, Greg Edwards <gedwards@users.sourceforge.net>,
180 Brian Hoy <brian.hoy@opus.co.nz>. (fixes Debian bugs #147086
181 and #160305, Sourceforge bugs #618699 and #679832).
182
1835. Made dump's -I option accept the value '0' meaning all the
184 read errors will be ignored. This can be useful when running
185 dump from unattended sessions (like cron jobs). Thanks to
186 John I Wang <jiwang@users.sourceforge.net> for the suggestion.
187
1886. Fixed the output of dump to indicate 'blocks' instead of
189 'tape blocks' in the various messages (blocks are always
190 1 Kilobyte, tape blocks are 1 BK * '-b' argument), and
191 made it clearly print the current blocksize at the start of
192 a dump. Thanks to Michal Szymanski <msz@astrouw.edu.pl> for
193 the suggestions.
194
1957. Made rmt understand long (largefiles) seeks.
196
1978. Fixed build with very old versions of libext2fs, where
198 EXT2_FT_* constants were undefined.
199
2009. Made dump accept the dumpdates path on the command line
201 (-D file option) instead of using only the hardcoded one.
202 Thanks to Piete Brooks <pb22@users.sourceforge.net> for the
203 suggestion.
204
20510. Enabled rmt, LFS, readline, QFA options by default in
206 ./configure. Updated the configure process (new versions
207 of config.guess, config.sub etc).
208
209Changes between versions 0.4b31 and 0.4b32 (released November 15, 2002)
210=======================================================================
211
2121. Changed dump to use fcntl(F_SETLK) style locking instead
213 of flock() when locking the dumpdates file. With the old
214 locking scheme, a local user having read rights on the
215 dumpdates file could be able to do a Denial of Service attack
216 on dump. In order to lock the dumpdates file with the new
217 scheme, the user would need to have write access on the file.
218 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
219 reporting the bug (originally a bugtraq post).
220
2212. Fixed interactive 'ls' which caused spurious errors warnings
222 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
223 <jorgen_ostling@users.sourceforge.net> for reporting this
224 bug.
225
2263. Fixed dump's estimate when dealing with sparse inodes.
227
2284. Modified dump to allow setting a blocksize bigger than 32kB
229 (raised the limit to 1024kB), because newer hardware needs
230 this for proper operation. Thanks to Dirk Traenapp
231 <dtraenapp@users.sourceforge.net> for reporting this.
232
2335. Fixed a bug causing Dump to stop and report an error if an
234 inode number in the exclude file was followed by some amount
235 of whitespace. Thanks to Jeffrey Sofferin
236 <sofferin@users.sourceforge.net> for reporting this bug.
237
2386. Fixed a bug which caused restore, in some particular cases,
239 to ask some 'scary' questions and leave a bunch of RSTTMP
240 directories behind when restoring incremental tapes. Thanks
241 to Philippe Troin <phil@fifi.org> for reporting this bug and
242 providing the test cases.
243
2447. Changed the wording when inodes are excluded from dump:
245 replaced 'Added inode 7 to exclude list' with
246 'Excluding inode 7 (resize inode) from dump', as suggested
247 by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
248
249Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
250===================================================================
251
2521. Fixed rmt open flags transmission (GNU's symbolic syntax over
253 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
254 <eros@lamel.bo.cnr.it> for reporting the bug.
255
256Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
257===================================================================
258
2591. Made dump print out the ext2 logical block number in case of a read
260 error, which can be given as an argument to debugfs' ncheck command,
261 in order to find out the affected inode. Added note about this
262 usage in dump's man page.
263
2642. Fixed a problem in restore when reading tapes written on big
265 endian machines with very old versions of dump. The patch was
266 contributed by George Helffrich <george@geology.bristol.ac.uk>.
267
2683. Fixed the tape length calculation when using large tapes
269 and compression. Thanks to Georg Lippold
270 <g_lippold@sourceforge.net> for reporting the bug.
271
2724. Added a new set of examples in dump_on_cd_2 directory, based
273 on dump_on_cd examples but somewhat enhanced, supporting DVD
274 media, and localized in english and german. Thanks to
275 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
276
2775. Made dump save 32 bit UID/GID. Internally, this was achieved
278 by switching from the old BSD inode format to the new BSD
279 inode format, which means that the tape format was changed.
280 However, since all restore versions out there should
281 transparently support both inode formats, the change should
282 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
283 reporting the bug.
284
2856. Fixed a lot of warnings in the code shown when compiling
286 with 'gcc -W'. Thanks to Matthias Andree
287 <matthias.andree@stud.uni-dortmund.de> for reporting this.
288
2897. Fixed a small markup bug in the dump man page. Thanks to
290 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
291 patch.
292
2938. Rewrote entirely the man pages using the tmac.an macro
294 package (Linux man page format) instead of the original BSD
295 format. They should be now cleaner and easier to modify.
296
297Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
298==================================================================
299
3001. Fixed a problem in the rmt ioctl command, where ioctl's issued from
301 non Linux clients were misinterpreted. The description of the problem
302 (incompatible numbering in Linux mtio opcodes) is documented at
303 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
304