diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:15:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:15:17 -0700 |
commit | e26a448e9673d67dc2866e11a48d24fc352e5f80 (patch) | |
tree | a2dc10debfd34979dde501afbf1cce6a6c3cbcb7 /ChangeLog | |
parent | 423eb40306489f9c88f7dba32c2f69179166730b (diff) | |
download | zlib-e26a448e9673d67dc2866e11a48d24fc352e5f80.tar.gz zlib-e26a448e9673d67dc2866e11a48d24fc352e5f80.tar.bz2 zlib-e26a448e9673d67dc2866e11a48d24fc352e5f80.zip |
zlib 1.0.2v1.0.2
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 |