summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4d8871..8160d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes 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
4Changes in 1.0.9 (17 Feb 1998) 15Changes 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)