summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-01-15 18:58:21 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-01-15 18:58:21 -0800
commitdefd366a41f061dc9dc2bb7ab88876909bd5934c (patch)
tree3596b2740ac5d6649102981b4000707ddf94c380 /ChangeLog
parent68f64498c2bbabaef0180f4d30207db2b0b67f07 (diff)
downloadzlib-defd366a41f061dc9dc2bb7ab88876909bd5934c.tar.gz
zlib 1.2.5.3v1.2.5.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d27f00..2358385 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,20 @@
ChangeLog file for zlib
-Changes in 1.2.5.3 (xx Dec 2011)
--
+Changes in 1.2.5.3 (15 Jan 2012)
+- Restore gzgetc function for binary compatibility
+- Do not use _lseeki64 under Borland C++ [Truta]
+- Update win32/Makefile.msc to build test/*.c [Truta]
+- Remove old/visualc6 given CMakefile and other alternatives
+- Update AS400 build files and documentation [Monnerat]
+- Update win32/Makefile.gcc to build test/*.c [Truta]
+- Permit stronger flushes after Z_BLOCK flushes
+- Avoid extraneous empty blocks when doing empty flushes
+- Permit Z_NULL arguments to deflatePending
+- Allow deflatePrime() to insert bits in the middle of a stream
+- Remove second empty static block for Z_PARTIAL_FLUSH
+- Write out all of the available bits when using Z_BLOCK
+- Insert the first two strings in the hash table after a flush
Changes in 1.2.5.2 (17 Dec 2011)
- fix ld error: unable to find version dependency 'ZLIB_1.2.5'