diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.4.4 (18 Apr 2010) | ||
5 | - Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Tšršk] | ||
6 | - Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty | ||
7 | - Try to use bash or ksh regardless of functionality of /bin/sh | ||
8 | - Fix configure incompatibility with NetBSD sh | ||
9 | - Remove attempt to run under bash or ksh since have better NetBSD fix | ||
10 | - Fix win32/Makefile.gcc for MinGW [Bar-Lev] | ||
11 | - Add diagnostic messages when using CROSS_PREFIX in configure | ||
12 | - Added --sharedlibdir option to configure [Weigelt] | ||
13 | - Use hidden visibility attribute when available [Frysinger] | ||
14 | |||
4 | Changes in 1.2.4.3 (10 Apr 2010) | 15 | Changes in 1.2.4.3 (10 Apr 2010) |
5 | - Only use CROSS_PREFIX in configure for ar and ranlib if they exist | 16 | - Only use CROSS_PREFIX in configure for ar and ranlib if they exist |
6 | - Use CROSS_PREFIX for nm [Bar-Lev] | 17 | - Use CROSS_PREFIX for nm [Bar-Lev] |