X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=NEWS;h=1d3541469d0cd212c7e0aceeaffaf9c004dc4576;hb=b60e56fdb6fd8d82a1f92a4fa7781d9a3184dce1;hp=32542665ad6084012021af7cd198d6a12598dfb4;hpb=e8e0b6cb7ac0a7a8d1fb4cb954a8bd8158dded02;p=chaz%2Ftar diff --git a/NEWS b/NEWS index 3254266..1d35414 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,49 @@ -GNU tar NEWS - User visible changes. 2010-03-10 +GNU tar NEWS - User visible changes. 2010-03-27 Please send GNU tar bug reports to + + +* Bugfixes. + +** Spurious error diagnostics on broken pipe. + +When receiving SIGPIPE, tar would exit with error status and +"write error" diagnostics. In particular, this occurred if +invoked as in the example below: + + tar tf archive.tar | head -n 1 + +** --remove-files + +Tar --remove-files failed to remove a directory which contained +symlinks to another files within that directory. + +** --test-label behavior + +In case of a mismatch, `tar --test-label LABEL' exits with code 1, +not 2 as it did in previous versions. + +The `--verbose' option used with `--test-label' provides additional +diagnostics. + +Several volume labels may be specified in a command line, e.g.: + + tar --test-label -f archive 'My volume' 'New volume' 'Test volume' + +In this case, tar exits with code 0 if any one of the arguments +matches the actual volume label. + +** --label used with --update + +The `--label' option can be used with `--update' to prevent accidental +update of an archive: + + tar -rf archive --label 'My volume' . + +This did not work in previous versions, in spite of what the docs said. + +** Fix dead loop on extracting existing symlinks with the -k option. + version 1.23 - Sergey Poznyakoff, 2010-03-10 @@ -694,7 +737,7 @@ tar. * New message translations fi (Finnish), gl (Galician), hr (Croatian), hu (Hungarian), ms (Malaysian), nb (Norwegian), ro (Romanian), sk (Slovak), zh_CN (Chinese simplified), zh_TW (Chinese traditional). - The code 'no' for Norwegian (BokmÃ¥l) has been withdrawn; use 'nb' instead. + The code 'no' for Norwegian (Bokmål) has been withdrawn; use 'nb' instead. * Bug fixes. @@ -1019,7 +1062,7 @@ version 1.13 - Paul Eggert, 1999-07-08. but they have been removed to maintain compatibility with paxutils. Please try --use=bzip2 instead of --bzip2. -Version 1.12 - François Pinard, 1997-04. +Version 1.12 - François Pinard, 1997-04. Sensitive matters * Use shell globbing patterns for --label, instead of regular expressions. @@ -1062,7 +1105,7 @@ Various changes Many bugs are squashed, while others still run free. -Version 1.11.8 - François Pinard, 1995-06. +Version 1.11.8 - François Pinard, 1995-06. * Messages available in French, German, Portuguese and Swedish. * The distribution provides a rudimentary Texinfo manual.