diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-27 19:14:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-27 19:14:39 +0000 |
commit | cf054c2e80b8f5b9c6207c17a105e3f4c0bf1bcd (patch) | |
tree | f6274baf825dde27168c81e2a6e697979cba1ce4 /NEWS | |
parent | Releasing debian version 0.12-1. (diff) | |
download | tarlz-cf054c2e80b8f5b9c6207c17a105e3f4c0bf1bcd.tar.xz tarlz-cf054c2e80b8f5b9c6207c17a105e3f4c0bf1bcd.zip |
Merging upstream version 0.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 8 insertions, 20 deletions
@@ -1,23 +1,11 @@ -Changes in version 0.12: +Changes in version 0.13: -When dumping a character special file or a block special file, the devmajor -and devminor fields were incorrectly filled with the values corresponding to -the device containing the special file instead of the values corresponding -to the special file itself. +Skipping of unreadable files during multi-threaded archive creation with +per-file compression has been fixed. Tarlz did produce empty lzip members, +and sometines left the last files out of the archive. -If when creating an archive tarlz can't find a user or group name in the -database, it now saves just the numerical uid/gid instead of exiting with -error status. +Multi-threaded listing of tar.lz archives containing empty lzip members has +been fixed. It listed members out of order and sometimes hung. -When listing verbosely a character special file or a block special file, the -devmajor and devminor values are now shown. - -The new option '-d, --diff', which reports differences between archive and -file system, has been added. - -The new option '--ignore-ids', which tells '-d, --diff' to ignore -differences in owner and group IDs, has been added. This option is useful -when comparing an --anonymous archive. - -Listing of large seekable uncompressed archives is now much faster because -tarlz now skips over member data instead of reading it. +When creating an archive, negative modification times are now stored as cero +(1970-01-01 00:00:00 UTC). Negative times are not portable. |