summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7584851..fed9adb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.9.1 (xx Jan 2017) 4Changes 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
7Changes in 1.2.9 (31 Dec 2016) 11Changes 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]