X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=CHANGES;h=13a5cbce9d49316c4eac32759e3c82ec0c75f3dd;hb=0bd5aa901caaf832e40166fc72994c2923cfb159;hp=9d8b07a67578a35a9dc4ae3387ab3c46f90e7d50;hpb=95cd88019335e29909def7e0ac8794ef01380aac;p=dump.git diff --git a/CHANGES b/CHANGES index 9d8b07a..13a5cbc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,41 @@ -$Id: CHANGES,v 1.89 2000/11/10 13:52:43 stelian Exp $ +$Id: CHANGES,v 1.97 2000/12/05 16:57:37 stelian Exp $ -Changes between versions 0.4b19 and 0.4b20 (released ???????????????) -===================================================================== +Changes between versions 0.4b20 and 0.4b21 (released ?????????????????) +======================================================================= + +1. Fixed some bugs in the dump -w|-W logic introduced by + the previous version. Thanks to Andreas Dilger + for his help on this one. + +2. Fixed again a compilation problem when using old e2fs + headers (filesystem label related). Thanks to many users + who reported this stupid error. + +3. Fixed a build problem on old lib5 based systems dealing with + _PATH_MNTTAB being undefined. Thanks to John Adams + for reporting the bug. + +4. Improved the error detection in restore when creating + the temporary files in TMPDIR. Now restore will corectly + report a 'no space left on device' error instead of + strange errors which could imply an archive corruption. + Thanks to Gabriel Somlo and + bgjenero for reporting the bug. + +5. Added the throughput information in dump's progression + messages. Thanks to Andreas Dilger + for the patch. + +6. Use libext2fs's inode scanning routines, which are particularly + robust when dealing with errors (especially when having some + bad blocks on the filesystem). Many thanks to Colin + for reporting the bug, investigating + the issues, finding a workaround, writing the patch and + fully testing it... (of course, if this patch will break + anything, he is to blame for :-)). + +Changes between versions 0.4b19 and 0.4b20 (released November 10, 2000) +======================================================================= 1. Fixed a small compilation problem due to a change in the definintion of the struct sigaction in