aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:55 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:34:55 -0700
commit73014202489f913dbffc91d22089ea8a8920c054 (patch)
tree0d86e58ff1445b54be2a04939903f0b6b51f4184 /ChangeLog
parenta7d70663cf4a7d4013ff7d285da01a164ed9b207 (diff)
downloadzlib-73014202489f913dbffc91d22089ea8a8920c054.tar.gz
zlib-73014202489f913dbffc91d22089ea8a8920c054.tar.bz2
zlib-73014202489f913dbffc91d22089ea8a8920c054.zip
zlib 1.2.4.5v1.2.4.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a2b2e5..490c7cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.4.5 (18 Apr 2010)
5- Set sharedlibdir in configure [Torok]
6- Set LDFLAGS in Makefile.in [Bar-Lev]
7- Avoid mkdir objs race condition in Makefile.in [Bowler]
8- Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
9- Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
10- Don't use hidden attribute when it is a warning generator (e.g. Solaris)
11
4Changes in 1.2.4.4 (18 Apr 2010) 12Changes in 1.2.4.4 (18 Apr 2010)
5- Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Tšršk] 13- Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]
6- Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty 14- 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 15- Try to use bash or ksh regardless of functionality of /bin/sh
8- Fix configure incompatibility with NetBSD sh 16- Fix configure incompatibility with NetBSD sh
@@ -162,7 +170,7 @@ Changes in 1.2.3.6 (17 Jan 2010)
162- Correct email address in configure for system options 170- Correct email address in configure for system options
163- Update make_vms.com and add make_vms.com to contrib/minizip [Zinser] 171- Update make_vms.com and add make_vms.com to contrib/minizip [Zinser]
164- Update zlib.map [Brown] 172- Update zlib.map [Brown]
165- Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Tšršk] 173- Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok]
166- Apply various fixes to CMakeLists.txt [Lowman] 174- Apply various fixes to CMakeLists.txt [Lowman]
167- Add checks on len in gzread() and gzwrite() 175- Add checks on len in gzread() and gzwrite()
168- Add error message for no more room for gzungetc() 176- Add error message for no more room for gzungetc()