aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-02 17:53:59 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-02 18:21:29 -0800
commit4a090adef8c773087ec8916ad3c2236ef560df27 (patch)
tree1d377f3999b695c57aea0e99d58c3d1d6ff9f613 /ChangeLog
parente13def040e1236f2e3dd4333a6ece955967478b3 (diff)
downloadzlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.gz
zlib-4a090adef8c773087ec8916ad3c2236ef560df27.tar.bz2
zlib-4a090adef8c773087ec8916ad3c2236ef560df27.zip
zlib 1.2.10v1.2.10
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]