diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 09:52:29 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 09:53:02 +0000 |
commit | 1c38fdb45a6a7247c92437ef13ffae2c27051276 (patch) | |
tree | 0324c8c97a03c14baff0fbedea3a07ea2c2ab768 /NEWS | |
parent | Releasing debian version 1.6-2. (diff) | |
download | pdlzip-1c38fdb45a6a7247c92437ef13ffae2c27051276.tar.xz pdlzip-1c38fdb45a6a7247c92437ef13ffae2c27051276.zip |
Merging upstream version 1.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,8 +1,11 @@ -Changes in version 1.6: +Changes in version 1.7: -Copying of file dates, permissions, and ownership now behaves like "cp -p". -(If the user ID or the group ID can't be duplicated, the file permission -bits S_ISUID and S_ISGID are cleared). +The option "-a, --trailing-error", which makes pdlzip exit with error +status 2 if any remaining input is detected after decompressing the last +member, has been added. -The targets "install-compress", "install-strip-compress" and -"install-man-compress" have been added to the Makefile. +When decompressing, the file specified with the '--output' option is now +deleted if the input is a terminal. + +A harmless check failure on Windows, caused by the failed comparison of +a message in text mode, has been fixed. |