diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-03 10:43:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-03 10:43:32 (GMT) |
commit | bb26d0f8e56031df2d501621e957a8069a7b0cee (patch) | |
tree | d106ca1df1d76d2e34e97a5608305f757851906d /compat/zlib/ChangeLog | |
parent | 4395e77d2723127865371a24efadb967a9617239 (diff) | |
download | tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.zip tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.gz tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.bz2 |
Update zlib to version 1.2.10. Dll's and *.lib files not updated yet
Diffstat (limited to 'compat/zlib/ChangeLog')
-rw-r--r-- | compat/zlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/zlib/ChangeLog b/compat/zlib/ChangeLog index 63d0495..fed9adb 100644 --- a/compat/zlib/ChangeLog +++ b/compat/zlib/ChangeLog @@ -1,6 +1,13 @@ ChangeLog file for zlib +Changes in 1.2.10 (2 Jan 2017) +- Avoid warnings on snprintf() return value +- Fix bug in deflate_stored() for zero-length input +- Fix bug in gzwrite.c that produced corrupt gzip files +- Remove files to be installed before copying them in Makefile.in +- Add warnings when compiling with assembler code + Changes in 1.2.9 (31 Dec 2016) - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] - Improve contrib/blast to return unused bytes |