diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -1,5 +1,39 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | Changes in 1.2.0.2 (13 July 2003) | ||
4 | - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons | ||
5 | - Attempt to avoid warnings in crc32.c for pointer-int conversion | ||
6 | - Add AIX to configure, remove aix directory [Bakker] | ||
7 | - Add some casts to minigzip.c | ||
8 | - Improve checking after insecure sprintf() or vsprintf() calls | ||
9 | - Remove #elif's from crc32.c | ||
10 | - Change leave label to inf_leave in inflate.c and infback.c to avoid | ||
11 | library conflicts | ||
12 | - Remove inflate gzip decoding by default--only enable gzip decoding by | ||
13 | special request for stricter backward compatibility | ||
14 | - Add zlibCompileFlags() function to return compilation information | ||
15 | - More typecasting in deflate.c to avoid warnings | ||
16 | - Remove leading underscore from _Capital #defines [Truta] | ||
17 | - Fix configure to link shared library when testing | ||
18 | - Add some Windows CE target adjustments [Mai] | ||
19 | - Remove #define ZLIB_DLL in zconf.h [Vollant] | ||
20 | - Add zlib.3 [Rodgers] | ||
21 | - Update RFC URL in deflate.c and algorithm.txt [Mai] | ||
22 | - Add zlib_dll_FAQ.txt to contrib [Truta] | ||
23 | - Add UL to some constants [Truta] | ||
24 | - Update minizip and vstudio [Vollant] | ||
25 | - Remove vestigial NEED_DUMMY_RETURN from zconf.in.h | ||
26 | - Expand use of NO_DUMMY_DECL to avoid all dummy structures | ||
27 | - Added iostream3 to contrib [Schwardt] | ||
28 | - Replace rewind() with fseek() for WinCE [Truta] | ||
29 | - Improve setting of zlib format compression level flags | ||
30 | - Report 0 for huffman and rle strategies and for level == 0 or 1 | ||
31 | - Report 2 only for level == 6 | ||
32 | - Only deal with 64K limit when necessary at compile time [Truta] | ||
33 | - Allow TOO_FAR check to be turned off at compile time [Truta] | ||
34 | - Added gzclearerr() function [Souza] | ||
35 | - Added gzungetc() function | ||
36 | |||
3 | Changes in 1.2.0.1 (17 March 2003) | 37 | Changes in 1.2.0.1 (17 March 2003) |
4 | - Add Z_RLE strategy for run-length encoding [Truta] | 38 | - Add Z_RLE strategy for run-length encoding [Truta] |
5 | - When Z_RLE requested, restrict matches to distance one | 39 | - When Z_RLE requested, restrict matches to distance one |
@@ -12,7 +46,7 @@ Changes in 1.2.0.1 (17 March 2003) | |||
12 | - Include additional header file on VMS for off_t typedef | 46 | - Include additional header file on VMS for off_t typedef |
13 | - Try to use _vsnprintf where it supplants vsprintf [Vollant] | 47 | - Try to use _vsnprintf where it supplants vsprintf [Vollant] |
14 | - Add some casts in inffast.c | 48 | - Add some casts in inffast.c |
15 | - Enchance comments in zlib.h on what happens if the gzprintf() tries to | 49 | - Enchance comments in zlib.h on what happens if gzprintf() tries to |
16 | write more than 4095 bytes before compression | 50 | write more than 4095 bytes before compression |
17 | - Remove unused state from inflateBackEnd() | 51 | - Remove unused state from inflateBackEnd() |
18 | - Remove exit(0) from minigzip.c, example.c | 52 | - Remove exit(0) from minigzip.c, example.c |