aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:08:07 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:08:07 -0700
commitbdde4e09d21edff02ea5093b7f6eccbf166b272f (patch)
treea64632a98a6bea6e5df864d6e5b6f2e51ea69c1c /ChangeLog
parent1c71d8b13b54f91ddec361d3053ecce26e6ff761 (diff)
downloadzlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.tar.gz
zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.tar.bz2
zlib-bdde4e09d21edff02ea5093b7f6eccbf166b272f.zip
zlib 0.92v0.92
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e97948e..57f9986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1 ChangeLog file for zlib 1 ChangeLog file for zlib
2 2
3Changes in 0.92 (3 May 95)
4- don't assume that char is signed (problem on SGI)
5- Clear bit buffer when starting a stored block
6- no memcpy on Pyramid
7- suppressed inftest.c
8- optimized fill_window, put longest_match inline for gcc
9- optimized inflate on stored blocks.
10- untabify all sources to simplify patches
11
3Changes in 0.91 (2 May 95) 12Changes in 0.91 (2 May 95)
4- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h 13- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
5- Document the memory requirements in zconf.h 14- Document the memory requirements in zconf.h