diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:09:18 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:09:18 -0700 |
commit | 23c69f10698301ae97709eb0bbfb371d66b99a08 (patch) | |
tree | 1956b671b3df8d12c315a38f33b190677ccd659e /ChangeLog | |
parent | 6b834a58bdef976383cff6e2a83f353e668a9cf1 (diff) | |
download | zlib-23c69f10698301ae97709eb0bbfb371d66b99a08.tar.gz zlib-23c69f10698301ae97709eb0bbfb371d66b99a08.tar.bz2 zlib-23c69f10698301ae97709eb0bbfb371d66b99a08.zip |
zlib 0.94v0.94
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ | |||
1 | |||
1 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
2 | 3 | ||
4 | Changes in 0.94 (13 Aug 95) | ||
5 | - support MSDOS medium model | ||
6 | - fix deflate with flush (could sometimes generate bad output) | ||
7 | - fix deflateReset (zlib header was incorrectly suppressed) | ||
8 | - added support for VMS | ||
9 | - allow a compression level in gzopen() | ||
10 | - gzflush now calls fflush | ||
11 | - For deflate with flush, flush even if no more input is provided. | ||
12 | - rename libgz.a as libz.a | ||
13 | - work around a problem with gcc on Alpha (in INSERT_STRING) | ||
14 | - don't use inline functions (problem with some gcc versions) | ||
15 | - allow renaming of Byte, uInt, etc... with #define. | ||
16 | - avoid warning about (unused) pointer before start of array in deflate.c | ||
17 | - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c | ||
18 | - avoid reserved word 'new' in trees.c | ||
19 | |||
3 | Changes in 0.93 (25 June 95) | 20 | Changes in 0.93 (25 June 95) |
4 | - temporarily disable inline functions | 21 | - temporarily disable inline functions |
5 | - make deflate deterministic | 22 | - make deflate deterministic |