summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:38:24 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:38:24 +0000
commitea3af4362a8e6a6f6fb44d001336e0c31d46134c (patch)
tree64b34493522b36c1d86b0fe63e0d855e1d424071 /NEWS
parentAdding upstream version 0.8. (diff)
downloadlzlib-ea3af4362a8e6a6f6fb44d001336e0c31d46134c.tar.xz
lzlib-ea3af4362a8e6a6f6fb44d001336e0c31d46134c.zip
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 2 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index e380e9d..5e6542d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,28 +1,3 @@
-Changes in version 0.8:
+Changes in version 0.9:
-API changes:
- New functions:
- LZ_decompress_reset
- LZ_decompress_sync_to_member
- LZ_decompress_write_size
- LZ_strerror
-
- Names and types for values of dictionary size limits have been changed
- to make interface names consistent.
-
- "LZ_errno" has been replaced with "LZ_Errno".
-
- "void *" has been replaced with "struct LZ_Encoder *" and
- "struct LZ_Decoder *" to make interface type safe.
-
-A truncated member trailer is now correctly detected.
-
-LZ_compress_restart_member is now able to restart a finished stream.
-
-Lzlib now only accepts query or close operations after a fatal error has
-occurred.
-
-Shared version of lzlib is no more built by default. Use
-"configure --enable-shared" to build it.
-
-The "COPYING" file is no more used for testing decompression.
+Compression time has been reduced by 8%.