summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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)