X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=NEWS;h=f454e4ca5f36f2351f9ff3a61820539353586be3;hb=5d4a682a55a8978ab144a3b026e7db8b2c799f5c;hp=1563f512ecd2bbccded793dea4e42fcef6a51aab;hpb=d1a7eebc3059c8ce915cf4bdaee0dccd7957ff7d;p=chaz%2Ftar diff --git a/NEWS b/NEWS index 1563f51..f454e4c 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ -GNU tar NEWS - User visible changes. 2007-10-17 +GNU tar NEWS - User visible changes. 2007-10-31 Please send GNU tar bug reports to -(CVS) +version 1.19.1 (CVS) + * New option --auto-compress (-a) With --create, selects compression algorithm basing on the suffix @@ -12,6 +13,24 @@ of the archive file name. Selects LZMA compression algorithm +* New option --hard-dereference + +During archive creation, dereferences hard links and stores the files +they refer to, instead of creating usual hard link members (type '1'). + +* New option --checkpoint-action + +This action allows to specify an action to be executed upon hitting a +checkpoint. Recognized actions are: dot, echo (the default), +echo=string, and sleep=value. Any number of `--checkpoint-action' +options can be specified, the actions will be executed in order of +their appearance in the command line. + +* Info (end-of-volume) scripts + +The value of the blocking factor is made available to info and +checkpoint scripts via environment variable TAR_BLOCKING_FACTOR. + version 1.19 - Sergey Poznyakoff, 2007-10-10