mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-19 06:35:00 +00:00
tar: fix bug with sparse files with effective size of 8 GiB or more
Reported by Pavel Raiskup in <http://lists.gnu.org/archive/html/bug-tar/2013-01/msg00001.html>. * NEWS: Document the fix. * src/sparse.c (pax_start_header): New function. (pax_dump_header_0, pax_dump_header_1): Use it.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
GNU tar NEWS - User visible changes. 2013-01-01
|
||||
GNU tar NEWS - User visible changes. 2013-01-26
|
||||
Please send GNU tar bug reports to <bug-tar@gnu.org>
|
||||
|
||||
|
||||
version 1.26.90 (Git)
|
||||
|
||||
* Bug fixes
|
||||
|
||||
** Sparse files with large data
|
||||
|
||||
When creating a PAX-format archive, tar no longer arbitrarily restricts
|
||||
the size of the representation of a sparse file to be less than 8 GiB.
|
||||
|
||||
* Quoting
|
||||
|
||||
In the default C locale, diagnostics and output of 'tar' have been
|
||||
|
||||
Reference in New Issue
Block a user