info-gnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tar-1.21 released


From: Sergey Poznyakoff
Subject: tar-1.21 released
Date: Sat, 27 Dec 2008 01:18:44 +0200

Hello,

I am pleased to announce the release of GNU tar version 1.21.

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.tar.gz    (2.9MB)
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.tar.bz2   (2.0MB)
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.shar.gz   (4.3MB)
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.cpio.gz   (2.9MB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.tar.gz.sig
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.tar.bz2.sig
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.shar.gz.sig
  ftp://ftp.gnu.org/gnu/tar/tar-1.21.cpio.gz.sig

Here are the MD5 and SHA1 checksums:

e7ae56b3bf924d5108b57b544b247c50  tar-1.21.tar.gz
4f9028d231c3e7d7bdd658e14e74c2d1  tar-1.21.tar.bz2
3e2b10291f8dd15a1987d3c60413435e  tar-1.21.shar.gz
a9443330a955fd2721edb952e7a03b13  tar-1.21.cpio.gz
e4dac3b69baec87b8e21fc37c9f879317de6b4cd  tar-1.21.tar.gz
4563bc828e7d285eb466a9587af88e7e1556cf88  tar-1.21.tar.bz2
a7bd69ba088ba8b94909632092664600d0218d5c  tar-1.21.shar.gz
5ab466867eeffb1e9061e4fc5c294ec0b23a34b3  tar-1.21.cpio.gz

[*] You can use either of the above signature files to verify that
the corresponding file (without the .sig suffix) is intact.  First,
be sure to download both the .sig file and the corresponding tarball.
Then, run a command like this:

  gpg --verify tar-1.21.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 55D0C732

and rerun the `gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.61
  Automake 1.10.1
  Gnulib-tool 0.0.1317-d51f4-modified

For more information on tar, including links to file downloads,
see the GNU tar home page: http://www.gnu.org/software/tar
and the project page http://savannah.gnu.org/projects/tar.

Please email bugs or suggestions to <address@hidden>.

The list of user-visible changes follows:

* New short option -J

A shortcut for --lzma.

* New option --lzop

* New option --no-auto-compress

Cancels the effect of previous --auto-compress (-a) option.

* New option --no-null

Cancels the effect of previous --null option.

* Compressed format recognition

If tar is unable to determine archive compression format, it falls
back to using archive suffix to determine it.

* VCS support.

Using --exclude-vcs handles also files used internally by Bazaar,
Mercurial and Darcs.

* Transformation scope flags

Name transformation expressions understand additional flags that
control type of archive members affected by them.  The flags are:

 - r
   Apply transformation to regular archive members.

 - s
   Apply transformation to symbolic link targets.

 - h  
   Apply transformation to hard link targets.

Corresponding upper-case letters negate the meaning, so that
`H' means ``do not apply transformation to hard link targets.''

The scope flags are listed in the third part of an `s' expression,
e.g.:

   tar --transform 's|^|/usr/local/|S'

Default is `rsh', which means that transformations are applied to
both regular archive members and to the targets of symbolic and hard
links.  If several transform expressions are used, the default flags
can be changed using `flags=' statement before the expressions, e.g.:

   tar --transform 'flags=S;s|^|/usr/local/|S'

* Bugfixes

** The --null option disabled handling of tar options in list files.  This
is fixed.
** Fixed record size autodetection.  If detected record size differs from
the expected value (either default, or set on the command line), tar
always prints a warning if verbosity level is set to 1 or greater,
i.e. if either -t or -v option is given.

Regards,
Sergey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]