summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87e4339..68305b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,28 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes 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
4Changes in 1.2.3.6 (17 Jan 2010) 26Changes 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