diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | ChangeLog file for zlib | 1 | ChangeLog file for zlib |
2 | 2 | ||
3 | Changes 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 | |||
3 | Changes in 0.91 (2 May 95) | 12 | Changes 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 |