summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:41:08 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 13:41:08 +0000
commitbd0936a5133edb8b660a81d7e2ea3682bd6eda3e (patch)
treed800191d2df52a5274e634168d62400556b37864 /NEWS
parentAdding debian version 1.0-3. (diff)
downloadlzlib-bd0936a5133edb8b660a81d7e2ea3682bd6eda3e.tar.xz
lzlib-bd0936a5133edb8b660a81d7e2ea3682bd6eda3e.zip
Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 12 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 502457a..dade660 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,16 @@
-Changes in version 1.0:
+Changes in version 1.1:
-New functions:
- LZ_decompress_member_finished.
- LZ_decompress_member_version.
- LZ_decompress_dictionary_size.
- LZ_decompress_data_crc.
+Compression time has been reduced by 2%.
-Variables declared "extern" have been encapsulated in a namespace.
+All declarations not belonging to the API have been encapsulated in the
+namespace "Lzlib".
-A warning about fchown's return value being ignored has been fixed.
+New tests have been added to the testsuite.
-Input_buffer has been integrated in Range_decoder, simplifying the code
-and making decompression slightly faster.
+Match length limits set by options -1 to -9 of minilzip have been
+changed to match those of lzip 1.11.
+
+Minilzip now sets stdin and stdout in binary mode on OS2.
+
+The file bbexample.cc, containing example functions for buffer-to-buffer
+compression/decompression, has been added.