-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A new release of tar, 1.17-1, is available, moving 1.16.1-1 to the previous version.
NEWS: ===== This is a new stable upstream release. This release requires cygwin-1.5.24 or later. A list of changes from 1.16.1 extracted from the NEWS file is below; see also /usr/share/doc/tar-1.17/. DESCRIPTION: ============ GNU Tar is an archiver program. It is used to create and manipulate files that are actually collections of many other files; the program provides users with an organized and systematic method of controlling a large amount of data. Despite its name, that is an acronym of "tape archiver", GNU Tar is able to direct its output to any available devices, files or other programs, it may as well access remote devices or files. The main areas of usage for GNU Tar are: storage, backup and transportation. UPDATE: ======= To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Save it and run setup, answer the questions and pick up 'tar' from the 'Base' category (it should already be selected). DOWNLOAD: ========= Note that downloads from sources.redhat.com (aka cygwin.com) aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: ========== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. - -- Eric Blake volunteer cygwin tar maintainer CYGWIN-ANNOUNCE UNSUBSCRIBE INFO: ================================= To unsubscribe to the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: [EMAIL PROTECTED] If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGeTHy84KuGfSFAYARAmB+AKDWMahz+QcVH1QLZ0hVR0xXAGk7QgCgnkj6 KFJ8tcAGgCgi2+FWGmFgk7U= =6+/6 -----END PGP SIGNATURE-----
version 1.17 - Sergey Poznyakoff, 2007-06-08 * Fix archivation of sparse files in posix mode. Previous versions padded sparse members with spurious zero blocks. * Fix operation of --verify --listed-incremental. Version 1.16.1 produced a full dump when both options were given. * Fix --occurence. In previous versions it continued scanning the archive even though all requested members has already been extracted. * Scope of --transform and --strip-components options. In addition to affecting regular archive members, the --transform option affects hard and soft link targets and the --strip-components option affects hard link targets as well. * End-of-volume script can send the new volume name to tar by writing it to the file descriptor stored in the environment variable `TAR_FD'.