diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:49 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:11:49 +0000 |
commit | 6ee23cf581376f09838aed1a2ed6ab497cf51346 (patch) | |
tree | d482012b1260b5025c6b5c38fce528514d3b9130 /NEWS | |
parent | Adding upstream version 0.3. (diff) | |
download | plzip-6ee23cf581376f09838aed1a2ed6ab497cf51346.tar.xz plzip-6ee23cf581376f09838aed1a2ed6ab497cf51346.zip |
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1,11 +1,6 @@ -Changes in version 0.3: +Changes in version 0.4: -New option "--data-size" has been added. +The option "--version" now shows the version of lzlib being used. -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. +A code reorganization has been made. The new class "Packet_courier" now +coordinates data movement and synchronization among threads. |