diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:24 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:24 -0700 |
commit | 9811b53dd9e8f67015c7199fff12b5bfc6965330 (patch) | |
tree | bfa72ee22967fb56833203dfcd31c473c86b1bf1 /ChangeLog | |
parent | 79fbcdc939b5d515218187a0d5f2526fb632075a (diff) | |
download | zlib-9811b53dd9e8f67015c7199fff12b5bfc6965330.tar.gz zlib-9811b53dd9e8f67015c7199fff12b5bfc6965330.tar.bz2 zlib-9811b53dd9e8f67015c7199fff12b5bfc6965330.zip |
zlib 1.2.2.1v1.2.2.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,6 +1,26 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.2.1 (31 October 2004) | ||
5 | - Allow inflateSetDictionary() call for raw inflate | ||
6 | - Fix inflate header crc check bug for file names and comments | ||
7 | - Add deflateSetHeader() and gz_header structure for custom gzip headers | ||
8 | - Add inflateGetheader() to retrieve gzip headers | ||
9 | - Add crc32_combine() and adler32_combine() functions | ||
10 | - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list | ||
11 | - Use zstreamp consistently in zlib.h (inflate_back functions) | ||
12 | - Remove GUNZIP condition from definition of inflate_mode in inflate.h | ||
13 | and in contrib/inflate86/inffast.S [Truta, Anderson] | ||
14 | - Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson] | ||
15 | - Update projects/README.projects and projects/visualc6 [Truta] | ||
16 | - Update win32/DLL_FAQ.txt [Truta] | ||
17 | - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta] | ||
18 | - Deprecate Z_ASCII; use Z_TEXT instead [Truta] | ||
19 | - Use a new algorithm for setting strm->data_type in trees.c [Truta] | ||
20 | - Do not define an exit() prototype in zutil.c unless DEBUG defined | ||
21 | - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta] | ||
22 | - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate() | ||
23 | |||
4 | Changes in 1.2.2 (3 October 2004) | 24 | Changes in 1.2.2 (3 October 2004) |
5 | - Update zlib.h comments on gzip in-memory processing | 25 | - Update zlib.h comments on gzip in-memory processing |
6 | - Set adler to 1 in inflateReset() to support Java test suite [Walles] | 26 | - Set adler to 1 in inflateReset() to support Java test suite [Walles] |