aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57386a2..bf2e3f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.1.4 (11 March 2002)
5- ZFREE was repeated on same allocation on some error conditions.
6 This creates a security problem described in
7 http://www.zlib.org/advisory-2002-03-11.txt
8- Returned incorrect error (Z_MEM_ERROR) on some invalid data
9- Avoid accesses before window for invalid distances with inflate window
10 less than 32K.
11- force windowBits > 8 to avoid a bug in the encoder for a window size
12 of 256 bytes. (A complete fix will be available in 1.1.5).
13
4Changes in 1.1.3 (9 July 1998) 14Changes in 1.1.3 (9 July 1998)
5- fix "an inflate input buffer bug that shows up on rare but persistent 15- fix "an inflate input buffer bug that shows up on rare but persistent
6 occasions" (Mark) 16 occasions" (Mark)