X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=CHANGES;h=f6703a9e8d6403178a7f20c9e7e9e4de3636adcb;hb=a110deb5071144c2f47e8c8ec072cb8dbef160f0;hp=c8315204daa2289f714ddcb5f5591af0561abb6a;hpb=08db2b8641b95d3059d59e9c8204c891f7c5eecc;p=dump.git diff --git a/CHANGES b/CHANGES index c831520..f6703a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,28 @@ -$Id: CHANGES,v 1.50 2000/03/08 11:25:58 stelian Exp $ +$Id: CHANGES,v 1.58 2000/05/28 18:16:42 stelian Exp $ -Changes between versions 0.4b15 and 0.4b16 (released ?????????????) -=================================================================== +Changes between versions 0.4b16 and 0.4b17 (released ??????????????) +==================================================================== + +1. The -F script is called now *only* at the end of a tape, + not at the end of the dump. Thanks to Chris + for the bug report. + +2. Use posix signal handling to preserve dump functionality + with libc5. Thanks to Jeff Johnson for + the patch. + +3. Made the exit code of restore in case of a 'C'ompare + command reflect the result of the compare. An exit status + of 0 means the dump archive is correct, 1 means tape errors, + 2 means that some files were modified. + +4. Made quotes work in interactive restore. + +5. Small fixes in order to allow dump to compile with a + really old e2fsprogs version. + +Changes between versions 0.4b15 and 0.4b16 (released March 11, 2000) +==================================================================== 1. Fixed some several duplicate 'DUMP: DUMP:' in the output of dump. @@ -19,8 +40,15 @@ Changes between versions 0.4b15 and 0.4b16 (released ?????????????) 4. Added the -X option to restore giving the possibility to read the names of the files to be extracted/listed - from a text file (instead of the command line). Thanks - to Dejan Muhamedagic for the patch. + from a text file (in addition of the command line). + Thanks to Dejan Muhamedagic for the + patch. + +5. Added the device name and the current volume number + as arguments to the end of tape script (dump -F option). + +6. Made the multi-volume dump work again (after having + broken it in 0.4b15). Changes between versions 0.4b14 and 0.4b15 (released March 2, 2000) ===================================================================