Sergey Poznyakoff, één van de ontwikkelaars bij het GNU Project, heeft Tar voorzien van een nieuwe uitgave met versienummer 1.22. Tar werd oorspronkelijk ontwikkeld om bestanden in een bestandsarchief naar sequentiële apparaten weg te schrijven, zoals een tapestreamer, met behoud van informatie uit het bestandssysteem. Tegenwoordig wordt het voornamelijk gebruikt in combinatie met compressieprogramma's zoals gzip en bzip2 om bestanden en mappen in te pakken naar een bestandsarchief. Voor meer informatie over Tar verwijzen we jullie door naar deze pagina bij Wikipedia. De bijbehorende lijst met veranderingen ziet er als volgt uit:
Version 1.22:
- Support for xz compression
Tar uses xz for compression if one of the following conditions is met:Xz is used for decompression if one of the following conditions is met:
- The option --xz or -J (see below) is used.
- The xz binary is set as compressor using --use-compress-program option.
- The file name of the archive being created ends in `.xz' and auto-compress option (-a) is used.
- The option --xz or -J is used.
- The xz binary is set as compressor using --use-compress-program option.
- The file is recognized as xz compressed stream data.
- Short option -J reassigned as a short equivalent of --xz
- New option -I
The -I option is assigned as a short equivalent for --use-compress-program.- The --no-recursive option works in incremental mode.