diff options
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 |