Mark ChangeLog
[official-gcc.git] / zlib / ChangeLog
blob81a4f90fa705f1b852b91545fb42628290b368c5
1 2004-02-14  Release Manager
3         * GCC 3.3.3 Released.
5 2003-10-16  Release Manager
7         * GCC 3.3.2 Released.
9 2003-08-04  Release Manager
11         * GCC 3.3.1 Released.
13 2003-08-04  Release Manager
15         * GCC 3.3.1 Released.
17 2003-05-13  Release Manager
19         * GCC 3.3 Released.
21 2003-05-13  Release Manager
23         * GCC 3.3 Released.
25 2003-05-13  Release Manager
27         * GCC 3.3 Released.
30                 ChangeLog file for zlib
32 Changes in 1.1.4 (11 March 2002)
33 - ZFREE was repeated on same allocation on some error conditions.
34   This creates a security problem described in
35   http://www.zlib.org/advisory-2002-03-11.txt
36 - Returned incorrect error (Z_MEM_ERROR) on some invalid data
37 - Avoid accesses before window for invalid distances with inflate window
38   less than 32K.
39 - force windowBits > 8 to avoid a bug in the encoder for a window size
40   of 256 bytes. (A complete fix will be available in 1.1.5).
41         
42 Changes in 1.1.3 (9 July 1998)
43 - fix "an inflate input buffer bug that shows up on rare but persistent
44   occasions" (Mark)
45 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
46 - fix gzseek(..., SEEK_SET) in write mode
47 - fix crc check after a gzeek (Frank Faubert)
48 - fix miniunzip when the last entry in a zip file is itself a zip file
49   (J Lillge)
50 - add contrib/asm586 and contrib/asm686 (Brian Raiter)
51   See http://www.muppetlabs.com/~breadbox/software/assembly.html
52 - add support for Delphi 3 in contrib/delphi (Bob Dellaca)
53 - add support for C++Builder 3 and Delphi 3 in contrib/delphi2 (Davide Moretti)
54 - do not exit prematurely in untgz if 0 at start of block (Magnus Holmgren)
55 - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks)
56 - added a FAQ file
58 - Support gzdopen on Mac with Metrowerks (Jason Linhart)
59 - Do not redefine Byte on Mac (Brad Pettit & Jason Linhart)
60 - define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young)
61 - avoid some warnings with Borland C (Tom Tanner)
62 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
63 - emulate utime() for WIN32 in contrib/untgz  (Gilles Vollant)
64 - allow several arguments to configure (Tim Mooney, Frodo Looijaard)
65 - use libdir and includedir in Makefile.in (Tim Mooney)
66 - support shared libraries on OSF1 V4 (Tim Mooney)
67 - remove so_locations in "make clean"  (Tim Mooney)
68 - fix maketree.c compilation error (Glenn, Mark)
69 - Python interface to zlib now in Python 1.5 (Jeremy Hylton)
70 - new Makefile.riscos (Rich Walker)
71 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
72 - use "foo-gz" in example.c for RISCOS and VMS (Nick Smith)
73 - add the OS/2 files in Makefile.in too (Andrew Zabolotny)
74 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)
75 - fix maketree.c to allow clean compilation of inffixed.h (Mark)
76 - fix parameter check in deflateCopy (Gunther Nikl)
77 - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
78 - Many portability patches by Christian Spieler:
79   . zutil.c, zutil.h: added "const" for zmem*
80   . Make_vms.com: fixed some typos
81   . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists
82   . msdos/Makefile.msc: remove "default rtl link library" info from obj files
83   . msdos/Makefile.*: use model-dependent name for the built zlib library
84   . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc:
85      new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT)
86 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
87 - replace __far with _far for better portability (Christian Spieler, Tom Lane)
88 - fix test for errno.h in configure (Tim Newsham)
90 Changes in 1.1.2 (19 March 98)
91 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
92   See http://www.winimage.com/zLibDll/unzip.html
93 - preinitialize the inflate tables for fixed codes, to make the code
94   completely thread safe (Mark)
95 - some simplifications and slight speed-up to the inflate code (Mark)
96 - fix gzeof on non-compressed files (Allan Schrum)
97 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
98 - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn)
99 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
100 - add shared lib support for UNIX_SV4.2MP (MATSUURA Takanori)
101 - do not wrap extern "C" around system includes (Tom Lane)
102 - mention zlib binding for TCL in README (Andreas Kupries)
103 - added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert)
104 - allow "make install prefix=..." even after configure (Glenn Randers-Pehrson)
105 - allow "configure --prefix $HOME" (Tim Mooney)
106 - remove warnings in example.c and gzio.c (Glenn Randers-Pehrson)
107 - move Makefile.sas to amiga/Makefile.sas
109 Changes in 1.1.1 (27 Feb 98)
110 - fix macros _tr_tally_* in deflate.h for debug mode  (Glenn Randers-Pehrson)
111 - remove block truncation heuristic which had very marginal effect for zlib
112   (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the
113   compression ratio on some files. This also allows inlining _tr_tally for
114   matches in deflate_slow.
115 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier)
117 Changes in 1.1.0 (24 Feb 98)
118 - do not return STREAM_END prematurely in inflate (John Bowler)
119 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
120 - compile with -DFASTEST to get compression code optimized for speed only
121 - in minigzip, try mmap'ing the input file first (Miguel Albrecht)
122 - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain
123   on Sun but significant on HP)
125 - add a pointer to experimental unzip library in README (Gilles Vollant)
126 - initialize variable gcc in configure (Chris Herborth)
128 Changes in 1.0.9 (17 Feb 1998)
129 - added gzputs and gzgets functions
130 - do not clear eof flag in gzseek (Mark Diekhans)
131 - fix gzseek for files in transparent mode (Mark Diekhans)
132 - do not assume that vsprintf returns the number of bytes written (Jens Krinke)
133 - replace EXPORT with ZEXPORT to avoid conflict with other programs
134 - added compress2 in zconf.h, zlib.def, zlib.dnt
135 - new asm code from Gilles Vollant in contrib/asm386
136 - simplify the inflate code (Mark):
137  . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
138  . ZALLOC the length list in inflate_trees_fixed() instead of using stack
139  . ZALLOC the value area for huft_build() instead of using stack
140  . Simplify Z_FINISH check in inflate()
142 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
143 - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi)
144 - in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with
145   the declaration of FAR (Gilles VOllant)
146 - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann)
147 - read_buf buf parameter of type Bytef* instead of charf*
148 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
149 - do not redeclare unlink in minigzip.c for WIN32 (John Bowler)
150 - fix check for presence of directories in "make install" (Ian Willis)
152 Changes in 1.0.8 (27 Jan 1998)
153 - fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
154 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
155 - added compress2() to allow setting the compression level
156 - include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong)
157 - use constant arrays for the static trees in trees.c instead of computing
158   them at run time (thanks to Ken Raeburn for this suggestion). To create
159   trees.h, compile with GEN_TREES_H and run "make test".
160 - check return code of example in "make test" and display result
161 - pass minigzip command line options to file_compress
162 - simplifying code of inflateSync to avoid gcc 2.8 bug
164 - support CC="gcc -Wall" in configure -s (QingLong)
165 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
166 - fix test for shared library support to avoid compiler warnings
167 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
168 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
169 - do not use fdopen for Metrowerks on Mac (Brad Pettit))
170 - add checks for gzputc and gzputc in example.c
171 - avoid warnings in gzio.c and deflate.c (Andreas Kleinert)
172 - use const for the CRC table (Ken Raeburn)
173 - fixed "make uninstall" for shared libraries
174 - use Tracev instead of Trace in infblock.c
175 - in example.c use correct compressed length for test_sync
176 - suppress +vnocompatwarnings in configure for HPUX (not always supported)
178 Changes in 1.0.7 (20 Jan 1998)
179 - fix gzseek which was broken in write mode
180 - return error for gzseek to negative absolute position
181 - fix configure for Linux (Chun-Chung Chen)
182 - increase stack space for MSC (Tim Wegner)
183 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
184 - define EXPORTVA for gzprintf (Gilles Vollant)
185 - added man page zlib.3 (Rick Rodgers)
186 - for contrib/untgz, fix makedir() and improve Makefile
188 - check gzseek in write mode in example.c
189 - allocate extra buffer for seeks only if gzseek is actually called
190 - avoid signed/unsigned comparisons (Tim Wegner, Gilles Vollant)
191 - add inflateSyncPoint in zconf.h
192 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
194 Changes in 1.0.6 (19 Jan 1998)
195 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
196   gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code)
197 - Fix a deflate bug occuring only with compression level 0 (thanks to
198   Andy Buckler for finding this one).
199 - In minigzip, pass transparently also the first byte for .Z files.
200 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
201 - check Z_FINISH in inflate (thanks to Marc Schluper)
202 - Implement deflateCopy (thanks to Adam Costello)
203 - make static libraries by default in configure, add --shared option.
204 - move MSDOS or Windows specific files to directory msdos
205 - suppress the notion of partial flush to simplify the interface
206   (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
207 - suppress history buffer provided by application to simplify the interface
208   (this feature was not implemented anyway in 1.0.4)
209 - next_in and avail_in must be initialized before calling inflateInit or
210   inflateInit2
211 - add EXPORT in all exported functions (for Windows DLL)
212 - added Makefile.nt (thanks to Stephen Williams)
213 - added the unsupported "contrib" directory:
214    contrib/asm386/ by Gilles Vollant <info@winimage.com>
215         386 asm code replacing longest_match().
216    contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
217         A C++ I/O streams interface to the zlib gz* functions
218    contrib/iostream2/  by Tyge Løvset <Tyge.Lovset@cmr.no>
219         Another C++ I/O streams interface
220    contrib/untgz/  by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
221         A very simple tar.gz file extractor using zlib
222    contrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
223         How to use compress(), uncompress() and the gz* functions from VB.
224 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
225   level) in minigzip (thanks to Tom Lane)
227 - use const for rommable constants in deflate
228 - added test for gzseek and gztell in example.c
229 - add undocumented function inflateSyncPoint() (hack for Paul Mackerras)
230 - add undocumented function zError to convert error code to string
231   (for Tim Smithers)
232 - Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code.
233 - Use default memcpy for Symantec MSDOS compiler.
234 - Add EXPORT keyword for check_func (needed for Windows DLL)
235 - add current directory to LD_LIBRARY_PATH for "make test"
236 - create also a link for libz.so.1
237 - added support for FUJITSU UXP/DS (thanks to Toshiaki Nomura)
238 - use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX)
239 - added -soname for Linux in configure (Chun-Chung Chen,
240 - assign numbers to the exported functions in zlib.def (for Windows DLL)
241 - add advice in zlib.h for best usage of deflateSetDictionary
242 - work around compiler bug on Atari (cast Z_NULL in call of s->checkfn)
243 - allow compilation with ANSI keywords only enabled for TurboC in large model
244 - avoid "versionString"[0] (Borland bug)
245 - add NEED_DUMMY_RETURN for Borland
246 - use variable z_verbose for tracing in debug mode (L. Peter Deutsch).
247 - allow compilation with CC
248 - defined STDC for OS/2 (David Charlap) 
249 - limit external names to 8 chars for MVS (Thomas Lund)
250 - in minigzip.c, use static buffers only for 16-bit systems
251 - fix suffix check for "minigzip -d foo.gz"
252 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
253 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
254 - added makelcc.bat for lcc-win32 (Tom St Denis)
255 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
256 - Avoid expanded $Id: ChangeLog,v 1.6.20.6 2003/10/16 19:45:39 mmitchel Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
257 - check for unistd.h in configure (for off_t)
258 - remove useless check parameter in inflate_blocks_free
259 - avoid useless assignment of s->check to itself in inflate_blocks_new
260 - do not flush twice in gzclose (thanks to Ken Raeburn)
261 - rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h
262 - use NO_ERRNO_H instead of enumeration of operating systems with errno.h
263 - work around buggy fclose on pipes for HP/UX
264 - support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson)
265 - fix configure if CC is already equal to gcc
267 Changes in 1.0.5 (3 Jan 98)
268 - Fix inflate to terminate gracefully when fed corrupted or invalid data
269 - Use const for rommable constants in inflate
270 - Eliminate memory leaks on error conditions in inflate
271 - Removed some vestigial code in inflate
272 - Update web address in README
273   
274 Changes in 1.0.4 (24 Jul 96)
275 - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF
276   bit, so the decompressor could decompress all the correct data but went
277   on to attempt decompressing extra garbage data. This affected minigzip too.
278 - zlibVersion and gzerror return const char* (needed for DLL)
279 - port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)
280 - use z_error only for DEBUG (avoid problem with DLLs)
282 Changes in 1.0.3 (2 Jul 96)
283 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
284   small and medium models; this makes the library incompatible with previous
285   versions for these models. (No effect in large model or on other systems.)
286 - return OK instead of BUF_ERROR if previous deflate call returned with
287   avail_out as zero but there is nothing to do
288 - added memcmp for non STDC compilers
289 - define NO_DUMMY_DECL for more Mac compilers (.h files merged incorrectly)
290 - define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO)
291 - better check for 16-bit mode MSC (avoids problem with Symantec)
293 Changes in 1.0.2 (23 May 96)
294 - added Windows DLL support
295 - added a function zlibVersion (for the DLL support)
296 - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
297 - Bytef is define's instead of typedef'd only for Borland C
298 - avoid reading uninitialized memory in example.c
299 - mention in README that the zlib format is now RFC1950
300 - updated Makefile.dj2
301 - added algorithm.doc
303 Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
304 - fix array overlay in deflate.c which sometimes caused bad compressed data
305 - fix inflate bug with empty stored block
306 - fix MSDOS medium model which was broken in 0.99
307 - fix deflateParams() which could generated bad compressed data.
308 - Bytef is define'd instead of typedef'ed (work around Borland bug)
309 - added an INDEX file
310 - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32),
311   Watcom (Makefile.wat), Amiga SAS/C (Makefile.sas)
312 - speed up adler32 for modern machines without auto-increment
313 - added -ansi for IRIX in configure
314 - static_init_done in trees.c is an int
315 - define unlink as delete for VMS
316 - fix configure for QNX
317 - add configure branch for SCO and HPUX
318 - avoid many warnings (unused variables, dead assignments, etc...)
319 - no fdopen for BeOS
320 - fix the Watcom fix for 32 bit mode (define FAR as empty)
321 - removed redefinition of Byte for MKWERKS
322 - work around an MWKERKS bug (incorrect merge of all .h files)
324 Changes in 0.99 (27 Jan 96)
325 - allow preset dictionary shared between compressor and decompressor
326 - allow compression level 0 (no compression)
327 - add deflateParams in zlib.h: allow dynamic change of compression level
328   and compression strategy.
329 - test large buffers and deflateParams in example.c
330 - add optional "configure" to build zlib as a shared library
331 - suppress Makefile.qnx, use configure instead
332 - fixed deflate for 64-bit systems (detected on Cray)
333 - fixed inflate_blocks for 64-bit systems (detected on Alpha)
334 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
335 - always return Z_BUF_ERROR when deflate() has nothing to do
336 - deflateInit and inflateInit are now macros to allow version checking
337 - prefix all global functions and types with z_ with -DZ_PREFIX
338 - make falloc completely reentrant (inftrees.c)
339 - fixed very unlikely race condition in ct_static_init
340 - free in reverse order of allocation to help memory manager
341 - use zlib-1.0/* instead of zlib/* inside the tar.gz
342 - make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
343   -Wconversion -Wstrict-prototypes -Wmissing-prototypes"
344 - allow gzread on concatenated .gz files
345 - deflateEnd now returns Z_DATA_ERROR if it was premature
346 - deflate is finally (?) fully deterministic (no matches beyond end of input)
347 - Document Z_SYNC_FLUSH
348 - add uninstall in Makefile
349 - Check for __cpluplus in zlib.h
350 - Better test in ct_align for partial flush
351 - avoid harmless warnings for Borland C++
352 - initialize hash_head in deflate.c
353 - avoid warning on fdopen (gzio.c) for HP cc -Aa
354 - include stdlib.h for STDC compilers
355 - include errno.h for Cray
356 - ignore error if ranlib doesn't exist
357 - call ranlib twice for NeXTSTEP
358 - use exec_prefix instead of prefix for libz.a
359 - renamed ct_* as _tr_* to avoid conflict with applications
360 - clear z->msg in inflateInit2 before any error return
361 - initialize opaque in example.c, gzio.c, deflate.c and inflate.c
362 - fixed typo in zconf.h (_GNUC__ => __GNUC__)
363 - check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)
364 - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
365 - in fcalloc, normalize pointer if size > 65520 bytes
366 - don't use special fcalloc for 32 bit Borland C++
367 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
368 - use Z_BINARY instead of BINARY
369 - document that gzclose after gzdopen will close the file
370 - allow "a" as mode in gzopen.
371 - fix error checking in gzread
372 - allow skipping .gz extra-field on pipes
373 - added reference to Perl interface in README
374 - put the crc table in FAR data (I dislike more and more the medium model :)
375 - added get_crc_table
376 - added a dimension to all arrays (Borland C can't count).
377 - workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
378 - guard against multiple inclusion of *.h (for precompiled header on Mac)
379 - Watcom C pretends to be Microsoft C small model even in 32 bit mode.
380 - don't use unsized arrays to avoid silly warnings by Visual C++:
381      warning C4746: 'inflate_mask' : unsized array treated as  '__far'
382      (what's wrong with far data in far model?).
383 - define enum out of inflate_blocks_state to allow compilation with C++
385 Changes in 0.95 (16 Aug 95)
386 - fix MSDOS small and medium model (now easier to adapt to any compiler)
387 - inlined send_bits
388 - fix the final (:-) bug for deflate with flush (output was correct but
389   not completely flushed in rare occasions).
390 - default window size is same for compression and decompression
391   (it's now sufficient to set MAX_WBITS in zconf.h).
392 - voidp -> voidpf and voidnp -> voidp (for consistency with other
393   typedefs and because voidnp was not near in large model).
395 Changes in 0.94 (13 Aug 95)
396 - support MSDOS medium model
397 - fix deflate with flush (could sometimes generate bad output)
398 - fix deflateReset (zlib header was incorrectly suppressed)
399 - added support for VMS
400 - allow a compression level in gzopen()
401 - gzflush now calls fflush
402 - For deflate with flush, flush even if no more input is provided.
403 - rename libgz.a as libz.a
404 - avoid complex expression in infcodes.c triggering Turbo C bug
405 - work around a problem with gcc on Alpha (in INSERT_STRING)
406 - don't use inline functions (problem with some gcc versions)
407 - allow renaming of Byte, uInt, etc... with #define.
408 - avoid warning about (unused) pointer before start of array in deflate.c
409 - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
410 - avoid reserved word 'new' in trees.c
412 Changes in 0.93 (25 June 95)
413 - temporarily disable inline functions
414 - make deflate deterministic
415 - give enough lookahead for PARTIAL_FLUSH
416 - Set binary mode for stdin/stdout in minigzip.c for OS/2
417 - don't even use signed char in inflate (not portable enough)
418 - fix inflate memory leak for segmented architectures
420 Changes in 0.92 (3 May 95)
421 - don't assume that char is signed (problem on SGI)
422 - Clear bit buffer when starting a stored block
423 - no memcpy on Pyramid
424 - suppressed inftest.c
425 - optimized fill_window, put longest_match inline for gcc
426 - optimized inflate on stored blocks.
427 - untabify all sources to simplify patches
429 Changes in 0.91 (2 May 95)
430 - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
431 - Document the memory requirements in zconf.h
432 - added "make install"
433 - fix sync search logic in inflateSync
434 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
435 - after inflateSync, don't scare people with just "lo world"
436 - added support for DJGPP
438 Changes in 0.9 (1 May 95)
439 - don't assume that zalloc clears the allocated memory (the TurboC bug
440   was Mark's bug after all :)
441 - let again gzread copy uncompressed data unchanged (was working in 0.71)
442 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
443 - added a test of inflateSync in example.c
444 - moved MAX_WBITS to zconf.h because users might want to change that.
445 - document explicitly that zalloc(64K) on MSDOS must return a normalized
446   pointer (zero offset)
447 - added Makefiles for Microsoft C, Turbo C, Borland C++
448 - faster crc32()
450 Changes in 0.8 (29 April 95)
451 - added fast inflate (inffast.c)
452 - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this
453   is incompatible with previous versions of zlib which returned Z_OK.
454 - work around a TurboC compiler bug (bad code for b << 0, see infutil.h)
455   (actually that was not a compiler bug, see 0.81 above)
456 - gzread no longer reads one extra byte in certain cases
457 - In gzio destroy(), don't reference a freed structure
458 - avoid many warnings for MSDOS
459 - avoid the ERROR symbol which is used by MS Windows
461 Changes in 0.71 (14 April 95)
462 - Fixed more MSDOS compilation problems :( There is still a bug with
463   TurboC large model.
465 Changes in 0.7 (14 April 95)
466 - Added full inflate support.
467 - Simplified the crc32() interface. The pre- and post-conditioning
468   (one's complement) is now done inside crc32(). WARNING: this is
469   incompatible with previous versions; see zlib.h for the new usage.
471 Changes in 0.61 (12 April 95)
472 - workaround for a bug in TurboC. example and minigzip now work on MSDOS.
474 Changes in 0.6 (11 April 95)
475 - added minigzip.c
476 - added gzdopen to reopen a file descriptor as gzFile
477 - added transparent reading of non-gziped files in gzread.
478 - fixed bug in gzread (don't read crc as data)
479 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
480 - don't allocate big arrays in the stack (for MSDOS)
481 - fix some MSDOS compilation problems
483 Changes in 0.5:
484 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
485   not yet Z_FULL_FLUSH.
486 - support decompression but only in a single step (forced Z_FINISH)
487 - added opaque object for zalloc and zfree.
488 - added deflateReset and inflateReset
489 - added a variable zlib_version for consistency checking.
490 - renamed the 'filter' parameter of deflateInit2 as 'strategy'.
491   Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
493 Changes in 0.4:
494 - avoid "zip" everywhere, use zlib instead of ziplib.
495 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
496   if compression method == 8.
497 - added adler32 and crc32
498 - renamed deflateOptions as deflateInit2, call one or the other but not both
499 - added the method parameter for deflateInit2.
500 - added inflateInit2
501 - simplied considerably deflateInit and inflateInit by not supporting
502   user-provided history buffer. This is supported only in deflateInit2
503   and inflateInit2.
505 Changes in 0.3:
506 - prefix all macro names with Z_
507 - use Z_FINISH instead of deflateEnd to finish compression.
508 - added Z_HUFFMAN_ONLY
509 - added gzerror()