diff options
Diffstat (limited to '')
-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 |