aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:08:28 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:08:28 -0700
commit6b834a58bdef976383cff6e2a83f353e668a9cf1 (patch)
tree5527def57f9d6eac4f3e709c10b9fd89905f2445 /ChangeLog
parentbdde4e09d21edff02ea5093b7f6eccbf166b272f (diff)
downloadzlib-6b834a58bdef976383cff6e2a83f353e668a9cf1.tar.gz
zlib-6b834a58bdef976383cff6e2a83f353e668a9cf1.tar.bz2
zlib-6b834a58bdef976383cff6e2a83f353e668a9cf1.zip
zlib 0.93v0.93
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