diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
commit | 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (patch) | |
tree | caeafc57710fb521543ce19743c3fb5a557ae68e /ChangeLog | |
parent | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (diff) | |
download | zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.tar.gz zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.tar.bz2 zlib-59ca2179ff8ef92e9e8351a11f1a92e7138364c2.zip |
zlib 1.2.4-pre2v1.2.4-pre2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.4 (11 Mar 2010) | 4 | Changes in 1.2.4 (13 Mar 2010) |
5 | - Fix VER3 extraction in configure for no fourth subversion | 5 | - Fix VER3 extraction in configure for no fourth subversion |
6 | - Update zlib.3, add docs to Makefile.in to make .pdf out of it | 6 | - Update zlib.3, add docs to Makefile.in to make .pdf out of it |
7 | - Add zlib.3.pdf to distribution | 7 | - Add zlib.3.pdf to distribution |
@@ -25,6 +25,11 @@ Changes in 1.2.4 (11 Mar 2010) | |||
25 | - Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe] | 25 | - Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe] |
26 | - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() | 26 | - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() |
27 | - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] | 27 | - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] |
28 | - Remove *64 functions from win32/zlib.def (they're not 64-bit yet) | ||
29 | - Fix bug in void-returning vsprintf() case in gzwrite.c | ||
30 | - Fix name change from inflate.h in contrib/inflate86/inffas86.c | ||
31 | - Check if temporary file exists before removing in make_vms.com [Zinser] | ||
32 | - Fix make install and uninstall for --static option | ||
28 | 33 | ||
29 | Changes in 1.2.3.9 (21 Feb 2010) | 34 | Changes in 1.2.3.9 (21 Feb 2010) |
30 | - Expunge gzio.c | 35 | - Expunge gzio.c |