Report record size only if the archive refers to a device.

* Makefile.am (INCLUDES): Add ../lib, for rmt-command.h
* src/buffer.c (short_read): Report the actual record size
only if the archive descriptor refers to a device.
* tests/pipe.at, tests/shortrec.at,
tests/sparsemvp.at: Reflect the above change.
* NEWS, configure.ac: Version 1.22.90
This commit is contained in:
Sergey Poznyakoff
2009-05-25 10:18:36 +03:00
parent 8f390db92f
commit be34933b63
8 changed files with 42 additions and 29 deletions

11
NEWS
View File

@@ -1,6 +1,15 @@
GNU tar NEWS - User visible changes. 2009-03-05
GNU tar NEWS - User visible changes. 2009-05-25
Please send GNU tar bug reports to <bug-tar@gnu.org>
version 1.22.90 (Git)
* Record size autodetection
When listing or extracting archives, the actual record size is
reported only if the archive is read from a device (as opposed
to regular files and pipes).
version 1.22 - Sergey Poznyakoff, 2009-03-05