summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:49:25 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:49:25 +0000
commita9c3fa13430e0d6d6a0b61e70a8cfb1b15e84d4e (patch)
tree28dd368a0fc8339a5b027678819407ff0a41333e /NEWS
parentAdding debian version 1.4-3. (diff)
downloadlzlib-a9c3fa13430e0d6d6a0b61e70a8cfb1b15e84d4e.tar.xz
lzlib-a9c3fa13430e0d6d6a0b61e70a8cfb1b15e84d4e.zip
Merging upstream version 1.5~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 5 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index 0a90a66..78128e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,8 @@
-Changes in version 1.4:
+Changes in version 1.5:
-Multi-step trials have been implemented.
+Decompression support for deprecated version 0 files has been removed.
-Compression ratio has been slightly increased.
+A bug has been fixed that would make an instance of "struct LZ_Encoder"
+unresponsive if "LZ_compress_sync_flush" is called at the wrong moment.
-Compression time has been reduced by 8%.
-
-Decompression time has been reduced by 7%.
-
-Arguments and return values of functions in lzlib.h have been changed
-from 'long long' to 'unsigned long long'.
-
-The minimum size of the input compression buffer has been reduced to 64KiB.
-
-"LZ_decompress_read" now tells "LZ_header_error" from "LZ_unexpected_eof"
-the same way as lzip does when the EOF happens at the header.
-
-The target "install-as-lzip" has been added to the Makefile.
-
-The target "install-bin" has been added to the Makefile.
+Minor fixes.