diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
| commit | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (patch) | |
| tree | d7e1b94bd15c30efd57cf9036f5fe89306b6bba0 /ChangeLog | |
| parent | 7751bd4c715ea8478113e34b49b5a794a4642e8e (diff) | |
| download | zlib-1.2.4-pre1.tar.gz zlib-1.2.4-pre1.tar.bz2 zlib-1.2.4-pre1.zip | |
zlib 1.2.4-pre1v1.2.4-pre1
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 27 |
1 files changed, 26 insertions, 1 deletions
| @@ -1,6 +1,31 @@ | |||
| 1 | 1 | ||
| 2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
| 3 | 3 | ||
| 4 | Changes in 1.2.4 (11 Mar 2010) | ||
| 5 | - Fix VER3 extraction in configure for no fourth subversion | ||
| 6 | - Update zlib.3, add docs to Makefile.in to make .pdf out of it | ||
| 7 | - Add zlib.3.pdf to distribution | ||
| 8 | - Don't set error code in gzerror() if passed pointer is NULL | ||
| 9 | - Apply destination directory fixes to CMakeLists.txt [Lowman] | ||
| 10 | - Move #cmakedefine's to a new zconf.in.cmakein | ||
| 11 | - Restore zconf.h for builds that don't use configure or cmake | ||
| 12 | - Add distclean to dummy Makefile for convenience | ||
| 13 | - Update and improve INDEX, README, and FAQ | ||
| 14 | - Update CMakeLists.txt for the return of zconf.h [Lowman] | ||
| 15 | - Update contrib/vstudio/vc9 and vc10 [Vollant] | ||
| 16 | - Change libz.dll.a back to libzdll.a in win32/Makefile.gcc | ||
| 17 | - Apply license and readme changes to contrib/asm686 [Raiter] | ||
| 18 | - Check file name lengths and add -c option in minigzip.c [Li] | ||
| 19 | - Update contrib/amd64 and contrib/masmx86/ [Vollant] | ||
| 20 | - Avoid use of "eof" parameter in trees.c to not shadow library variable | ||
| 21 | - Update make_vms.com for removal of zlibdefs.h [Zinser] | ||
| 22 | - Update assembler code and vstudio projects in contrib [Vollant] | ||
| 23 | - Remove outdated assembler code contrib/masm686 and contrib/asm586 | ||
| 24 | - Remove old vc7 and vc8 from contrib/vstudio | ||
| 25 | - Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe] | ||
| 26 | - Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() | ||
| 27 | - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] | ||
| 28 | |||
| 4 | Changes in 1.2.3.9 (21 Feb 2010) | 29 | Changes in 1.2.3.9 (21 Feb 2010) |
| 5 | - Expunge gzio.c | 30 | - Expunge gzio.c |
| 6 | - Move as400 build information to old | 31 | - Move as400 build information to old |
| @@ -256,7 +281,7 @@ Changes in 1.2.2.4 (11 July 2005) | |||
| 256 | compile | 281 | compile |
| 257 | - Fix some spelling errors in comments [Betts] | 282 | - Fix some spelling errors in comments [Betts] |
| 258 | - Correct inflateInit2() error return documentation in zlib.h | 283 | - Correct inflateInit2() error return documentation in zlib.h |
| 259 | - Added zran.c example of compressed data random access to examples | 284 | - Add zran.c example of compressed data random access to examples |
| 260 | directory, shows use of inflatePrime() | 285 | directory, shows use of inflatePrime() |
| 261 | - Fix cast for assignments to strm->state in inflate.c and infback.c | 286 | - Fix cast for assignments to strm->state in inflate.c and infback.c |
| 262 | - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer] | 287 | - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer] |
