diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | Changes in 1.2.0.4 (10 August 2003) | ||
4 | - Minor FAQ updates | ||
5 | - Be more strict when checking inflateInit2's windowBits parameter | ||
6 | - Change NO_GUNZIP compile option to NO_GZIP to cover deflate as well | ||
7 | - Add gzip wrapper option to deflateInit2 using windowBits | ||
8 | - Add updated QNX rule in configure and qnx directory [Bonnefoy] | ||
9 | - Make inflate distance-too-far checks more rigorous | ||
10 | - Clean up FAR usage in inflate | ||
11 | - Add casting to sizeof() in gzio.c and minigzip.c | ||
12 | |||
3 | Changes in 1.2.0.3 (19 July 2003) | 13 | Changes in 1.2.0.3 (19 July 2003) |
4 | - Fix silly error in gzungetc() implementation [Vollant] | 14 | - Fix silly error in gzungetc() implementation [Vollant] |
5 | - Update contrib/minizip and contrib/vstudio [Vollant] | 15 | - Update contrib/minizip and contrib/vstudio [Vollant] |