]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
Fixed tape size calculation when compression is on.
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.183 2002/07/01 11:54:39 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
19Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
20==================================================================
21
221. Fixed a problem in the rmt ioctl command, where ioctl's issued from
23 non Linux clients were misinterpreted. The description of the problem
24 (incompatible numbering in Linux mtio opcodes) is documented at
25 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
26