diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:27:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:27:21 +0000 |
commit | 0a1a75fc04f29f4418273baa7dcb33c7751e0e4c (patch) | |
tree | 18bb9637a53581deb829286d70069b58c06ed125 /NEWS | |
parent | Adding upstream version 0.6. (diff) | |
download | plzip-0a1a75fc04f29f4418273baa7dcb33c7751e0e4c.tar.xz plzip-0a1a75fc04f29f4418273baa7dcb33c7751e0e4c.zip |
Adding upstream version 0.7.upstream/0.7
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,12 @@ -Changes in version 0.6: +Changes in version 0.7: -Some small portability problems have been fixed. +Match length limits set by options -1 to -9 have been changed to match +those of lzip 1.11. -The chapter "Program Design" and a description of option "--threads" -have been added to the manual. +A limit has been set on the number of packets produced by decompresor +worker threads to limit the amount of memory used. + +Do not show the message "and `--stdout' was not specified" for file +types that can't be read (directories, etc). + +A warning about fchown's return value being ignored has been fixed. |