diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-15 18:58:21 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-15 18:58:21 -0800 |
commit | defd366a41f061dc9dc2bb7ab88876909bd5934c (patch) | |
tree | 3596b2740ac5d6649102981b4000707ddf94c380 /ChangeLog | |
parent | 68f64498c2bbabaef0180f4d30207db2b0b67f07 (diff) | |
download | zlib-1.2.5.3.tar.gz zlib-1.2.5.3.tar.bz2 zlib-1.2.5.3.zip |
zlib 1.2.5.3v1.2.5.3
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,8 +1,20 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.5.3 (xx Dec 2011) | 4 | Changes in 1.2.5.3 (15 Jan 2012) |
5 | - | 5 | - Restore gzgetc function for binary compatibility |
6 | - Do not use _lseeki64 under Borland C++ [Truta] | ||
7 | - Update win32/Makefile.msc to build test/*.c [Truta] | ||
8 | - Remove old/visualc6 given CMakefile and other alternatives | ||
9 | - Update AS400 build files and documentation [Monnerat] | ||
10 | - Update win32/Makefile.gcc to build test/*.c [Truta] | ||
11 | - Permit stronger flushes after Z_BLOCK flushes | ||
12 | - Avoid extraneous empty blocks when doing empty flushes | ||
13 | - Permit Z_NULL arguments to deflatePending | ||
14 | - Allow deflatePrime() to insert bits in the middle of a stream | ||
15 | - Remove second empty static block for Z_PARTIAL_FLUSH | ||
16 | - Write out all of the available bits when using Z_BLOCK | ||
17 | - Insert the first two strings in the hash table after a flush | ||
6 | 18 | ||
7 | Changes in 1.2.5.2 (17 Dec 2011) | 19 | Changes in 1.2.5.2 (17 Dec 2011) |
8 | - fix ld error: unable to find version dependency 'ZLIB_1.2.5' | 20 | - fix ld error: unable to find version dependency 'ZLIB_1.2.5' |