summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d60b6d3..84f9306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes 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
4Changes in 1.2.2 (3 October 2004) 24Changes 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]