aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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