summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d046ee..9817f59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.4.1 (28 Mar 2010)
5- Remove the use of [a-z] constructs for sed in configure [gentoo 310225]
6- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech]
7- Restore "for debugging" comment on sprintf() in gzlib.c
8- Remove fdopen for MVS from gzguts.h
9- Put new README-WIN32.txt in win32 [Rowe]
10- Add check for shell to configure and invoke another shell if needed
11- Fix big fat stinking bug in gzseek() on uncompressed files
12- Remove vestigial F_OPEN64 define in zutil.h
13- Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE
14- Avoid errors on non-LFS systems when applications define LFS macros
15- Set EXE to ".exe" in configure for MINGW [Kahle]
16- Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]
17- Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
18- Add DLL install in win32/makefile.gcc [Bar-Lev]
19- Allow Linux* or linux* from uname in configure [Bar-Lev]
20- Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev]
21- Add cross-compilation prefixes to configure [Bar-Lev]
22- Match type exactly in gz_load() invocation in gzread.c
23- Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
24- Provide prototypes for *64 functions when building zlib without LFS
25- Don't use -lc when linking shared library on MinGW
26- Remove errno.h check in configure and vestigial errno code in zutil.h
27
4Changes in 1.2.4 (14 Mar 2010) 28Changes in 1.2.4 (14 Mar 2010)
5- Fix VER3 extraction in configure for no fourth subversion 29- Fix VER3 extraction in configure for no fourth subversion
6- Update zlib.3, add docs to Makefile.in to make .pdf out of it 30- Update zlib.3, add docs to Makefile.in to make .pdf out of it