From 85e7d7d9ba71d95a9e6a64b98bae4fac09f06f1c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:22:21 -0700 Subject: zlib 1.2.0.3 --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af4a655..18af4cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ ChangeLog file for zlib +Changes in 1.2.0.3 (19 July 2003) +- Fix silly error in gzungetc() implementation [Vollant] +- Update contrib/minizip and contrib/vstudio [Vollant] +- Fix printf format in example.c +- Correct cdecl support in zconf.in.h [Anisimkov] +- Minor FAQ updates + Changes in 1.2.0.2 (13 July 2003) - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons - Attempt to avoid warnings in crc32.c for pointer-int conversion @@ -31,8 +38,8 @@ Changes in 1.2.0.2 (13 July 2003) - Report 2 only for level == 6 - Only deal with 64K limit when necessary at compile time [Truta] - Allow TOO_FAR check to be turned off at compile time [Truta] -- Added gzclearerr() function [Souza] -- Added gzungetc() function +- Add gzclearerr() function [Souza] +- Add gzungetc() function Changes in 1.2.0.1 (17 March 2003) - Add Z_RLE strategy for run-length encoding [Truta] -- cgit v1.2.3-55-g6feb