diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:08 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:08 -0700 |
commit | 7df877eccdd826e94df53215f65dee639428e83f (patch) | |
tree | 11ed5070798961e28a4c69d9272ecaada500abc3 /ChangeLog | |
parent | dc5a43ebfadb6b775f6e64bfeb5a461c66acb394 (diff) | |
download | zlib-7df877eccdd826e94df53215f65dee639428e83f.tar.gz zlib-7df877eccdd826e94df53215f65dee639428e83f.tar.bz2 zlib-7df877eccdd826e94df53215f65dee639428e83f.zip |
zlib 1.2.3.7v1.2.3.7
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,6 +1,28 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.3.7 (24 Jan 2010) | ||
5 | - Always gzopen() with O_LARGEFILE if available | ||
6 | - Fix gzdirect() to work immediately after gzopen() or gzdopen() | ||
7 | - Make gzdirect() more precise when the state changes while reading | ||
8 | - Improve zlib.h documentation in many places | ||
9 | - Catch memory allocation failure in gz_open() | ||
10 | - Complete close operation if seek forward in gzclose_w() fails | ||
11 | - Return Z_ERRNO from gzclose_r() if close() fails | ||
12 | - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL | ||
13 | - Return zero for gzwrite() errors to match zlib.h description | ||
14 | - Return -1 on gzputs() error to match zlib.h description | ||
15 | - Add zconf.in.h to allow recovery from configure modification [Weigelt] | ||
16 | - Fix static library permissions in Makefile.in [Weigelt] | ||
17 | - Avoid warnings in configure tests that hide functionality [Weigelt] | ||
18 | - Add *BSD and DragonFly to Linux case in configure [gentoo 123571] | ||
19 | - Change libzdll.a to libz.dll.a in win32/Makefile.gcc [gentoo 288212] | ||
20 | - Avoid access of uninitialized data for first inflateReset2 call [Gomes] | ||
21 | - Keep object files in subdirectories to reduce the clutter somewhat | ||
22 | - Remove default Makefile and zlibdefs.h, add dummy Makefile | ||
23 | - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_ | ||
24 | - Remove zlibdefs.h completely -- modify zconf.h instead | ||
25 | |||
4 | Changes in 1.2.3.6 (17 Jan 2010) | 26 | Changes in 1.2.3.6 (17 Jan 2010) |
5 | - Avoid void * arithmetic in gzread.c and gzwrite.c | 27 | - Avoid void * arithmetic in gzread.c and gzwrite.c |
6 | - Make compilers happier with const char * for gz_error message | 28 | - Make compilers happier with const char * for gz_error message |