aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:07:35 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:07:35 -0700
commit1c71d8b13b54f91ddec361d3053ecce26e6ff761 (patch)
tree84f806bb79cc8c7458ddbd7b5402dbf1eec76dd4 /ChangeLog
parent64b2e892035cf6ea98800c54dce0d63730d50272 (diff)
downloadzlib-1c71d8b13b54f91ddec361d3053ecce26e6ff761.tar.gz
zlib-1c71d8b13b54f91ddec361d3053ecce26e6ff761.tar.bz2
zlib-1c71d8b13b54f91ddec361d3053ecce26e6ff761.zip
zlib 0.91v0.91
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54470f2..e97948e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1 ChangeLog file for zlib 1 ChangeLog file for zlib
2 2
3Changes in 0.91 (2 May 95)
4- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
5- Document the memory requirements in zconf.h
6- added "make install"
7- fix sync search logic in inflateSync
8- deflate(Z_FULL_FLUSH) now works even if output buffer too short
9- after inflateSync, don't scare people with just "lo world"
10- added support for DJGPP
11
3Changes in 0.9 (1 May 95) 12Changes in 0.9 (1 May 95)
4- don't assume that zalloc clears the allocated memory (the TurboC bug 13- don't assume that zalloc clears the allocated memory (the TurboC bug
5 was Mark's bug after all :) 14 was Mark's bug after all :)
@@ -10,6 +19,7 @@ Changes in 0.9 (1 May 95)
10- document explicitly that zalloc(64K) on MSDOS must return a normalized 19- document explicitly that zalloc(64K) on MSDOS must return a normalized
11 pointer (zero offset) 20 pointer (zero offset)
12- added Makefiles for Microsoft C, Turbo C, Borland C++ 21- added Makefiles for Microsoft C, Turbo C, Borland C++
22- faster crc32()
13 23
14Changes in 0.8 (29 April 95) 24Changes in 0.8 (29 April 95)
15- added fast inflate (inffast.c) 25- added fast inflate (inffast.c)