aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:17 -0700
commitebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (patch)
tree427d4866aced2a78526bab76f8af9b8bc6b4d789 /ChangeLog
parentff11b0a61f7345572ff2e413173d3179486162f2 (diff)
downloadzlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.gz
zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.bz2
zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.zip
zlib 1.0.5v1.0.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 218cfb0..404717f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes 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
4Changes in 1.0.4 (24 Jul 96) 11Changes 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