summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:27:26 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:27:26 +0000
commitec0d556f5caabdc82348bd2d97ae48524c093234 (patch)
treed98f9597625e6d6edfb3cbd007f209af744b3bfc /NEWS
parentAdding debian version 0.6-3. (diff)
downloadplzip-ec0d556f5caabdc82348bd2d97ae48524c093234.tar.xz
plzip-ec0d556f5caabdc82348bd2d97ae48524c093234.zip
Merging upstream version 0.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 10 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f631514..dda5e9f 100644
--- a/NEWS
+++ b/NEWS
@@ -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.