summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9817f59..33a740d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.4.2 (9 Apr 2010)
5- Add consistent carriage returns to readme.txt's in masmx86 and masmx64
6- Really provide prototypes for *64 functions when building without LFS
7- Only define unlink() in minigzip.c if unistd.h not included
8- Update README to point to contrib/vstudio project files
9- Move projects/vc6 to old/ and remove projects/
10- Include stdlib.h in minigzip.c for setmode() definition under WinCE
11- Clean up assembler builds in win32/Makefile.msc [Rowe]
12- Include sys/types.h for Microsoft for off_t definition
13- Fix memory leak on error in gz_open()
14- Symbolize nm as $NM in configure [Weigelt]
15- Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt]
16- Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
17- Fix bug in gzeof() to take into account unused input data
18- Avoid initialization of structures with variables in puff.c
19- Updated win32/README-WIN32.txt [Rowe]
20
4Changes in 1.2.4.1 (28 Mar 2010) 21Changes in 1.2.4.1 (28 Mar 2010)
5- Remove the use of [a-z] constructs for sed in configure [gentoo 310225] 22- Remove the use of [a-z] constructs for sed in configure [gentoo 310225]
6- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech] 23- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech]