diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:21 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:21 -0700 |
commit | 85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c (patch) | |
tree | 790235a70a5d719992f0bf84864e43a7a4ef376b /ChangeLog | |
parent | 8e34b3a8024c028dd9fd21d70525fc6d215efde5 (diff) | |
download | zlib-85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c.tar.gz zlib-85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c.tar.bz2 zlib-85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c.zip |
zlib 1.2.0.3v1.2.0.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,12 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | Changes in 1.2.0.3 (19 July 2003) | ||
4 | - Fix silly error in gzungetc() implementation [Vollant] | ||
5 | - Update contrib/minizip and contrib/vstudio [Vollant] | ||
6 | - Fix printf format in example.c | ||
7 | - Correct cdecl support in zconf.in.h [Anisimkov] | ||
8 | - Minor FAQ updates | ||
9 | |||
3 | Changes in 1.2.0.2 (13 July 2003) | 10 | Changes in 1.2.0.2 (13 July 2003) |
4 | - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons | 11 | - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons |
5 | - Attempt to avoid warnings in crc32.c for pointer-int conversion | 12 | - Attempt to avoid warnings in crc32.c for pointer-int conversion |
@@ -31,8 +38,8 @@ Changes in 1.2.0.2 (13 July 2003) | |||
31 | - Report 2 only for level == 6 | 38 | - Report 2 only for level == 6 |
32 | - Only deal with 64K limit when necessary at compile time [Truta] | 39 | - Only deal with 64K limit when necessary at compile time [Truta] |
33 | - Allow TOO_FAR check to be turned off at compile time [Truta] | 40 | - Allow TOO_FAR check to be turned off at compile time [Truta] |
34 | - Added gzclearerr() function [Souza] | 41 | - Add gzclearerr() function [Souza] |
35 | - Added gzungetc() function | 42 | - Add gzungetc() function |
36 | 43 | ||
37 | Changes in 1.2.0.1 (17 March 2003) | 44 | Changes in 1.2.0.1 (17 March 2003) |
38 | - Add Z_RLE strategy for run-length encoding [Truta] | 45 | - Add Z_RLE strategy for run-length encoding [Truta] |