]> git.wh0rd.org - dump.git/blame - CHANGES
Prepare for 0.4b31 release.
[dump.git] / CHANGES
CommitLineData
cbc7fd6a 1$Id: CHANGES,v 1.191 2002/07/30 14:12:38 stelian Exp $
ba3af39e 2
cbc7fd6a 3Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
ba3af39e
SP
4===================================================================
5
61. Fixed rmt open flags transmission (GNU's symbolic syntax over
7 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
8 <eros@lamel.bo.cnr.it> for reporting the bug.
35952b8f 9
4095abc0
SP
10Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
11===================================================================
aa1b1e7f
SP
12
131. Made dump print out the ext2 logical block number in case of a read
14 error, which can be given as an argument to debugfs' ncheck command,
15 in order to find out the affected inode. Added note about this
16 usage in dump's man page.
ed7c25a3
SP
17
182. Fixed a problem in restore when reading tapes written on big
19 endian machines with very old versions of dump. The patch was
20 contributed by George Helffrich <george@geology.bristol.ac.uk>.
f75cc889
SP
21
223. Fixed the tape length calculation when using large tapes
23 and compression. Thanks to Georg Lippold
24 <g_lippold@sourceforge.net> for reporting the bug.
a9c5ed48
SP
25
264. Added a new set of examples in dump_on_cd_2 directory, based
27 on dump_on_cd examples but somewhat enhanced, supporting DVD
28 media, and localized in english and german. Thanks to
29 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
30
9ca70cf6
SP
315. Made dump save 32 bit UID/GID. Internally, this was achieved
32 by switching from the old BSD inode format to the new BSD
33 inode format, which means that the tape format was changed.
34 However, since all restore versions out there should
35 transparently support both inode formats, the change should
36 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
37 reporting the bug.
a18d5997
SP
38
396. Fixed a lot of warnings in the code shown when compiling
40 with 'gcc -W'. Thanks to Matthias Andree
41 <matthias.andree@stud.uni-dortmund.de> for reporting this.
42
2a2e321d
SP
437. Fixed a small markup bug in the dump man page. Thanks to
44 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
45 patch.
46
153f9a83
SP
478. Rewrote entirely the man pages using the tmac.an macro
48 package (Linux man page format) instead of the original BSD
49 format. They should be now cleaner and easier to modify.
50
cf88ef4c
SP
51Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
52==================================================================
d24dc8af
SP
53
541. Fixed a problem in the rmt ioctl command, where ioctl's issued from
55 non Linux clients were misinterpreted. The description of the problem
56 (incompatible numbering in Linux mtio opcodes) is documented at
57 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
58