diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:29 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:29 -0700 |
| commit | 639be997883d9016baaf46017a2802b2ce1698bd (patch) | |
| tree | db90fc577d10564b335980824111e8d11c5527e2 /ChangeLog | |
| parent | d6231142d2b883a8c3b253fa34992b5cdb4ac2fe (diff) | |
| download | zlib-1.2.3.3.tar.gz zlib-1.2.3.3.tar.bz2 zlib-1.2.3.3.zip | |
zlib 1.2.3.3v1.2.3.3
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,6 +1,20 @@ | |||
| 1 | 1 | ||
| 2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
| 3 | 3 | ||
| 4 | Changes in 1.2.3.3 (2 October 2006) | ||
| 5 | - Make --shared the default for configure, add a --static option | ||
| 6 | - Add compile option to permit invalid distance-too-far streams | ||
| 7 | - Add inflateUndermine() function which is required to enable above | ||
| 8 | - Remove use of "this" variable name for C++ compatibility [Marquess] | ||
| 9 | - Add testing of shared library in make test, if shared library built | ||
| 10 | - Use ftello() and fseeko() if available instead of ftell() and fseek() | ||
| 11 | - Provide two versions of all functions that use the z_off_t type for | ||
| 12 | binary compatibility -- a normal version and a 64-bit offset version, | ||
| 13 | per the Large File Support Extension when _LARGEFILE64_SUPPORT is | ||
| 14 | defined; use the 64-bit versions by default when _FILE_OFFSET_BITS | ||
| 15 | is defined to be 64 | ||
| 16 | - Add a --uname= option to configure to perhaps help with cross-compiling | ||
| 17 | |||
| 4 | Changes in 1.2.3.2 (3 September 2006) | 18 | Changes in 1.2.3.2 (3 September 2006) |
| 5 | - Turn off silly Borland warnings [Hay] | 19 | - Turn off silly Borland warnings [Hay] |
| 6 | - Use off64_t and define _LARGEFILE64_SOURCE when present | 20 | - Use off64_t and define _LARGEFILE64_SOURCE when present |
