aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:38 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:38 -0700
commitf4498bea2865325dce71189af47a047529229f22 (patch)
tree06278f21d1bcf0f0860ff792af1cb376b1331231 /ChangeLog
parent7147f24cd7b27dd95f6e841851a111cb311a9c07 (diff)
downloadzlib-f4498bea2865325dce71189af47a047529229f22.tar.gz
zlib-f4498bea2865325dce71189af47a047529229f22.tar.bz2
zlib-f4498bea2865325dce71189af47a047529229f22.zip
zlib 1.2.4.3v1.2.4.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33a740d..898c197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.4.3 (10 Apr 2010)
5- Only use CROSS_PREFIX in configure for ar and ranlib if they exist
6- Use CROSS_PREFIX for nm [Bar-Lev]
7- Assume _LARGEFILE64_SOURCE defined is equivalent to true
8- Avoid use of undefined symbols in #if with && and ||
9- Make *64 prototypes in gzguts.h consistent with functions
10- Add -shared load option for MinGW in configure [Bowler]
11- Move z_off64_t to public interface, use instead of off64_t
12- Remove ! from shell test in configure (not portable to Solaris)
13- Change +0 macro tests to -0 for possibly increased portability
14
4Changes in 1.2.4.2 (9 Apr 2010) 15Changes in 1.2.4.2 (9 Apr 2010)
5- Add consistent carriage returns to readme.txt's in masmx86 and masmx64 16- Add consistent carriage returns to readme.txt's in masmx86 and masmx64
6- Really provide prototypes for *64 functions when building without LFS 17- Really provide prototypes for *64 functions when building without LFS