diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:07:35 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:07:35 -0700 |
| commit | 1c71d8b13b54f91ddec361d3053ecce26e6ff761 (patch) | |
| tree | 84f806bb79cc8c7458ddbd7b5402dbf1eec76dd4 /ChangeLog | |
| parent | 64b2e892035cf6ea98800c54dce0d63730d50272 (diff) | |
| download | zlib-0.91.tar.gz zlib-0.91.tar.bz2 zlib-0.91.zip | |
zlib 0.91v0.91
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,5 +1,14 @@ | |||
| 1 | ChangeLog file for zlib | 1 | ChangeLog file for zlib |
| 2 | 2 | ||
| 3 | Changes 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 | |||
| 3 | Changes in 0.9 (1 May 95) | 12 | Changes 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 | ||
| 14 | Changes in 0.8 (29 April 95) | 24 | Changes in 0.8 (29 April 95) |
| 15 | - added fast inflate (inffast.c) | 25 | - added fast inflate (inffast.c) |
