diff options
Diffstat (limited to 'ChangeLog')
-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' |