diff options
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 |