diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.1 (24 Feb 98) | ||
5 | - 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) | ||
7 | - compile with -DFASTEST to get compression code optimized for speed only | ||
8 | - in minigzip, try mmap'ing the input file first (Miguel Albrecht) | ||
9 | - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain | ||
10 | on Sun but significant on HP) | ||
11 | |||
12 | - add a pointer to experimental unzip library in README (Gilles Vollant) | ||
13 | - initialize variable gcc in configure (Chris Herborth) | ||
14 | |||
4 | Changes in 1.0.9 (17 Feb 1998) | 15 | Changes in 1.0.9 (17 Feb 1998) |
5 | - added gzputs and gzgets functions | 16 | - added gzputs and gzgets functions |
6 | - do not clear eof flag in gzseek (Mark Diekhans) | 17 | - do not clear eof flag in gzseek (Mark Diekhans) |