diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:17 -0700 |
commit | ebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (patch) | |
tree | 427d4866aced2a78526bab76f8af9b8bc6b4d789 /ChangeLog | |
parent | ff11b0a61f7345572ff2e413173d3179486162f2 (diff) | |
download | zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.gz zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.bz2 zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.zip |
zlib 1.0.5v1.0.5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.0.5 (3 Jan 98) | ||
5 | - Fix inflate to terminate gracefully when fed corrupted or invalid data | ||
6 | - Use const for rommable constants in inflate | ||
7 | - Eliminate memory leaks on error conditions in inflate | ||
8 | - Removed some vestigial code in inflate | ||
9 | - Update web address in README | ||
10 | |||
4 | Changes in 1.0.4 (24 Jul 96) | 11 | Changes in 1.0.4 (24 Jul 96) |
5 | - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF | 12 | - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF |
6 | bit, so the decompressor could decompress all the correct data but went | 13 | bit, so the decompressor could decompress all the correct data but went |