diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.0.2 (23 May 96) | ||
5 | - added Windows DLL support | ||
6 | - added a function zlibVersion (for the DLL support) | ||
7 | - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model) | ||
8 | - Bytef is define's instead of typedef'd only for Borland C | ||
9 | - avoid reading uninitialized memory in example.c | ||
10 | - mention in README that the zlib format is now RFC1950 | ||
11 | - updated Makefile.dj2 | ||
12 | - added algorithm.doc | ||
13 | |||
4 | Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] | 14 | Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] |
5 | - fix array overlay in deflate.c which sometimes caused bad compressed data | 15 | - fix array overlay in deflate.c which sometimes caused bad compressed data |
6 | - fix inflate bug with empty stored block | 16 | - fix inflate bug with empty stored block |