diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:30 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:30 -0700 |
commit | 086e982175da84b3db958191031380794315f95f (patch) | |
tree | 12f18893b4561c1b0593931dfbb6cb300d6c00c7 /ChangeLog | |
parent | 85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c (diff) | |
download | zlib-086e982175da84b3db958191031380794315f95f.tar.gz zlib-086e982175da84b3db958191031380794315f95f.tar.bz2 zlib-086e982175da84b3db958191031380794315f95f.zip |
zlib 1.2.0.4v1.2.0.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | Changes in 1.2.0.4 (10 August 2003) | ||
4 | - Minor FAQ updates | ||
5 | - Be more strict when checking inflateInit2's windowBits parameter | ||
6 | - Change NO_GUNZIP compile option to NO_GZIP to cover deflate as well | ||
7 | - Add gzip wrapper option to deflateInit2 using windowBits | ||
8 | - Add updated QNX rule in configure and qnx directory [Bonnefoy] | ||
9 | - Make inflate distance-too-far checks more rigorous | ||
10 | - Clean up FAR usage in inflate | ||
11 | - Add casting to sizeof() in gzio.c and minigzip.c | ||
12 | |||
3 | Changes in 1.2.0.3 (19 July 2003) | 13 | Changes in 1.2.0.3 (19 July 2003) |
4 | - Fix silly error in gzungetc() implementation [Vollant] | 14 | - Fix silly error in gzungetc() implementation [Vollant] |
5 | - Update contrib/minizip and contrib/vstudio [Vollant] | 15 | - Update contrib/minizip and contrib/vstudio [Vollant] |