diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:07 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:07 -0700 |
commit | 02b6cf579f02ec78c052735020a5d3c5723ed641 (patch) | |
tree | 6241259561d6def69639f52836675481f61105a0 /ChangeLog | |
parent | 965fe72aed580d518c979c9a33b49e7df28205f7 (diff) | |
download | zlib-02b6cf579f02ec78c052735020a5d3c5723ed641.tar.gz zlib-02b6cf579f02ec78c052735020a5d3c5723ed641.tar.bz2 zlib-02b6cf579f02ec78c052735020a5d3c5723ed641.zip |
zlib 1.1.1v1.1.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.1 (24 Feb 98) | 4 | Changes in 1.1.1 (27 Feb 98) |
5 | - fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson) | ||
6 | - remove block truncation heuristic which had very marginal effect for zlib | ||
7 | (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the | ||
8 | compression ratio on some files. This also allows inlining _tr_tally for | ||
9 | matches in deflate_slow. | ||
10 | - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier) | ||
11 | |||
12 | Changes in 1.1.0 (24 Feb 98) | ||
5 | - do not return STREAM_END prematurely in inflate (John Bowler) | 13 | - do not return STREAM_END prematurely in inflate (John Bowler) |
6 | - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler) | 14 | - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler) |
7 | - compile with -DFASTEST to get compression code optimized for speed only | 15 | - compile with -DFASTEST to get compression code optimized for speed only |