diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:58 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:58 -0700 |
commit | dc5a43ebfadb6b775f6e64bfeb5a461c66acb394 (patch) | |
tree | 00e122ba59ad883db198dc6adf24d020cac924d3 /ChangeLog | |
parent | d004b047838a7e803818b4973a2e39e0ff8c1fa2 (diff) | |
download | zlib-dc5a43ebfadb6b775f6e64bfeb5a461c66acb394.tar.gz zlib-dc5a43ebfadb6b775f6e64bfeb5a461c66acb394.tar.bz2 zlib-dc5a43ebfadb6b775f6e64bfeb5a461c66acb394.zip |
zlib 1.2.3.6v1.2.3.6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,6 +1,27 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.3.6 (17 Jan 2010) | ||
5 | - Avoid void * arithmetic in gzread.c and gzwrite.c | ||
6 | - Make compilers happier with const char * for gz_error message | ||
7 | - Avoid unused parameter warning in inflate.c | ||
8 | - Avoid signed-unsigned comparison warning in inflate.c | ||
9 | - Indent #pragma's for traditional C | ||
10 | - Fix usage of strwinerror() in glib.c, change to gz_strwinerror() | ||
11 | - Correct email address in configure for system options | ||
12 | - Update make_vms.com and add make_vms.com to contrib/minizip [Zinser] | ||
13 | - Update zlib.map [Brown] | ||
14 | - Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Tšršk] | ||
15 | - Apply various fixes to CMakeLists.txt [Lowman] | ||
16 | - Add checks on len in gzread() and gzwrite() | ||
17 | - Add error message for no more room for gzungetc() | ||
18 | - Remove zlib version check in gzwrite() | ||
19 | - Defer compression of gzprintf() result until need to | ||
20 | - Use snprintf() in gzdopen() if available | ||
21 | - Remove USE_MMAP configuration determination (only used by minigzip) | ||
22 | - Remove examples/pigz.c (available separately) | ||
23 | - Update examples/gun.c to 1.6 | ||
24 | |||
4 | Changes in 1.2.3.5 (8 Jan 2010) | 25 | Changes in 1.2.3.5 (8 Jan 2010) |
5 | - Add space after #if in zutil.h for some compilers | 26 | - Add space after #if in zutil.h for some compilers |
6 | - Fix relatively harmless bug in deflate_fast() [Exarevsky] | 27 | - Fix relatively harmless bug in deflate_fast() [Exarevsky] |
@@ -21,6 +42,7 @@ Changes in 1.2.3.5 (8 Jan 2010) | |||
21 | - Replace gzio.c with a new set of routines with the same functionality | 42 | - Replace gzio.c with a new set of routines with the same functionality |
22 | - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above | 43 | - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above |
23 | - Update contrib/minizip to 1.1b | 44 | - Update contrib/minizip to 1.1b |
45 | - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h | ||
24 | 46 | ||
25 | Changes in 1.2.3.4 (21 Dec 2009) | 47 | Changes in 1.2.3.4 (21 Dec 2009) |
26 | - Use old school .SUFFIXES in Makefile.in for FreeBSD compatibility | 48 | - Use old school .SUFFIXES in Makefile.in for FreeBSD compatibility |