diff options
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 |