summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57f9986..fc70594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1 ChangeLog file for zlib 1 ChangeLog file for zlib
2 2
3Changes in 0.93 (25 June 95)
4- temporarily disable inline functions
5- make deflate deterministic
6- give enough lookahead for PARTIAL_FLUSH
7- Set binary mode for stdin/stdout in minigzip.c for OS/2
8- don't even use signed char in inflate (not portable enough)
9- fix inflate memory leak for segmented architectures
10
3Changes in 0.92 (3 May 95) 11Changes in 0.92 (3 May 95)
4- don't assume that char is signed (problem on SGI) 12- don't assume that char is signed (problem on SGI)
5- Clear bit buffer when starting a stored block 13- Clear bit buffer when starting a stored block