summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 18:15:42 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-13 18:15:42 -0700
commit139c67fc879b0836dcc1285947f0d353efe42e2d (patch)
tree19857a634be2bc153a778592c760857366f161d4 /ChangeLog
parent70252daf893a5e181d8b6eb7da6cec9fab044ecc (diff)
downloadzlib-139c67fc879b0836dcc1285947f0d353efe42e2d.tar.gz
zlib 1.2.7.2v1.2.7.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 39b3102..af454b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
ChangeLog file for zlib
-Changes in 1.2.7.2 (xx Apr 2013)
--
+Changes in 1.2.7.2 (13 Apr 2013)
+- Change check for a four-byte type back to hexadecimal
+- Fix typo in win32/Makefile.msc
+- Add casts in gzwrite.c for pointer differences
Changes in 1.2.7.1 (24 Mar 2013)
- Replace use of unsafe string functions with snprintf if available