diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,6 +1,25 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.1.2 (19 March 98) | ||
5 | - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) | ||
6 | See http://www.winimage.com/zLibDll/unzip.html | ||
7 | - preinitialize the inflate tables for fixed codes, to make the code | ||
8 | completely thread safe (Mark) | ||
9 | - some simplifications and slight speed-up to the inflate code (Mark) | ||
10 | - fix gzeof on non-compressed files (Allan Schrum) | ||
11 | - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs) | ||
12 | - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn) | ||
13 | - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny) | ||
14 | - add shared lib support for UNIX_SV4.2MP (MATSUURA Takanori) | ||
15 | - do not wrap extern "C" around system includes (Tom Lane) | ||
16 | - mention zlib binding for TCL in README (Andreas Kupries) | ||
17 | - added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert) | ||
18 | - allow "make install prefix=..." even after configure (Glenn Randers-Pehrson) | ||
19 | - allow "configure --prefix $HOME" (Tim Mooney) | ||
20 | - remove warnings in example.c and gzio.c (Glenn Randers-Pehrson) | ||
21 | - move Makefile.sas to amiga/Makefile.sas | ||
22 | |||
4 | Changes in 1.1.1 (27 Feb 98) | 23 | Changes in 1.1.1 (27 Feb 98) |
5 | - fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson) | 24 | - fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson) |
6 | - remove block truncation heuristic which had very marginal effect for zlib | 25 | - remove block truncation heuristic which had very marginal effect for zlib |
@@ -138,7 +157,7 @@ Changes in 1.0.6 (19 Jan 1998) | |||
138 | - allow compilation with ANSI keywords only enabled for TurboC in large model | 157 | - allow compilation with ANSI keywords only enabled for TurboC in large model |
139 | - avoid "versionString"[0] (Borland bug) | 158 | - avoid "versionString"[0] (Borland bug) |
140 | - add NEED_DUMMY_RETURN for Borland | 159 | - add NEED_DUMMY_RETURN for Borland |
141 | - use variable z_verbose for tracing in debug mode (Peter Deutsch). | 160 | - use variable z_verbose for tracing in debug mode (L. Peter Deutsch). |
142 | - allow compilation with CC | 161 | - allow compilation with CC |
143 | - defined STDC for OS/2 (David Charlap) | 162 | - defined STDC for OS/2 (David Charlap) |
144 | - limit external names to 8 chars for MVS (Thomas Lund) | 163 | - limit external names to 8 chars for MVS (Thomas Lund) |