diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:04:49 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:04:49 -0700 |
| commit | 10daf0d4d7815447799d555d04d30325836e1d44 (patch) | |
| tree | 75579fbe11e42dc3197acca53f5f887ac3808b57 /ChangeLog | |
| parent | 9712272c78b9d9c93746d9c8e156a3728c65ca72 (diff) | |
| download | zlib-1.2.5.1.tar.gz zlib-1.2.5.1.tar.bz2 zlib-1.2.5.1.zip | |
zlib 1.2.5.1v1.2.5.1
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 47 |
1 files changed, 46 insertions, 1 deletions
| @@ -1,12 +1,57 @@ | |||
| 1 | 1 | ||
| 2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
| 3 | 3 | ||
| 4 | Changes in 1.2.5.1 (10 Sep 2011) | ||
| 5 | - Update FAQ entry on shared builds (#13) | ||
| 6 | - Avoid symbolic argument to chmod in Makefile.in | ||
| 7 | - Fix bug and add consts in contrib/puff [Oberhumer] | ||
| 8 | - Update contrib/puff/zeros.raw test file to have all block types | ||
| 9 | - Add full coverage test for puff in contrib/puff/Makefile | ||
| 10 | - Fix static-only-build install in Makefile.in | ||
| 11 | - Fix bug in unzGetCurrentFileInfo() in contrib/minizip [Kuno] | ||
| 12 | - Add libz.a dependency to shared in Makefile.in for parallel builds | ||
| 13 | - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out | ||
| 14 | - Replace $(...) with `...` in configure for non-bash sh [Bowler] | ||
| 15 | - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen] | ||
| 16 | - Add solaris* to Linux* in configure to allow gcc use [Groffen] | ||
| 17 | - Add *bsd* to Linux* case in configure [Bar-Lev] | ||
| 18 | - Add inffast.obj to dependencies in win32/Makefile.msc | ||
| 19 | - Correct spelling error in deflate.h [Kohler] | ||
| 20 | - Change libzdll.a again to libz.dll.a (!) in win32/Makefile.gcc | ||
| 21 | - Add test to configure for GNU C looking for gcc in output of $cc -v | ||
| 22 | - Add zlib.pc generation to win32/Makefile.gcc [Weigelt] | ||
| 23 | - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not | ||
| 24 | - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense | ||
| 25 | - Make NO_DIVIDE option in adler32.c much faster (thanks to John Reiser) | ||
| 26 | - Make stronger test in zconf.h to include unistd.h for LFS | ||
| 27 | - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack] | ||
| 28 | - Fix zlib.h LFS support when Z_PREFIX used | ||
| 29 | - Add updated as400 support (removed from old) [Monnerat] | ||
| 30 | - Avoid deflate sensitivity to volatile input data | ||
| 31 | - Avoid division in adler32_combine for NO_DIVIDE | ||
| 32 | - Clarify the use of Z_FINISH with deflateBound() amount of space | ||
| 33 | - Set binary for output file in puff.c | ||
| 34 | - Use u4 type for crc_table to avoid conversion warnings | ||
| 35 | - Apply casts in zlib.h to avoid conversion warnings | ||
| 36 | - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller] | ||
| 37 | - Improve inflateSync() documentation to note indeterminancy | ||
| 38 | - Add deflatePending() function to return the amount of pending output | ||
| 39 | - Correct the spelling of "specification" in FAQ [Randers-Pehrson] | ||
| 40 | - Add a check in configure for stdarg.h, use for gzprintf() | ||
| 41 | - Check that pointers fit in ints when gzprint() compiled old style | ||
| 42 | - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler] | ||
| 43 | - Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt] | ||
| 44 | - Add debug records in assmebler code [Londer] | ||
| 45 | - Update RFC references to use http://tools.ietf.org/html/... [Li] | ||
| 46 | - Add --archs option, use of libtool to configure for Mac OS X [Borstel] | ||
| 47 | |||
| 4 | Changes in 1.2.5 (19 Apr 2010) | 48 | Changes in 1.2.5 (19 Apr 2010) |
| 5 | - Disable visibility attribute in win32/Makefile.gcc [Bar-Lev] | 49 | - Disable visibility attribute in win32/Makefile.gcc [Bar-Lev] |
| 6 | - Default to libdir as sharedlibdir in configure [Nieder] | 50 | - Default to libdir as sharedlibdir in configure [Nieder] |
| 7 | - Update copyright dates on modified source files | 51 | - Update copyright dates on modified source files |
| 8 | - Update trees.c to be able to generate modified trees.h | 52 | - Update trees.c to be able to generate modified trees.h |
| 9 | - Exit configure for MinGW, suggesting win32/Makefile.gcc | 53 | - Exit configure for MinGW, suggesting win32/Makefile.gcc |
| 54 | - Check for NULL path in gz_open [Homurlu] | ||
| 10 | 55 | ||
| 11 | Changes in 1.2.4.5 (18 Apr 2010) | 56 | Changes in 1.2.4.5 (18 Apr 2010) |
| 12 | - Set sharedlibdir in configure [Torok] | 57 | - Set sharedlibdir in configure [Torok] |
| @@ -261,7 +306,7 @@ Changes in 1.2.3.4 (21 Dec 2009) | |||
| 261 | - Clear bytes after deflate lookahead to avoid use of uninitialized data | 306 | - Clear bytes after deflate lookahead to avoid use of uninitialized data |
| 262 | - Change a limit in inftrees.c to be more transparent to Coverity Prevent | 307 | - Change a limit in inftrees.c to be more transparent to Coverity Prevent |
| 263 | - Update win32/zlib.def with exported symbols from zlib.h | 308 | - Update win32/zlib.def with exported symbols from zlib.h |
| 264 | - Correct spelling error in zlib.h [Willem] | 309 | - Correct spelling errors in zlib.h [Willem, Sobrado] |
| 265 | - Allow Z_BLOCK for deflate() to force a new block | 310 | - Allow Z_BLOCK for deflate() to force a new block |
| 266 | - Allow negative bits in inflatePrime() to delete existing bit buffer | 311 | - Allow negative bits in inflatePrime() to delete existing bit buffer |
| 267 | - Add Z_TREES flush option to inflate() to return at end of trees | 312 | - Add Z_TREES flush option to inflate() to return at end of trees |
