diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:22 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:22 -0700 |
| commit | 05d47d2627a68a15ba23fb10b17fbc73551aeec1 (patch) | |
| tree | 8d5e1688e69c51c487e8b44a9e9d8ca71f67cfd0 /ChangeLog | |
| parent | a1141160bcf563f1a269be68a21f1651f687bb69 (diff) | |
| download | zlib-1.2.4.1.tar.gz zlib-1.2.4.1.tar.bz2 zlib-1.2.4.1.zip | |
zlib 1.2.4.1v1.2.4.1
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
| @@ -1,6 +1,30 @@ | |||
| 1 | 1 | ||
| 2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
| 3 | 3 | ||
| 4 | Changes in 1.2.4.1 (28 Mar 2010) | ||
| 5 | - Remove the use of [a-z] constructs for sed in configure [gentoo 310225] | ||
| 6 | - Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech] | ||
| 7 | - Restore "for debugging" comment on sprintf() in gzlib.c | ||
| 8 | - Remove fdopen for MVS from gzguts.h | ||
| 9 | - Put new README-WIN32.txt in win32 [Rowe] | ||
| 10 | - Add check for shell to configure and invoke another shell if needed | ||
| 11 | - Fix big fat stinking bug in gzseek() on uncompressed files | ||
| 12 | - Remove vestigial F_OPEN64 define in zutil.h | ||
| 13 | - Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE | ||
| 14 | - Avoid errors on non-LFS systems when applications define LFS macros | ||
| 15 | - Set EXE to ".exe" in configure for MINGW [Kahle] | ||
| 16 | - Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill] | ||
| 17 | - Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev] | ||
| 18 | - Add DLL install in win32/makefile.gcc [Bar-Lev] | ||
| 19 | - Allow Linux* or linux* from uname in configure [Bar-Lev] | ||
| 20 | - Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev] | ||
| 21 | - Add cross-compilation prefixes to configure [Bar-Lev] | ||
| 22 | - Match type exactly in gz_load() invocation in gzread.c | ||
| 23 | - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func | ||
| 24 | - Provide prototypes for *64 functions when building zlib without LFS | ||
| 25 | - Don't use -lc when linking shared library on MinGW | ||
| 26 | - Remove errno.h check in configure and vestigial errno code in zutil.h | ||
| 27 | |||
| 4 | Changes in 1.2.4 (14 Mar 2010) | 28 | Changes in 1.2.4 (14 Mar 2010) |
| 5 | - Fix VER3 extraction in configure for no fourth subversion | 29 | - Fix VER3 extraction in configure for no fourth subversion |
| 6 | - Update zlib.3, add docs to Makefile.in to make .pdf out of it | 30 | - Update zlib.3, add docs to Makefile.in to make .pdf out of it |
