diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:13 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:13 +0000 |
commit | 7dc85393789f529c0ca2efff79c0242f4ec4db87 (patch) | |
tree | d021be7ecf23ddd19d40e7e954a08e8b1dfe44b8 /NEWS | |
parent | Adding debian version 0.2-1. (diff) | |
download | plzip-7dc85393789f529c0ca2efff79c0242f4ec4db87.tar.xz plzip-7dc85393789f529c0ca2efff79c0242f4ec4db87.zip |
Merging upstream version 0.3.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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. |