diff options
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] |