diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,6 +1,21 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.3.8 (13 Feb 2010) | ||
5 | - Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer] | ||
6 | - Use z_off64_t in gz_zero() and gz_skip() to match state->skip | ||
7 | - Avoid comparison problem when sizeof(int) == sizeof(z_off64_t) | ||
8 | - Revert to Makefile.in from 1.2.3.6 (live with the clutter) | ||
9 | - Fix missing error return in gzflush(), add zlib.h note | ||
10 | - Add *64 functions to zlib.map [Levin] | ||
11 | - Fix signed/unsigned comparison in gz_comp() | ||
12 | - Use SFLAGS when testing shared linking in configure | ||
13 | - Add --64 option to ./configure to use -m64 with gcc | ||
14 | - Fix ./configure --help to correctly name options | ||
15 | - Have make fail if a test fails [Levin] | ||
16 | - Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson] | ||
17 | - Remove assembler object files from contrib | ||
18 | |||
4 | Changes in 1.2.3.7 (24 Jan 2010) | 19 | Changes in 1.2.3.7 (24 Jan 2010) |
5 | - Always gzopen() with O_LARGEFILE if available | 20 | - Always gzopen() with O_LARGEFILE if available |
6 | - Fix gzdirect() to work immediately after gzopen() or gzdopen() | 21 | - Fix gzdirect() to work immediately after gzopen() or gzdopen() |
@@ -191,7 +206,7 @@ Changes in 1.2.3.1 (16 August 2006) | |||
191 | - Synchronize FAQ with website | 206 | - Synchronize FAQ with website |
192 | - Fix compressBound(), was low for some pathological cases [Fearnley] | 207 | - Fix compressBound(), was low for some pathological cases [Fearnley] |
193 | - Take into account wrapper variations in deflateBound() | 208 | - Take into account wrapper variations in deflateBound() |
194 | - Set examples/zpipe.c input and output to binary mode for Windows | 209 | - Set examples/zpipe.c input and output to binary mode for Windows |
195 | - Update examples/zlib_how.html with new zpipe.c (also web site) | 210 | - Update examples/zlib_how.html with new zpipe.c (also web site) |
196 | - Fix some warnings in examples/gzlog.c and examples/zran.c (it seems | 211 | - Fix some warnings in examples/gzlog.c and examples/zran.c (it seems |
197 | that gcc became pickier in 4.0) | 212 | that gcc became pickier in 4.0) |