diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:34:28 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:34:28 +0000 |
commit | bd57902c053fc6dfcfb477b465dd30c1db910c0e (patch) | |
tree | 128294bbf64ceb320138a1d9abb663500e9b49e1 /NEWS | |
parent | Adding upstream version 0.4. (diff) | |
download | lzlib-bd57902c053fc6dfcfb477b465dd30c1db910c0e.tar.xz lzlib-bd57902c053fc6dfcfb477b465dd30c1db910c0e.zip |
Adding upstream version 0.5.upstream/0.5
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,10 +1,5 @@ -Changes in version 0.4: - -Partial flush of the compressed data has been implemented with the -function LZ_compress_sync_flush. - -The function LZ_compress_write_size has been added. +Changes in version 0.5: Decompression speed has been improved. -The chapter "Buffering" has been added to the manual. +A build problem with the Sun C++ compiler has been fixed. |