summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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