diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 11:41:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 23:37:10 -0800 |
commit | 2fa463bacfff79181df1a5270fb67cc679a53e71 (patch) | |
tree | 6b1f6de2f9b9941e5e105be4558f04c3de4f775b /ChangeLog | |
parent | 14e3194e1ebbfc2825e51caf8312e4e3b45c9c81 (diff) | |
download | zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.tar.gz zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.tar.bz2 zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.zip |
zlib 1.2.9v1.2.9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 31 insertions, 2 deletions
@@ -1,8 +1,37 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.8.1 (xx May 2013) | 4 | Changes in 1.2.9 (31 Dec 2016) |
5 | - | 5 | - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] |
6 | - Improve contrib/blast to return unused bytes | ||
7 | - Assure that gzoffset() is correct when appending | ||
8 | - Improve compress() and uncompress() to support large lengths | ||
9 | - Fix bug in test/example.c where error code not saved | ||
10 | - Remedy Coverity warning [Randers-Pehrson] | ||
11 | - Improve speed of gzprintf() in transparent mode | ||
12 | - Fix inflateInit2() bug when windowBits is 16 or 32 | ||
13 | - Change DEBUG macro to ZLIB_DEBUG | ||
14 | - Avoid uninitialized access by gzclose_w() | ||
15 | - Allow building zlib outside of the source directory | ||
16 | - Fix bug that accepted invalid zlib header when windowBits is zero | ||
17 | - Fix gzseek() problem on MinGW due to buggy _lseeki64 there | ||
18 | - Loop on write() calls in gzwrite.c in case of non-blocking I/O | ||
19 | - Add --warn (-w) option to ./configure for more compiler warnings | ||
20 | - Reject a window size of 256 bytes if not using the zlib wrapper | ||
21 | - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE | ||
22 | - Add --debug (-d) option to ./configure to define ZLIB_DEBUG | ||
23 | - Fix bugs in creating a very large gzip header | ||
24 | - Add uncompress2() function, which returns the input size used | ||
25 | - Assure that deflateParams() will not switch functions mid-block | ||
26 | - Dramatically speed up deflation for level 0 (storing) | ||
27 | - Add gzfread(), duplicating the interface of fread() | ||
28 | - Add gzfwrite(), duplicating the interface of fwrite() | ||
29 | - Add deflateGetDictionary() function | ||
30 | - Use snprintf() for later versions of Microsoft C | ||
31 | - Fix *Init macros to use z_ prefix when requested | ||
32 | - Replace as400 with os400 for OS/400 support [Monnerat] | ||
33 | - Add crc32_z() and adler32_z() functions with size_t lengths | ||
34 | - Update Visual Studio project files [AraHaan] | ||
6 | 35 | ||
7 | Changes in 1.2.8 (28 Apr 2013) | 36 | Changes in 1.2.8 (28 Apr 2013) |
8 | - Update contrib/minizip/iowin32.c for Windows RT [Vollant] | 37 | - Update contrib/minizip/iowin32.c for Windows RT [Vollant] |