|
From: | Sebastian Pipping |
Subject: | [Bug-tar] Re: GNU tar 1.22 |
Date: | Thu, 05 Mar 2009 19:02:43 +0100 |
User-agent: | Thunderbird 2.0.0.19 (X11/20090216) |
Sergey Poznyakoff wrote: > Changes in this release: > > * Support for xz compression > > Tar uses xz for compression if one of the following conditions is met: > > 1. The option --xz or -J (see below) is used. > 2. The xz binary is set as compressor using --use-compress-program option. > 3. The file name of the archive being created ends in `.xz' and > auto-compress option (-a) is used. > > Xz is used for decompression if one of the following conditions is met: > > 1. The option --xz or -J is used. > 2. The xz binary is set as compressor using --use-compress-program option. > 3. The file is recognized as xz compressed stream data. > > * Short option -J reassigned as a short equivalent of --xz Are you saying that -J no longer creates LZMA-compressed files? What are the reasons for this decision? Sebastian
[Prev in Thread] | Current Thread | [Next in Thread] |