diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -197,7 +197,7 @@ Changes in 1.2.5.2 (17 Dec 2011) | |||
197 | - Add a transparent write mode to gzopen() when 'T' is in the mode | 197 | - Add a transparent write mode to gzopen() when 'T' is in the mode |
198 | - Update python link in zlib man page | 198 | - Update python link in zlib man page |
199 | - Get inffixed.h and MAKEFIXED result to match | 199 | - Get inffixed.h and MAKEFIXED result to match |
200 | - Add a ./config --solo option to make zlib subset with no libary use | 200 | - Add a ./config --solo option to make zlib subset with no library use |
201 | - Add undocumented inflateResetKeep() function for CAB file decoding | 201 | - Add undocumented inflateResetKeep() function for CAB file decoding |
202 | - Add --cover option to ./configure for gcc coverage testing | 202 | - Add --cover option to ./configure for gcc coverage testing |
203 | - Add #define ZLIB_CONST option to use const in the z_stream interface | 203 | - Add #define ZLIB_CONST option to use const in the z_stream interface |
@@ -1270,7 +1270,7 @@ Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] | |||
1270 | - fix array overlay in deflate.c which sometimes caused bad compressed data | 1270 | - fix array overlay in deflate.c which sometimes caused bad compressed data |
1271 | - fix inflate bug with empty stored block | 1271 | - fix inflate bug with empty stored block |
1272 | - fix MSDOS medium model which was broken in 0.99 | 1272 | - fix MSDOS medium model which was broken in 0.99 |
1273 | - fix deflateParams() which could generated bad compressed data. | 1273 | - fix deflateParams() which could generate bad compressed data. |
1274 | - Bytef is define'd instead of typedef'ed (work around Borland bug) | 1274 | - Bytef is define'd instead of typedef'ed (work around Borland bug) |
1275 | - added an INDEX file | 1275 | - added an INDEX file |
1276 | - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), | 1276 | - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), |