summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84f9306..d162e90 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.2 (30 December 2004)
5- Replace structure assignments in deflate.c and inflate.c with zmemcpy to
6 avoid implicit memcpy calls (portability for no-library compilation)
7- Increase sprintf() buffer size in gzdopen() to allow for large numbers
8- Add INFLATE_STRICT to check distances against zlib header
9- Improve WinCE errno handling and comments [Chang]
10- Remove comment about no gzip header processing in FAQ
11- Add Z_FIXED strategy option to deflateInit2() to force fixed trees
12- Add updated make_vms.com [Coghlan], update README
13- Create a new "examples" directory, move gzappend.c there, add zpipe.c,
14 fitblk.c, gzlog.[ch], gzjoin.c, and zlib_how.html.
15- Add FAQ entry and comments in deflate.c on uninitialized memory access
16- Add Solaris 9 make options in configure [Gilbert]
17- Allow strerror() usage in gzio.c for STDC
18- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
19- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
20- Use z_off_t for adler32_combine() and crc32_combine() lengths
21- Make adler32() much faster for small len
22- Use OS_CODE in deflate() default gzip header
23
4Changes in 1.2.2.1 (31 October 2004) 24Changes in 1.2.2.1 (31 October 2004)
5- Allow inflateSetDictionary() call for raw inflate 25- Allow inflateSetDictionary() call for raw inflate
6- Fix inflate header crc check bug for file names and comments 26- Fix inflate header crc check bug for file names and comments
@@ -20,6 +40,7 @@ Changes in 1.2.2.1 (31 October 2004)
20- Do not define an exit() prototype in zutil.c unless DEBUG defined 40- 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] 41- 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() 42- Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
43- Fix Darwin build version identification [Peterson]
23 44
24Changes in 1.2.2 (3 October 2004) 45Changes in 1.2.2 (3 October 2004)
25- Update zlib.h comments on gzip in-memory processing 46- Update zlib.h comments on gzip in-memory processing