summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: dade660f0a06cd3cb61bfd146e29d8b438d0e4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Changes in version 1.1:

Compression time has been reduced by 2%.

All declarations not belonging to the API have been encapsulated in the
namespace "Lzlib".

New tests have been added to the testsuite.

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.