diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:30 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:30 -0700 |
commit | 7147f24cd7b27dd95f6e841851a111cb311a9c07 (patch) | |
tree | 1492bbbb8828513c8ad129adff414b2ba724aa03 /ChangeLog | |
parent | 05d47d2627a68a15ba23fb10b17fbc73551aeec1 (diff) | |
download | zlib-7147f24cd7b27dd95f6e841851a111cb311a9c07.tar.gz zlib-7147f24cd7b27dd95f6e841851a111cb311a9c07.tar.bz2 zlib-7147f24cd7b27dd95f6e841851a111cb311a9c07.zip |
zlib 1.2.4.2v1.2.4.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,6 +1,23 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.4.2 (9 Apr 2010) | ||
5 | - Add consistent carriage returns to readme.txt's in masmx86 and masmx64 | ||
6 | - Really provide prototypes for *64 functions when building without LFS | ||
7 | - Only define unlink() in minigzip.c if unistd.h not included | ||
8 | - Update README to point to contrib/vstudio project files | ||
9 | - Move projects/vc6 to old/ and remove projects/ | ||
10 | - Include stdlib.h in minigzip.c for setmode() definition under WinCE | ||
11 | - Clean up assembler builds in win32/Makefile.msc [Rowe] | ||
12 | - Include sys/types.h for Microsoft for off_t definition | ||
13 | - Fix memory leak on error in gz_open() | ||
14 | - Symbolize nm as $NM in configure [Weigelt] | ||
15 | - Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt] | ||
16 | - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined | ||
17 | - Fix bug in gzeof() to take into account unused input data | ||
18 | - Avoid initialization of structures with variables in puff.c | ||
19 | - Updated win32/README-WIN32.txt [Rowe] | ||
20 | |||
4 | Changes in 1.2.4.1 (28 Mar 2010) | 21 | Changes in 1.2.4.1 (28 Mar 2010) |
5 | - Remove the use of [a-z] constructs for sed in configure [gentoo 310225] | 22 | - Remove the use of [a-z] constructs for sed in configure [gentoo 310225] |
6 | - Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech] | 23 | - Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech] |