]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
Fixed a markup bug in dump man page.
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.187 2002/07/23 12:20:35 stelian Exp $
2
3Changes between versions 0.4b29 and 0.4b30 (released ????????????????)
4======================================================================
5
61. Made dump print out the ext2 logical block number in case of a read
7 error, which can be given as an argument to debugfs' ncheck command,
8 in order to find out the affected inode. Added note about this
9 usage in dump's man page.
10
112. Fixed a problem in restore when reading tapes written on big
12 endian machines with very old versions of dump. The patch was
13 contributed by George Helffrich <george@geology.bristol.ac.uk>.
14
153. Fixed the tape length calculation when using large tapes
16 and compression. Thanks to Georg Lippold
17 <g_lippold@sourceforge.net> for reporting the bug.
18
194. Added a new set of examples in dump_on_cd_2 directory, based
20 on dump_on_cd examples but somewhat enhanced, supporting DVD
21 media, and localized in english and german. Thanks to
22 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
23
245. Made dump save 32 bit UID/GID. Internally, this was achieved
25 by switching from the old BSD inode format to the new BSD
26 inode format, which means that the tape format was changed.
27 However, since all restore versions out there should
28 transparently support both inode formats, the change should
29 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
30 reporting the bug.
31
326. Fixed a lot of warnings in the code shown when compiling
33 with 'gcc -W'. Thanks to Matthias Andree
34 <matthias.andree@stud.uni-dortmund.de> for reporting this.
35
367. Fixed a small markup bug in the dump man page. Thanks to
37 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
38 patch.
39
40Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
41==================================================================
42
431. Fixed a problem in the rmt ioctl command, where ioctl's issued from
44 non Linux clients were misinterpreted. The description of the problem
45 (incompatible numbering in Linux mtio opcodes) is documented at
46 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
47