diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,8 +1,12 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.9.1 (xx Jan 2017) | 4 | Changes in 1.2.10 (2 Jan 2017) |
5 | - | 5 | - Avoid warnings on snprintf() return value |
6 | - Fix bug in deflate_stored() for zero-length input | ||
7 | - Fix bug in gzwrite.c that produced corrupt gzip files | ||
8 | - Remove files to be installed before copying them in Makefile.in | ||
9 | - Add warnings when compiling with assembler code | ||
6 | 10 | ||
7 | Changes in 1.2.9 (31 Dec 2016) | 11 | Changes in 1.2.9 (31 Dec 2016) |
8 | - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] | 12 | - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] |