diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:29 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:20:29 -0700 |
commit | 14763ac7c6c03bca62c39e35c03cf5bfc7728802 (patch) | |
tree | f1055d11ef7b282b698ce7c40e1a9c061413cbdf /ChangeLog | |
parent | c34c1fcbb19852ca35216ad66276f4f86af3fc22 (diff) | |
download | zlib-14763ac7c6c03bca62c39e35c03cf5bfc7728802.tar.gz zlib-14763ac7c6c03bca62c39e35c03cf5bfc7728802.tar.bz2 zlib-14763ac7c6c03bca62c39e35c03cf5bfc7728802.zip |
zlib 1.1.3v1.1.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,6 +1,54 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.1.3 (9 July 1998) | ||
5 | - fix "an inflate input buffer bug that shows up on rare but persistent | ||
6 | occasions" (Mark) | ||
7 | - fix gzread and gztell for concatenated .gz files (Didier Le Botlan) | ||
8 | - fix gzseek(..., SEEK_SET) in write mode | ||
9 | - fix crc check after a gzeek (Frank Faubert) | ||
10 | - fix miniunzip when the last entry in a zip file is itself a zip file | ||
11 | (J Lillge) | ||
12 | - add contrib/asm586 and contrib/asm686 (Brian Raiter) | ||
13 | See http://www.muppetlabs.com/~breadbox/software/assembly.html | ||
14 | - add support for Delphi 3 in contrib/delphi (Bob Dellaca) | ||
15 | - add support for C++Builder 3 and Delphi 3 in contrib/delphi2 (Davide Moretti) | ||
16 | - do not exit prematurely in untgz if 0 at start of block (Magnus Holmgren) | ||
17 | - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks) | ||
18 | - added a FAQ file | ||
19 | |||
20 | - Support gzdopen on Mac with Metrowerks (Jason Linhart) | ||
21 | - Do not redefine Byte on Mac (Brad Pettit & Jason Linhart) | ||
22 | - define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young) | ||
23 | - avoid some warnings with Borland C (Tom Tanner) | ||
24 | - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant) | ||
25 | - emulate utime() for WIN32 in contrib/untgz (Gilles Vollant) | ||
26 | - allow several arguments to configure (Tim Mooney, Frodo Looijaard) | ||
27 | - use libdir and includedir in Makefile.in (Tim Mooney) | ||
28 | - support shared libraries on OSF1 V4 (Tim Mooney) | ||
29 | - remove so_locations in "make clean" (Tim Mooney) | ||
30 | - fix maketree.c compilation error (Glenn, Mark) | ||
31 | - Python interface to zlib now in Python 1.5 (Jeremy Hylton) | ||
32 | - new Makefile.riscos (Rich Walker) | ||
33 | - initialize static descriptors in trees.c for embedded targets (Nick Smith) | ||
34 | - use "foo-gz" in example.c for RISCOS and VMS (Nick Smith) | ||
35 | - add the OS/2 files in Makefile.in too (Andrew Zabolotny) | ||
36 | - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) | ||
37 | - fix maketree.c to allow clean compilation of inffixed.h (Mark) | ||
38 | - fix parameter check in deflateCopy (Gunther Nikl) | ||
39 | - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler) | ||
40 | - Many portability patches by Christian Spieler: | ||
41 | . zutil.c, zutil.h: added "const" for zmem* | ||
42 | . Make_vms.com: fixed some typos | ||
43 | . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists | ||
44 | . msdos/Makefile.msc: remove "default rtl link library" info from obj files | ||
45 | . msdos/Makefile.*: use model-dependent name for the built zlib library | ||
46 | . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc: | ||
47 | new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT) | ||
48 | - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) | ||
49 | - replace __far with _far for better portability (Christian Spieler, Tom Lane) | ||
50 | - fix test for errno.h in configure (Tim Newsham) | ||
51 | |||
4 | Changes in 1.1.2 (19 March 98) | 52 | Changes in 1.1.2 (19 March 98) |
5 | - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) | 53 | - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) |
6 | See http://www.winimage.com/zLibDll/unzip.html | 54 | See http://www.winimage.com/zLibDll/unzip.html |