summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:11:05 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:11:05 +0000
commitf0130ae17358f2cce85a53f12baecb4720285a85 (patch)
tree344ce3cfda598d45eea16b0675040f518224192e /NEWS
parentAdding upstream version 0.2. (diff)
downloadplzip-f0130ae17358f2cce85a53f12baecb4720285a85.tar.xz
plzip-f0130ae17358f2cce85a53f12baecb4720285a85.zip
Adding upstream version 0.3.upstream/0.3
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1587984..08b0074 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-Changes in version 0.2:
+Changes in version 0.3:
-Lzip options "--dictionary-size" and "--match-length" have been
-implemented.
+New option "--data-size" has been added.
+
+Output file is now removed if plzip is interrupted.
+
+This version automatically chooses the smallest possible dictionary size
+for each member during compression, saving memory during decompression.
+
+Regular files are now open in binary mode in non-POSIX platforms
+defining the O_BINARY macro.