1*44bedb31SLionel Sambuc 2*44bedb31SLionel Sambuc ChangeLog file for zlib 3*44bedb31SLionel Sambuc 4*44bedb31SLionel SambucChanges in 1.2.3 (18 July 2005) 5*44bedb31SLionel Sambuc- Apply security vulnerability fixes to contrib/infback9 as well 6*44bedb31SLionel Sambuc- Clean up some text files (carriage returns, trailing space) 7*44bedb31SLionel Sambuc- Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant] 8*44bedb31SLionel Sambuc 9*44bedb31SLionel SambucChanges in 1.2.2.4 (11 July 2005) 10*44bedb31SLionel Sambuc- Add inflatePrime() function for starting inflation at bit boundary 11*44bedb31SLionel Sambuc- Avoid some Visual C warnings in deflate.c 12*44bedb31SLionel Sambuc- Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit 13*44bedb31SLionel Sambuc compile 14*44bedb31SLionel Sambuc- Fix some spelling errors in comments [Betts] 15*44bedb31SLionel Sambuc- Correct inflateInit2() error return documentation in zlib.h 16*44bedb31SLionel Sambuc- Added zran.c example of compressed data random access to examples 17*44bedb31SLionel Sambuc directory, shows use of inflatePrime() 18*44bedb31SLionel Sambuc- Fix cast for assignments to strm->state in inflate.c and infback.c 19*44bedb31SLionel Sambuc- Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer] 20*44bedb31SLionel Sambuc- Move declarations of gf2 functions to right place in crc32.c [Oberhumer] 21*44bedb31SLionel Sambuc- Add cast in trees.c t avoid a warning [Oberhumer] 22*44bedb31SLionel Sambuc- Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer] 23*44bedb31SLionel Sambuc- Update make_vms.com [Zinser] 24*44bedb31SLionel Sambuc- Initialize state->write in inflateReset() since copied in inflate_fast() 25*44bedb31SLionel Sambuc- Be more strict on incomplete code sets in inflate_table() and increase 26*44bedb31SLionel Sambuc ENOUGH and MAXD -- this repairs a possible security vulnerability for 27*44bedb31SLionel Sambuc invalid inflate input. Thanks to Tavis Ormandy and Markus Oberhumer for 28*44bedb31SLionel Sambuc discovering the vulnerability and providing test cases. 29*44bedb31SLionel Sambuc- Add ia64 support to configure for HP-UX [Smith] 30*44bedb31SLionel Sambuc- Add error return to gzread() for format or i/o error [Levin] 31*44bedb31SLionel Sambuc- Use malloc.h for OS/2 [Necasek] 32*44bedb31SLionel Sambuc 33*44bedb31SLionel SambucChanges in 1.2.2.3 (27 May 2005) 34*44bedb31SLionel Sambuc- Replace 1U constants in inflate.c and inftrees.c for 64-bit compile 35*44bedb31SLionel Sambuc- Typecast fread() return values in gzio.c [Vollant] 36*44bedb31SLionel Sambuc- Remove trailing space in minigzip.c outmode (VC++ can't deal with it) 37*44bedb31SLionel Sambuc- Fix crc check bug in gzread() after gzungetc() [Heiner] 38*44bedb31SLionel Sambuc- Add the deflateTune() function to adjust internal compression parameters 39*44bedb31SLionel Sambuc- Add a fast gzip decompressor, gun.c, to examples (use of inflateBack) 40*44bedb31SLionel Sambuc- Remove an incorrect assertion in examples/zpipe.c 41*44bedb31SLionel Sambuc- Add C++ wrapper in infback9.h [Donais] 42*44bedb31SLionel Sambuc- Fix bug in inflateCopy() when decoding fixed codes 43*44bedb31SLionel Sambuc- Note in zlib.h how much deflateSetDictionary() actually uses 44*44bedb31SLionel Sambuc- Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used) 45*44bedb31SLionel Sambuc- Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer] 46*44bedb31SLionel Sambuc- Don't include stderr.h or errno.h for _WIN32_WCE in zutil.h [Spencer] 47*44bedb31SLionel Sambuc- Add gzdirect() function to indicate transparent reads 48*44bedb31SLionel Sambuc- Update contrib/minizip [Vollant] 49*44bedb31SLionel Sambuc- Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer] 50*44bedb31SLionel Sambuc- Add casts in crc32.c to avoid warnings [Oberhumer] 51*44bedb31SLionel Sambuc- Add contrib/masmx64 [Vollant] 52*44bedb31SLionel Sambuc- Update contrib/asm586, asm686, masmx86, testzlib, vstudio [Vollant] 53*44bedb31SLionel Sambuc 54*44bedb31SLionel SambucChanges in 1.2.2.2 (30 December 2004) 55*44bedb31SLionel Sambuc- Replace structure assignments in deflate.c and inflate.c with zmemcpy to 56*44bedb31SLionel Sambuc avoid implicit memcpy calls (portability for no-library compilation) 57*44bedb31SLionel Sambuc- Increase sprintf() buffer size in gzdopen() to allow for large numbers 58*44bedb31SLionel Sambuc- Add INFLATE_STRICT to check distances against zlib header 59*44bedb31SLionel Sambuc- Improve WinCE errno handling and comments [Chang] 60*44bedb31SLionel Sambuc- Remove comment about no gzip header processing in FAQ 61*44bedb31SLionel Sambuc- Add Z_FIXED strategy option to deflateInit2() to force fixed trees 62*44bedb31SLionel Sambuc- Add updated make_vms.com [Coghlan], update README 63*44bedb31SLionel Sambuc- Create a new "examples" directory, move gzappend.c there, add zpipe.c, 64*44bedb31SLionel Sambuc fitblk.c, gzlog.[ch], gzjoin.c, and zlib_how.html. 65*44bedb31SLionel Sambuc- Add FAQ entry and comments in deflate.c on uninitialized memory access 66*44bedb31SLionel Sambuc- Add Solaris 9 make options in configure [Gilbert] 67*44bedb31SLionel Sambuc- Allow strerror() usage in gzio.c for STDC 68*44bedb31SLionel Sambuc- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer] 69*44bedb31SLionel Sambuc- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant] 70*44bedb31SLionel Sambuc- Use z_off_t for adler32_combine() and crc32_combine() lengths 71*44bedb31SLionel Sambuc- Make adler32() much faster for small len 72*44bedb31SLionel Sambuc- Use OS_CODE in deflate() default gzip header 73*44bedb31SLionel Sambuc 74*44bedb31SLionel SambucChanges in 1.2.2.1 (31 October 2004) 75*44bedb31SLionel Sambuc- Allow inflateSetDictionary() call for raw inflate 76*44bedb31SLionel Sambuc- Fix inflate header crc check bug for file names and comments 77*44bedb31SLionel Sambuc- Add deflateSetHeader() and gz_header structure for custom gzip headers 78*44bedb31SLionel Sambuc- Add inflateGetheader() to retrieve gzip headers 79*44bedb31SLionel Sambuc- Add crc32_combine() and adler32_combine() functions 80*44bedb31SLionel Sambuc- Add alloc_func, free_func, in_func, out_func to Z_PREFIX list 81*44bedb31SLionel Sambuc- Use zstreamp consistently in zlib.h (inflate_back functions) 82*44bedb31SLionel Sambuc- Remove GUNZIP condition from definition of inflate_mode in inflate.h 83*44bedb31SLionel Sambuc and in contrib/inflate86/inffast.S [Truta, Anderson] 84*44bedb31SLionel Sambuc- Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson] 85*44bedb31SLionel Sambuc- Update projects/README.projects and projects/visualc6 [Truta] 86*44bedb31SLionel Sambuc- Update win32/DLL_FAQ.txt [Truta] 87*44bedb31SLionel Sambuc- Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta] 88*44bedb31SLionel Sambuc- Deprecate Z_ASCII; use Z_TEXT instead [Truta] 89*44bedb31SLionel Sambuc- Use a new algorithm for setting strm->data_type in trees.c [Truta] 90*44bedb31SLionel Sambuc- Do not define an exit() prototype in zutil.c unless DEBUG defined 91*44bedb31SLionel Sambuc- Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta] 92*44bedb31SLionel Sambuc- Add comment in zlib.h for Z_NO_FLUSH parameter to deflate() 93*44bedb31SLionel Sambuc- Fix Darwin build version identification [Peterson] 94*44bedb31SLionel Sambuc 95*44bedb31SLionel SambucChanges in 1.2.2 (3 October 2004) 96*44bedb31SLionel Sambuc- Update zlib.h comments on gzip in-memory processing 97*44bedb31SLionel Sambuc- Set adler to 1 in inflateReset() to support Java test suite [Walles] 98*44bedb31SLionel Sambuc- Add contrib/dotzlib [Ravn] 99*44bedb31SLionel Sambuc- Update win32/DLL_FAQ.txt [Truta] 100*44bedb31SLionel Sambuc- Update contrib/minizip [Vollant] 101*44bedb31SLionel Sambuc- Move contrib/visual-basic.txt to old/ [Truta] 102*44bedb31SLionel Sambuc- Fix assembler builds in projects/visualc6/ [Truta] 103*44bedb31SLionel Sambuc 104*44bedb31SLionel SambucChanges in 1.2.1.2 (9 September 2004) 105*44bedb31SLionel Sambuc- Update INDEX file 106*44bedb31SLionel Sambuc- Fix trees.c to update strm->data_type (no one ever noticed!) 107*44bedb31SLionel Sambuc- Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown] 108*44bedb31SLionel Sambuc- Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE) 109*44bedb31SLionel Sambuc- Add limited multitasking protection to DYNAMIC_CRC_TABLE 110*44bedb31SLionel Sambuc- Add NO_vsnprintf for VMS in zutil.h [Mozilla] 111*44bedb31SLionel Sambuc- Don't declare strerror() under VMS [Mozilla] 112*44bedb31SLionel Sambuc- Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize 113*44bedb31SLionel Sambuc- Update contrib/ada [Anisimkov] 114*44bedb31SLionel Sambuc- Update contrib/minizip [Vollant] 115*44bedb31SLionel Sambuc- Fix configure to not hardcode directories for Darwin [Peterson] 116*44bedb31SLionel Sambuc- Fix gzio.c to not return error on empty files [Brown] 117*44bedb31SLionel Sambuc- Fix indentation; update version in contrib/delphi/ZLib.pas and 118*44bedb31SLionel Sambuc contrib/pascal/zlibpas.pas [Truta] 119*44bedb31SLionel Sambuc- Update mkasm.bat in contrib/masmx86 [Truta] 120*44bedb31SLionel Sambuc- Update contrib/untgz [Truta] 121*44bedb31SLionel Sambuc- Add projects/README.projects [Truta] 122*44bedb31SLionel Sambuc- Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta] 123*44bedb31SLionel Sambuc- Update win32/DLL_FAQ.txt [Truta] 124*44bedb31SLionel Sambuc- Update list of Z_PREFIX symbols in zconf.h [Randers-Pehrson, Truta] 125*44bedb31SLionel Sambuc- Remove an unnecessary assignment to curr in inftrees.c [Truta] 126*44bedb31SLionel Sambuc- Add OS/2 to exe builds in configure [Poltorak] 127*44bedb31SLionel Sambuc- Remove err dummy parameter in zlib.h [Kientzle] 128*44bedb31SLionel Sambuc 129*44bedb31SLionel SambucChanges in 1.2.1.1 (9 January 2004) 130*44bedb31SLionel Sambuc- Update email address in README 131*44bedb31SLionel Sambuc- Several FAQ updates 132*44bedb31SLionel Sambuc- Fix a big fat bug in inftrees.c that prevented decoding valid 133*44bedb31SLionel Sambuc dynamic blocks with only literals and no distance codes -- 134*44bedb31SLionel Sambuc Thanks to "Hot Emu" for the bug report and sample file 135*44bedb31SLionel Sambuc- Add a note to puff.c on no distance codes case. 136*44bedb31SLionel Sambuc 137*44bedb31SLionel SambucChanges in 1.2.1 (17 November 2003) 138*44bedb31SLionel Sambuc- Remove a tab in contrib/gzappend/gzappend.c 139*44bedb31SLionel Sambuc- Update some interfaces in contrib for new zlib functions 140*44bedb31SLionel Sambuc- Update zlib version number in some contrib entries 141*44bedb31SLionel Sambuc- Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta] 142*44bedb31SLionel Sambuc- Support shared libraries on Hurd and KFreeBSD [Brown] 143*44bedb31SLionel Sambuc- Fix error in NO_DIVIDE option of adler32.c 144*44bedb31SLionel Sambuc 145*44bedb31SLionel SambucChanges in 1.2.0.8 (4 November 2003) 146*44bedb31SLionel Sambuc- Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas 147*44bedb31SLionel Sambuc- Add experimental NO_DIVIDE #define in adler32.c 148*44bedb31SLionel Sambuc - Possibly faster on some processors (let me know if it is) 149*44bedb31SLionel Sambuc- Correct Z_BLOCK to not return on first inflate call if no wrap 150*44bedb31SLionel Sambuc- Fix strm->data_type on inflate() return to correctly indicate EOB 151*44bedb31SLionel Sambuc- Add deflatePrime() function for appending in the middle of a byte 152*44bedb31SLionel Sambuc- Add contrib/gzappend for an example of appending to a stream 153*44bedb31SLionel Sambuc- Update win32/DLL_FAQ.txt [Truta] 154*44bedb31SLionel Sambuc- Delete Turbo C comment in README [Truta] 155*44bedb31SLionel Sambuc- Improve some indentation in zconf.h [Truta] 156*44bedb31SLionel Sambuc- Fix infinite loop on bad input in configure script [Church] 157*44bedb31SLionel Sambuc- Fix gzeof() for concatenated gzip files [Johnson] 158*44bedb31SLionel Sambuc- Add example to contrib/visual-basic.txt [Michael B.] 159*44bedb31SLionel Sambuc- Add -p to mkdir's in Makefile.in [vda] 160*44bedb31SLionel Sambuc- Fix configure to properly detect presence or lack of printf functions 161*44bedb31SLionel Sambuc- Add AS400 support [Monnerat] 162*44bedb31SLionel Sambuc- Add a little Cygwin support [Wilson] 163*44bedb31SLionel Sambuc 164*44bedb31SLionel SambucChanges in 1.2.0.7 (21 September 2003) 165*44bedb31SLionel Sambuc- Correct some debug formats in contrib/infback9 166*44bedb31SLionel Sambuc- Cast a type in a debug statement in trees.c 167*44bedb31SLionel Sambuc- Change search and replace delimiter in configure from % to # [Beebe] 168*44bedb31SLionel Sambuc- Update contrib/untgz to 0.2 with various fixes [Truta] 169*44bedb31SLionel Sambuc- Add build support for Amiga [Nikl] 170*44bedb31SLionel Sambuc- Remove some directories in old that have been updated to 1.2 171*44bedb31SLionel Sambuc- Add dylib building for Mac OS X in configure and Makefile.in 172*44bedb31SLionel Sambuc- Remove old distribution stuff from Makefile 173*44bedb31SLionel Sambuc- Update README to point to DLL_FAQ.txt, and add comment on Mac OS X 174*44bedb31SLionel Sambuc- Update links in README 175*44bedb31SLionel Sambuc 176*44bedb31SLionel SambucChanges in 1.2.0.6 (13 September 2003) 177*44bedb31SLionel Sambuc- Minor FAQ updates 178*44bedb31SLionel Sambuc- Update contrib/minizip to 1.00 [Vollant] 179*44bedb31SLionel Sambuc- Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta] 180*44bedb31SLionel Sambuc- Update POSTINC comment for 68060 [Nikl] 181*44bedb31SLionel Sambuc- Add contrib/infback9 with deflate64 decoding (unsupported) 182*44bedb31SLionel Sambuc- For MVS define NO_vsnprintf and undefine FAR [van Burik] 183*44bedb31SLionel Sambuc- Add pragma for fdopen on MVS [van Burik] 184*44bedb31SLionel Sambuc 185*44bedb31SLionel SambucChanges in 1.2.0.5 (8 September 2003) 186*44bedb31SLionel Sambuc- Add OF to inflateBackEnd() declaration in zlib.h 187*44bedb31SLionel Sambuc- Remember start when using gzdopen in the middle of a file 188*44bedb31SLionel Sambuc- Use internal off_t counters in gz* functions to properly handle seeks 189*44bedb31SLionel Sambuc- Perform more rigorous check for distance-too-far in inffast.c 190*44bedb31SLionel Sambuc- Add Z_BLOCK flush option to return from inflate at block boundary 191*44bedb31SLionel Sambuc- Set strm->data_type on return from inflate 192*44bedb31SLionel Sambuc - Indicate bits unused, if at block boundary, and if in last block 193*44bedb31SLionel Sambuc- Replace size_t with ptrdiff_t in crc32.c, and check for correct size 194*44bedb31SLionel Sambuc- Add condition so old NO_DEFLATE define still works for compatibility 195*44bedb31SLionel Sambuc- FAQ update regarding the Windows DLL [Truta] 196*44bedb31SLionel Sambuc- INDEX update: add qnx entry, remove aix entry [Truta] 197*44bedb31SLionel Sambuc- Install zlib.3 into mandir [Wilson] 198*44bedb31SLionel Sambuc- Move contrib/zlib_dll_FAQ.txt to win32/DLL_FAQ.txt; update [Truta] 199*44bedb31SLionel Sambuc- Adapt the zlib interface to the new DLL convention guidelines [Truta] 200*44bedb31SLionel Sambuc- Introduce ZLIB_WINAPI macro to allow the export of functions using 201*44bedb31SLionel Sambuc the WINAPI calling convention, for Visual Basic [Vollant, Truta] 202*44bedb31SLionel Sambuc- Update msdos and win32 scripts and makefiles [Truta] 203*44bedb31SLionel Sambuc- Export symbols by name, not by ordinal, in win32/zlib.def [Truta] 204*44bedb31SLionel Sambuc- Add contrib/ada [Anisimkov] 205*44bedb31SLionel Sambuc- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta] 206*44bedb31SLionel Sambuc- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant] 207*44bedb31SLionel Sambuc- Add contrib/masm686 [Truta] 208*44bedb31SLionel Sambuc- Fix offsets in contrib/inflate86 and contrib/masmx86/inffas32.asm 209*44bedb31SLionel Sambuc [Truta, Vollant] 210*44bedb31SLionel Sambuc- Update contrib/delphi; rename to contrib/pascal; add example [Truta] 211*44bedb31SLionel Sambuc- Remove contrib/delphi2; add a new contrib/delphi [Truta] 212*44bedb31SLionel Sambuc- Avoid inclusion of the nonstandard <memory.h> in contrib/iostream, 213*44bedb31SLionel Sambuc and fix some method prototypes [Truta] 214*44bedb31SLionel Sambuc- Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip 215*44bedb31SLionel Sambuc [Truta] 216*44bedb31SLionel Sambuc- Avoid the use of backslash (\) in contrib/minizip [Vollant] 217*44bedb31SLionel Sambuc- Fix file time handling in contrib/untgz; update makefiles [Truta] 218*44bedb31SLionel Sambuc- Update contrib/vstudio/vc70_32 to comply with the new DLL guidelines 219*44bedb31SLionel Sambuc [Vollant] 220*44bedb31SLionel Sambuc- Remove contrib/vstudio/vc15_16 [Vollant] 221*44bedb31SLionel Sambuc- Rename contrib/vstudio/vc70_32 to contrib/vstudio/vc7 [Truta] 222*44bedb31SLionel Sambuc- Update README.contrib [Truta] 223*44bedb31SLionel Sambuc- Invert the assignment order of match_head and s->prev[...] in 224*44bedb31SLionel Sambuc INSERT_STRING [Truta] 225*44bedb31SLionel Sambuc- Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings 226*44bedb31SLionel Sambuc [Truta] 227*44bedb31SLionel Sambuc- Compare function pointers with 0, not with NULL or Z_NULL [Truta] 228*44bedb31SLionel Sambuc- Fix prototype of syncsearch in inflate.c [Truta] 229*44bedb31SLionel Sambuc- Introduce ASMINF macro to be enabled when using an ASM implementation 230*44bedb31SLionel Sambuc of inflate_fast [Truta] 231*44bedb31SLionel Sambuc- Change NO_DEFLATE to NO_GZCOMPRESS [Truta] 232*44bedb31SLionel Sambuc- Modify test_gzio in example.c to take a single file name as a 233*44bedb31SLionel Sambuc parameter [Truta] 234*44bedb31SLionel Sambuc- Exit the example.c program if gzopen fails [Truta] 235*44bedb31SLionel Sambuc- Add type casts around strlen in example.c [Truta] 236*44bedb31SLionel Sambuc- Remove casting to sizeof in minigzip.c; give a proper type 237*44bedb31SLionel Sambuc to the variable compared with SUFFIX_LEN [Truta] 238*44bedb31SLionel Sambuc- Update definitions of STDC and STDC99 in zconf.h [Truta] 239*44bedb31SLionel Sambuc- Synchronize zconf.h with the new Windows DLL interface [Truta] 240*44bedb31SLionel Sambuc- Use SYS16BIT instead of __32BIT__ to distinguish between 241*44bedb31SLionel Sambuc 16- and 32-bit platforms [Truta] 242*44bedb31SLionel Sambuc- Use far memory allocators in small 16-bit memory models for 243*44bedb31SLionel Sambuc Turbo C [Truta] 244*44bedb31SLionel Sambuc- Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in 245*44bedb31SLionel Sambuc zlibCompileFlags [Truta] 246*44bedb31SLionel Sambuc- Cygwin has vsnprintf [Wilson] 247*44bedb31SLionel Sambuc- In Windows16, OS_CODE is 0, as in MSDOS [Truta] 248*44bedb31SLionel Sambuc- In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson] 249*44bedb31SLionel Sambuc 250*44bedb31SLionel SambucChanges in 1.2.0.4 (10 August 2003) 251*44bedb31SLionel Sambuc- Minor FAQ updates 252*44bedb31SLionel Sambuc- Be more strict when checking inflateInit2's windowBits parameter 253*44bedb31SLionel Sambuc- Change NO_GUNZIP compile option to NO_GZIP to cover deflate as well 254*44bedb31SLionel Sambuc- Add gzip wrapper option to deflateInit2 using windowBits 255*44bedb31SLionel Sambuc- Add updated QNX rule in configure and qnx directory [Bonnefoy] 256*44bedb31SLionel Sambuc- Make inflate distance-too-far checks more rigorous 257*44bedb31SLionel Sambuc- Clean up FAR usage in inflate 258*44bedb31SLionel Sambuc- Add casting to sizeof() in gzio.c and minigzip.c 259*44bedb31SLionel Sambuc 260*44bedb31SLionel SambucChanges in 1.2.0.3 (19 July 2003) 261*44bedb31SLionel Sambuc- Fix silly error in gzungetc() implementation [Vollant] 262*44bedb31SLionel Sambuc- Update contrib/minizip and contrib/vstudio [Vollant] 263*44bedb31SLionel Sambuc- Fix printf format in example.c 264*44bedb31SLionel Sambuc- Correct cdecl support in zconf.in.h [Anisimkov] 265*44bedb31SLionel Sambuc- Minor FAQ updates 266*44bedb31SLionel Sambuc 267*44bedb31SLionel SambucChanges in 1.2.0.2 (13 July 2003) 268*44bedb31SLionel Sambuc- Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons 269*44bedb31SLionel Sambuc- Attempt to avoid warnings in crc32.c for pointer-int conversion 270*44bedb31SLionel Sambuc- Add AIX to configure, remove aix directory [Bakker] 271*44bedb31SLionel Sambuc- Add some casts to minigzip.c 272*44bedb31SLionel Sambuc- Improve checking after insecure sprintf() or vsprintf() calls 273*44bedb31SLionel Sambuc- Remove #elif's from crc32.c 274*44bedb31SLionel Sambuc- Change leave label to inf_leave in inflate.c and infback.c to avoid 275*44bedb31SLionel Sambuc library conflicts 276*44bedb31SLionel Sambuc- Remove inflate gzip decoding by default--only enable gzip decoding by 277*44bedb31SLionel Sambuc special request for stricter backward compatibility 278*44bedb31SLionel Sambuc- Add zlibCompileFlags() function to return compilation information 279*44bedb31SLionel Sambuc- More typecasting in deflate.c to avoid warnings 280*44bedb31SLionel Sambuc- Remove leading underscore from _Capital #defines [Truta] 281*44bedb31SLionel Sambuc- Fix configure to link shared library when testing 282*44bedb31SLionel Sambuc- Add some Windows CE target adjustments [Mai] 283*44bedb31SLionel Sambuc- Remove #define ZLIB_DLL in zconf.h [Vollant] 284*44bedb31SLionel Sambuc- Add zlib.3 [Rodgers] 285*44bedb31SLionel Sambuc- Update RFC URL in deflate.c and algorithm.txt [Mai] 286*44bedb31SLionel Sambuc- Add zlib_dll_FAQ.txt to contrib [Truta] 287*44bedb31SLionel Sambuc- Add UL to some constants [Truta] 288*44bedb31SLionel Sambuc- Update minizip and vstudio [Vollant] 289*44bedb31SLionel Sambuc- Remove vestigial NEED_DUMMY_RETURN from zconf.in.h 290*44bedb31SLionel Sambuc- Expand use of NO_DUMMY_DECL to avoid all dummy structures 291*44bedb31SLionel Sambuc- Added iostream3 to contrib [Schwardt] 292*44bedb31SLionel Sambuc- Replace rewind() with fseek() for WinCE [Truta] 293*44bedb31SLionel Sambuc- Improve setting of zlib format compression level flags 294*44bedb31SLionel Sambuc - Report 0 for huffman and rle strategies and for level == 0 or 1 295*44bedb31SLionel Sambuc - Report 2 only for level == 6 296*44bedb31SLionel Sambuc- Only deal with 64K limit when necessary at compile time [Truta] 297*44bedb31SLionel Sambuc- Allow TOO_FAR check to be turned off at compile time [Truta] 298*44bedb31SLionel Sambuc- Add gzclearerr() function [Souza] 299*44bedb31SLionel Sambuc- Add gzungetc() function 300*44bedb31SLionel Sambuc 301*44bedb31SLionel SambucChanges in 1.2.0.1 (17 March 2003) 302*44bedb31SLionel Sambuc- Add Z_RLE strategy for run-length encoding [Truta] 303*44bedb31SLionel Sambuc - When Z_RLE requested, restrict matches to distance one 304*44bedb31SLionel Sambuc - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE 305*44bedb31SLionel Sambuc- Correct FASTEST compilation to allow level == 0 306*44bedb31SLionel Sambuc- Clean up what gets compiled for FASTEST 307*44bedb31SLionel Sambuc- Incorporate changes to zconf.in.h [Vollant] 308*44bedb31SLionel Sambuc - Refine detection of Turbo C need for dummy returns 309*44bedb31SLionel Sambuc - Refine ZLIB_DLL compilation 310*44bedb31SLionel Sambuc - Include additional header file on VMS for off_t typedef 311*44bedb31SLionel Sambuc- Try to use _vsnprintf where it supplants vsprintf [Vollant] 312*44bedb31SLionel Sambuc- Add some casts in inffast.c 313*44bedb31SLionel Sambuc- Enchance comments in zlib.h on what happens if gzprintf() tries to 314*44bedb31SLionel Sambuc write more than 4095 bytes before compression 315*44bedb31SLionel Sambuc- Remove unused state from inflateBackEnd() 316*44bedb31SLionel Sambuc- Remove exit(0) from minigzip.c, example.c 317*44bedb31SLionel Sambuc- Get rid of all those darn tabs 318*44bedb31SLionel Sambuc- Add "check" target to Makefile.in that does the same thing as "test" 319*44bedb31SLionel Sambuc- Add "mostlyclean" and "maintainer-clean" targets to Makefile.in 320*44bedb31SLionel Sambuc- Update contrib/inflate86 [Anderson] 321*44bedb31SLionel Sambuc- Update contrib/testzlib, contrib/vstudio, contrib/minizip [Vollant] 322*44bedb31SLionel Sambuc- Add msdos and win32 directories with makefiles [Truta] 323*44bedb31SLionel Sambuc- More additions and improvements to the FAQ 324*44bedb31SLionel Sambuc 325*44bedb31SLionel SambucChanges in 1.2.0 (9 March 2003) 326*44bedb31SLionel Sambuc- New and improved inflate code 327*44bedb31SLionel Sambuc - About 20% faster 328*44bedb31SLionel Sambuc - Does not allocate 32K window unless and until needed 329*44bedb31SLionel Sambuc - Automatically detects and decompresses gzip streams 330*44bedb31SLionel Sambuc - Raw inflate no longer needs an extra dummy byte at end 331*44bedb31SLionel Sambuc - Added inflateBack functions using a callback interface--even faster 332*44bedb31SLionel Sambuc than inflate, useful for file utilities (gzip, zip) 333*44bedb31SLionel Sambuc - Added inflateCopy() function to record state for random access on 334*44bedb31SLionel Sambuc externally generated deflate streams (e.g. in gzip files) 335*44bedb31SLionel Sambuc - More readable code (I hope) 336*44bedb31SLionel Sambuc- New and improved crc32() 337*44bedb31SLionel Sambuc - About 50% faster, thanks to suggestions from Rodney Brown 338*44bedb31SLionel Sambuc- Add deflateBound() and compressBound() functions 339*44bedb31SLionel Sambuc- Fix memory leak in deflateInit2() 340*44bedb31SLionel Sambuc- Permit setting dictionary for raw deflate (for parallel deflate) 341*44bedb31SLionel Sambuc- Fix const declaration for gzwrite() 342*44bedb31SLionel Sambuc- Check for some malloc() failures in gzio.c 343*44bedb31SLionel Sambuc- Fix bug in gzopen() on single-byte file 0x1f 344*44bedb31SLionel Sambuc- Fix bug in gzread() on concatenated file with 0x1f at end of buffer 345*44bedb31SLionel Sambuc and next buffer doesn't start with 0x8b 346*44bedb31SLionel Sambuc- Fix uncompress() to return Z_DATA_ERROR on truncated input 347*44bedb31SLionel Sambuc- Free memory at end of example.c 348*44bedb31SLionel Sambuc- Remove MAX #define in trees.c (conflicted with some libraries) 349*44bedb31SLionel Sambuc- Fix static const's in deflate.c, gzio.c, and zutil.[ch] 350*44bedb31SLionel Sambuc- Declare malloc() and free() in gzio.c if STDC not defined 351*44bedb31SLionel Sambuc- Use malloc() instead of calloc() in zutil.c if int big enough 352*44bedb31SLionel Sambuc- Define STDC for AIX 353*44bedb31SLionel Sambuc- Add aix/ with approach for compiling shared library on AIX 354*44bedb31SLionel Sambuc- Add HP-UX support for shared libraries in configure 355*44bedb31SLionel Sambuc- Add OpenUNIX support for shared libraries in configure 356*44bedb31SLionel Sambuc- Use $cc instead of gcc to build shared library 357*44bedb31SLionel Sambuc- Make prefix directory if needed when installing 358*44bedb31SLionel Sambuc- Correct Macintosh avoidance of typedef Byte in zconf.h 359*44bedb31SLionel Sambuc- Correct Turbo C memory allocation when under Linux 360*44bedb31SLionel Sambuc- Use libz.a instead of -lz in Makefile (assure use of compiled library) 361*44bedb31SLionel Sambuc- Update configure to check for snprintf or vsnprintf functions and their 362*44bedb31SLionel Sambuc return value, warn during make if using an insecure function 363*44bedb31SLionel Sambuc- Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that 364*44bedb31SLionel Sambuc is lost when library is used--resolution is to build new zconf.h 365*44bedb31SLionel Sambuc- Documentation improvements (in zlib.h): 366*44bedb31SLionel Sambuc - Document raw deflate and inflate 367*44bedb31SLionel Sambuc - Update RFCs URL 368*44bedb31SLionel Sambuc - Point out that zlib and gzip formats are different 369*44bedb31SLionel Sambuc - Note that Z_BUF_ERROR is not fatal 370*44bedb31SLionel Sambuc - Document string limit for gzprintf() and possible buffer overflow 371*44bedb31SLionel Sambuc - Note requirement on avail_out when flushing 372*44bedb31SLionel Sambuc - Note permitted values of flush parameter of inflate() 373*44bedb31SLionel Sambuc- Add some FAQs (and even answers) to the FAQ 374*44bedb31SLionel Sambuc- Add contrib/inflate86/ for x86 faster inflate 375*44bedb31SLionel Sambuc- Add contrib/blast/ for PKWare Data Compression Library decompression 376*44bedb31SLionel Sambuc- Add contrib/puff/ simple inflate for deflate format description 377*44bedb31SLionel Sambuc 378*44bedb31SLionel SambucChanges in 1.1.4 (11 March 2002) 379*44bedb31SLionel Sambuc- ZFREE was repeated on same allocation on some error conditions. 380*44bedb31SLionel Sambuc This creates a security problem described in 381*44bedb31SLionel Sambuc http://www.zlib.org/advisory-2002-03-11.txt 382*44bedb31SLionel Sambuc- Returned incorrect error (Z_MEM_ERROR) on some invalid data 383*44bedb31SLionel Sambuc- Avoid accesses before window for invalid distances with inflate window 384*44bedb31SLionel Sambuc less than 32K. 385*44bedb31SLionel Sambuc- force windowBits > 8 to avoid a bug in the encoder for a window size 386*44bedb31SLionel Sambuc of 256 bytes. (A complete fix will be available in 1.1.5). 387*44bedb31SLionel Sambuc 388*44bedb31SLionel SambucChanges in 1.1.3 (9 July 1998) 389*44bedb31SLionel Sambuc- fix "an inflate input buffer bug that shows up on rare but persistent 390*44bedb31SLionel Sambuc occasions" (Mark) 391*44bedb31SLionel Sambuc- fix gzread and gztell for concatenated .gz files (Didier Le Botlan) 392*44bedb31SLionel Sambuc- fix gzseek(..., SEEK_SET) in write mode 393*44bedb31SLionel Sambuc- fix crc check after a gzeek (Frank Faubert) 394*44bedb31SLionel Sambuc- fix miniunzip when the last entry in a zip file is itself a zip file 395*44bedb31SLionel Sambuc (J Lillge) 396*44bedb31SLionel Sambuc- add contrib/asm586 and contrib/asm686 (Brian Raiter) 397*44bedb31SLionel Sambuc See http://www.muppetlabs.com/~breadbox/software/assembly.html 398*44bedb31SLionel Sambuc- add support for Delphi 3 in contrib/delphi (Bob Dellaca) 399*44bedb31SLionel Sambuc- add support for C++Builder 3 and Delphi 3 in contrib/delphi2 (Davide Moretti) 400*44bedb31SLionel Sambuc- do not exit prematurely in untgz if 0 at start of block (Magnus Holmgren) 401*44bedb31SLionel Sambuc- use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks) 402*44bedb31SLionel Sambuc- added a FAQ file 403*44bedb31SLionel Sambuc 404*44bedb31SLionel Sambuc- Support gzdopen on Mac with Metrowerks (Jason Linhart) 405*44bedb31SLionel Sambuc- Do not redefine Byte on Mac (Brad Pettit & Jason Linhart) 406*44bedb31SLionel Sambuc- define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young) 407*44bedb31SLionel Sambuc- avoid some warnings with Borland C (Tom Tanner) 408*44bedb31SLionel Sambuc- fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant) 409*44bedb31SLionel Sambuc- emulate utime() for WIN32 in contrib/untgz (Gilles Vollant) 410*44bedb31SLionel Sambuc- allow several arguments to configure (Tim Mooney, Frodo Looijaard) 411*44bedb31SLionel Sambuc- use libdir and includedir in Makefile.in (Tim Mooney) 412*44bedb31SLionel Sambuc- support shared libraries on OSF1 V4 (Tim Mooney) 413*44bedb31SLionel Sambuc- remove so_locations in "make clean" (Tim Mooney) 414*44bedb31SLionel Sambuc- fix maketree.c compilation error (Glenn, Mark) 415*44bedb31SLionel Sambuc- Python interface to zlib now in Python 1.5 (Jeremy Hylton) 416*44bedb31SLionel Sambuc- new Makefile.riscos (Rich Walker) 417*44bedb31SLionel Sambuc- initialize static descriptors in trees.c for embedded targets (Nick Smith) 418*44bedb31SLionel Sambuc- use "foo-gz" in example.c for RISCOS and VMS (Nick Smith) 419*44bedb31SLionel Sambuc- add the OS/2 files in Makefile.in too (Andrew Zabolotny) 420*44bedb31SLionel Sambuc- fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) 421*44bedb31SLionel Sambuc- fix maketree.c to allow clean compilation of inffixed.h (Mark) 422*44bedb31SLionel Sambuc- fix parameter check in deflateCopy (Gunther Nikl) 423*44bedb31SLionel Sambuc- cleanup trees.c, use compressed_len only in debug mode (Christian Spieler) 424*44bedb31SLionel Sambuc- Many portability patches by Christian Spieler: 425*44bedb31SLionel Sambuc . zutil.c, zutil.h: added "const" for zmem* 426*44bedb31SLionel Sambuc . Make_vms.com: fixed some typos 427*44bedb31SLionel Sambuc . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists 428*44bedb31SLionel Sambuc . msdos/Makefile.msc: remove "default rtl link library" info from obj files 429*44bedb31SLionel Sambuc . msdos/Makefile.*: use model-dependent name for the built zlib library 430*44bedb31SLionel Sambuc . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc: 431*44bedb31SLionel Sambuc new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT) 432*44bedb31SLionel Sambuc- use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) 433*44bedb31SLionel Sambuc- replace __far with _far for better portability (Christian Spieler, Tom Lane) 434*44bedb31SLionel Sambuc- fix test for errno.h in configure (Tim Newsham) 435*44bedb31SLionel Sambuc 436*44bedb31SLionel SambucChanges in 1.1.2 (19 March 98) 437*44bedb31SLionel Sambuc- added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) 438*44bedb31SLionel Sambuc See http://www.winimage.com/zLibDll/unzip.html 439*44bedb31SLionel Sambuc- preinitialize the inflate tables for fixed codes, to make the code 440*44bedb31SLionel Sambuc completely thread safe (Mark) 441*44bedb31SLionel Sambuc- some simplifications and slight speed-up to the inflate code (Mark) 442*44bedb31SLionel Sambuc- fix gzeof on non-compressed files (Allan Schrum) 443*44bedb31SLionel Sambuc- add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs) 444*44bedb31SLionel Sambuc- use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn) 445*44bedb31SLionel Sambuc- added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny) 446*44bedb31SLionel Sambuc- add shared lib support for UNIX_SV4.2MP (MATSUURA Takanori) 447*44bedb31SLionel Sambuc- do not wrap extern "C" around system includes (Tom Lane) 448*44bedb31SLionel Sambuc- mention zlib binding for TCL in README (Andreas Kupries) 449*44bedb31SLionel Sambuc- added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert) 450*44bedb31SLionel Sambuc- allow "make install prefix=..." even after configure (Glenn Randers-Pehrson) 451*44bedb31SLionel Sambuc- allow "configure --prefix $HOME" (Tim Mooney) 452*44bedb31SLionel Sambuc- remove warnings in example.c and gzio.c (Glenn Randers-Pehrson) 453*44bedb31SLionel Sambuc- move Makefile.sas to amiga/Makefile.sas 454*44bedb31SLionel Sambuc 455*44bedb31SLionel SambucChanges in 1.1.1 (27 Feb 98) 456*44bedb31SLionel Sambuc- fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson) 457*44bedb31SLionel Sambuc- remove block truncation heuristic which had very marginal effect for zlib 458*44bedb31SLionel Sambuc (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the 459*44bedb31SLionel Sambuc compression ratio on some files. This also allows inlining _tr_tally for 460*44bedb31SLionel Sambuc matches in deflate_slow. 461*44bedb31SLionel Sambuc- added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier) 462*44bedb31SLionel Sambuc 463*44bedb31SLionel SambucChanges in 1.1.0 (24 Feb 98) 464*44bedb31SLionel Sambuc- do not return STREAM_END prematurely in inflate (John Bowler) 465*44bedb31SLionel Sambuc- revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler) 466*44bedb31SLionel Sambuc- compile with -DFASTEST to get compression code optimized for speed only 467*44bedb31SLionel Sambuc- in minigzip, try mmap'ing the input file first (Miguel Albrecht) 468*44bedb31SLionel Sambuc- increase size of I/O buffers in minigzip.c and gzio.c (not a big gain 469*44bedb31SLionel Sambuc on Sun but significant on HP) 470*44bedb31SLionel Sambuc 471*44bedb31SLionel Sambuc- add a pointer to experimental unzip library in README (Gilles Vollant) 472*44bedb31SLionel Sambuc- initialize variable gcc in configure (Chris Herborth) 473*44bedb31SLionel Sambuc 474*44bedb31SLionel SambucChanges in 1.0.9 (17 Feb 1998) 475*44bedb31SLionel Sambuc- added gzputs and gzgets functions 476*44bedb31SLionel Sambuc- do not clear eof flag in gzseek (Mark Diekhans) 477*44bedb31SLionel Sambuc- fix gzseek for files in transparent mode (Mark Diekhans) 478*44bedb31SLionel Sambuc- do not assume that vsprintf returns the number of bytes written (Jens Krinke) 479*44bedb31SLionel Sambuc- replace EXPORT with ZEXPORT to avoid conflict with other programs 480*44bedb31SLionel Sambuc- added compress2 in zconf.h, zlib.def, zlib.dnt 481*44bedb31SLionel Sambuc- new asm code from Gilles Vollant in contrib/asm386 482*44bedb31SLionel Sambuc- simplify the inflate code (Mark): 483*44bedb31SLionel Sambuc . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() 484*44bedb31SLionel Sambuc . ZALLOC the length list in inflate_trees_fixed() instead of using stack 485*44bedb31SLionel Sambuc . ZALLOC the value area for huft_build() instead of using stack 486*44bedb31SLionel Sambuc . Simplify Z_FINISH check in inflate() 487*44bedb31SLionel Sambuc 488*44bedb31SLionel Sambuc- Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8 489*44bedb31SLionel Sambuc- in inftrees.c, avoid cc -O bug on HP (Farshid Elahi) 490*44bedb31SLionel Sambuc- in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with 491*44bedb31SLionel Sambuc the declaration of FAR (Gilles VOllant) 492*44bedb31SLionel Sambuc- install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann) 493*44bedb31SLionel Sambuc- read_buf buf parameter of type Bytef* instead of charf* 494*44bedb31SLionel Sambuc- zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout) 495*44bedb31SLionel Sambuc- do not redeclare unlink in minigzip.c for WIN32 (John Bowler) 496*44bedb31SLionel Sambuc- fix check for presence of directories in "make install" (Ian Willis) 497*44bedb31SLionel Sambuc 498*44bedb31SLionel SambucChanges in 1.0.8 (27 Jan 1998) 499*44bedb31SLionel Sambuc- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) 500*44bedb31SLionel Sambuc- fix gzgetc and gzputc for big endian systems (Markus Oberhumer) 501*44bedb31SLionel Sambuc- added compress2() to allow setting the compression level 502*44bedb31SLionel Sambuc- include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong) 503*44bedb31SLionel Sambuc- use constant arrays for the static trees in trees.c instead of computing 504*44bedb31SLionel Sambuc them at run time (thanks to Ken Raeburn for this suggestion). To create 505*44bedb31SLionel Sambuc trees.h, compile with GEN_TREES_H and run "make test". 506*44bedb31SLionel Sambuc- check return code of example in "make test" and display result 507*44bedb31SLionel Sambuc- pass minigzip command line options to file_compress 508*44bedb31SLionel Sambuc- simplifying code of inflateSync to avoid gcc 2.8 bug 509*44bedb31SLionel Sambuc 510*44bedb31SLionel Sambuc- support CC="gcc -Wall" in configure -s (QingLong) 511*44bedb31SLionel Sambuc- avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn) 512*44bedb31SLionel Sambuc- fix test for shared library support to avoid compiler warnings 513*44bedb31SLionel Sambuc- zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant) 514*44bedb31SLionel Sambuc- check for TARGET_OS_MAC in addition to MACOS (Brad Pettit) 515*44bedb31SLionel Sambuc- do not use fdopen for Metrowerks on Mac (Brad Pettit)) 516*44bedb31SLionel Sambuc- add checks for gzputc and gzputc in example.c 517*44bedb31SLionel Sambuc- avoid warnings in gzio.c and deflate.c (Andreas Kleinert) 518*44bedb31SLionel Sambuc- use const for the CRC table (Ken Raeburn) 519*44bedb31SLionel Sambuc- fixed "make uninstall" for shared libraries 520*44bedb31SLionel Sambuc- use Tracev instead of Trace in infblock.c 521*44bedb31SLionel Sambuc- in example.c use correct compressed length for test_sync 522*44bedb31SLionel Sambuc- suppress +vnocompatwarnings in configure for HPUX (not always supported) 523*44bedb31SLionel Sambuc 524*44bedb31SLionel SambucChanges in 1.0.7 (20 Jan 1998) 525*44bedb31SLionel Sambuc- fix gzseek which was broken in write mode 526*44bedb31SLionel Sambuc- return error for gzseek to negative absolute position 527*44bedb31SLionel Sambuc- fix configure for Linux (Chun-Chung Chen) 528*44bedb31SLionel Sambuc- increase stack space for MSC (Tim Wegner) 529*44bedb31SLionel Sambuc- get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant) 530*44bedb31SLionel Sambuc- define EXPORTVA for gzprintf (Gilles Vollant) 531*44bedb31SLionel Sambuc- added man page zlib.3 (Rick Rodgers) 532*44bedb31SLionel Sambuc- for contrib/untgz, fix makedir() and improve Makefile 533*44bedb31SLionel Sambuc 534*44bedb31SLionel Sambuc- check gzseek in write mode in example.c 535*44bedb31SLionel Sambuc- allocate extra buffer for seeks only if gzseek is actually called 536*44bedb31SLionel Sambuc- avoid signed/unsigned comparisons (Tim Wegner, Gilles Vollant) 537*44bedb31SLionel Sambuc- add inflateSyncPoint in zconf.h 538*44bedb31SLionel Sambuc- fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def 539*44bedb31SLionel Sambuc 540*44bedb31SLionel SambucChanges in 1.0.6 (19 Jan 1998) 541*44bedb31SLionel Sambuc- add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and 542*44bedb31SLionel Sambuc gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code) 543*44bedb31SLionel Sambuc- Fix a deflate bug occurring only with compression level 0 (thanks to 544*44bedb31SLionel Sambuc Andy Buckler for finding this one). 545*44bedb31SLionel Sambuc- In minigzip, pass transparently also the first byte for .Z files. 546*44bedb31SLionel Sambuc- return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress() 547*44bedb31SLionel Sambuc- check Z_FINISH in inflate (thanks to Marc Schluper) 548*44bedb31SLionel Sambuc- Implement deflateCopy (thanks to Adam Costello) 549*44bedb31SLionel Sambuc- make static libraries by default in configure, add --shared option. 550*44bedb31SLionel Sambuc- move MSDOS or Windows specific files to directory msdos 551*44bedb31SLionel Sambuc- suppress the notion of partial flush to simplify the interface 552*44bedb31SLionel Sambuc (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4) 553*44bedb31SLionel Sambuc- suppress history buffer provided by application to simplify the interface 554*44bedb31SLionel Sambuc (this feature was not implemented anyway in 1.0.4) 555*44bedb31SLionel Sambuc- next_in and avail_in must be initialized before calling inflateInit or 556*44bedb31SLionel Sambuc inflateInit2 557*44bedb31SLionel Sambuc- add EXPORT in all exported functions (for Windows DLL) 558*44bedb31SLionel Sambuc- added Makefile.nt (thanks to Stephen Williams) 559*44bedb31SLionel Sambuc- added the unsupported "contrib" directory: 560*44bedb31SLionel Sambuc contrib/asm386/ by Gilles Vollant <info@winimage.com> 561*44bedb31SLionel Sambuc 386 asm code replacing longest_match(). 562*44bedb31SLionel Sambuc contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 563*44bedb31SLionel Sambuc A C++ I/O streams interface to the zlib gz* functions 564*44bedb31SLionel Sambuc contrib/iostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no> 565*44bedb31SLionel Sambuc Another C++ I/O streams interface 566*44bedb31SLionel Sambuc contrib/untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> 567*44bedb31SLionel Sambuc A very simple tar.gz file extractor using zlib 568*44bedb31SLionel Sambuc contrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl> 569*44bedb31SLionel Sambuc How to use compress(), uncompress() and the gz* functions from VB. 570*44bedb31SLionel Sambuc- pass params -f (filtered data), -h (huffman only), -1 to -9 (compression 571*44bedb31SLionel Sambuc level) in minigzip (thanks to Tom Lane) 572*44bedb31SLionel Sambuc 573*44bedb31SLionel Sambuc- use const for rommable constants in deflate 574*44bedb31SLionel Sambuc- added test for gzseek and gztell in example.c 575*44bedb31SLionel Sambuc- add undocumented function inflateSyncPoint() (hack for Paul Mackerras) 576*44bedb31SLionel Sambuc- add undocumented function zError to convert error code to string 577*44bedb31SLionel Sambuc (for Tim Smithers) 578*44bedb31SLionel Sambuc- Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code. 579*44bedb31SLionel Sambuc- Use default memcpy for Symantec MSDOS compiler. 580*44bedb31SLionel Sambuc- Add EXPORT keyword for check_func (needed for Windows DLL) 581*44bedb31SLionel Sambuc- add current directory to LD_LIBRARY_PATH for "make test" 582*44bedb31SLionel Sambuc- create also a link for libz.so.1 583*44bedb31SLionel Sambuc- added support for FUJITSU UXP/DS (thanks to Toshiaki Nomura) 584*44bedb31SLionel Sambuc- use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX) 585*44bedb31SLionel Sambuc- added -soname for Linux in configure (Chun-Chung Chen, 586*44bedb31SLionel Sambuc- assign numbers to the exported functions in zlib.def (for Windows DLL) 587*44bedb31SLionel Sambuc- add advice in zlib.h for best usage of deflateSetDictionary 588*44bedb31SLionel Sambuc- work around compiler bug on Atari (cast Z_NULL in call of s->checkfn) 589*44bedb31SLionel Sambuc- allow compilation with ANSI keywords only enabled for TurboC in large model 590*44bedb31SLionel Sambuc- avoid "versionString"[0] (Borland bug) 591*44bedb31SLionel Sambuc- add NEED_DUMMY_RETURN for Borland 592*44bedb31SLionel Sambuc- use variable z_verbose for tracing in debug mode (L. Peter Deutsch). 593*44bedb31SLionel Sambuc- allow compilation with CC 594*44bedb31SLionel Sambuc- defined STDC for OS/2 (David Charlap) 595*44bedb31SLionel Sambuc- limit external names to 8 chars for MVS (Thomas Lund) 596*44bedb31SLionel Sambuc- in minigzip.c, use static buffers only for 16-bit systems 597*44bedb31SLionel Sambuc- fix suffix check for "minigzip -d foo.gz" 598*44bedb31SLionel Sambuc- do not return an error for the 2nd of two consecutive gzflush() (Felix Lee) 599*44bedb31SLionel Sambuc- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau) 600*44bedb31SLionel Sambuc- added makelcc.bat for lcc-win32 (Tom St Denis) 601*44bedb31SLionel Sambuc- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) 602*44bedb31SLionel Sambuc- Avoid expanded Id. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. 603*44bedb31SLionel Sambuc- check for unistd.h in configure (for off_t) 604*44bedb31SLionel Sambuc- remove useless check parameter in inflate_blocks_free 605*44bedb31SLionel Sambuc- avoid useless assignment of s->check to itself in inflate_blocks_new 606*44bedb31SLionel Sambuc- do not flush twice in gzclose (thanks to Ken Raeburn) 607*44bedb31SLionel Sambuc- rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h 608*44bedb31SLionel Sambuc- use NO_ERRNO_H instead of enumeration of operating systems with errno.h 609*44bedb31SLionel Sambuc- work around buggy fclose on pipes for HP/UX 610*44bedb31SLionel Sambuc- support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson) 611*44bedb31SLionel Sambuc- fix configure if CC is already equal to gcc 612*44bedb31SLionel Sambuc 613*44bedb31SLionel SambucChanges in 1.0.5 (3 Jan 98) 614*44bedb31SLionel Sambuc- Fix inflate to terminate gracefully when fed corrupted or invalid data 615*44bedb31SLionel Sambuc- Use const for rommable constants in inflate 616*44bedb31SLionel Sambuc- Eliminate memory leaks on error conditions in inflate 617*44bedb31SLionel Sambuc- Removed some vestigial code in inflate 618*44bedb31SLionel Sambuc- Update web address in README 619*44bedb31SLionel Sambuc 620*44bedb31SLionel SambucChanges in 1.0.4 (24 Jul 96) 621*44bedb31SLionel Sambuc- In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF 622*44bedb31SLionel Sambuc bit, so the decompressor could decompress all the correct data but went 623*44bedb31SLionel Sambuc on to attempt decompressing extra garbage data. This affected minigzip too. 624*44bedb31SLionel Sambuc- zlibVersion and gzerror return const char* (needed for DLL) 625*44bedb31SLionel Sambuc- port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno) 626*44bedb31SLionel Sambuc- use z_error only for DEBUG (avoid problem with DLLs) 627*44bedb31SLionel Sambuc 628*44bedb31SLionel SambucChanges in 1.0.3 (2 Jul 96) 629*44bedb31SLionel Sambuc- use z_streamp instead of z_stream *, which is now a far pointer in MSDOS 630*44bedb31SLionel Sambuc small and medium models; this makes the library incompatible with previous 631*44bedb31SLionel Sambuc versions for these models. (No effect in large model or on other systems.) 632*44bedb31SLionel Sambuc- return OK instead of BUF_ERROR if previous deflate call returned with 633*44bedb31SLionel Sambuc avail_out as zero but there is nothing to do 634*44bedb31SLionel Sambuc- added memcmp for non STDC compilers 635*44bedb31SLionel Sambuc- define NO_DUMMY_DECL for more Mac compilers (.h files merged incorrectly) 636*44bedb31SLionel Sambuc- define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO) 637*44bedb31SLionel Sambuc- better check for 16-bit mode MSC (avoids problem with Symantec) 638*44bedb31SLionel Sambuc 639*44bedb31SLionel SambucChanges in 1.0.2 (23 May 96) 640*44bedb31SLionel Sambuc- added Windows DLL support 641*44bedb31SLionel Sambuc- added a function zlibVersion (for the DLL support) 642*44bedb31SLionel Sambuc- fixed declarations using Bytef in infutil.c (pb with MSDOS medium model) 643*44bedb31SLionel Sambuc- Bytef is define's instead of typedef'd only for Borland C 644*44bedb31SLionel Sambuc- avoid reading uninitialized memory in example.c 645*44bedb31SLionel Sambuc- mention in README that the zlib format is now RFC1950 646*44bedb31SLionel Sambuc- updated Makefile.dj2 647*44bedb31SLionel Sambuc- added algorithm.doc 648*44bedb31SLionel Sambuc 649*44bedb31SLionel SambucChanges in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] 650*44bedb31SLionel Sambuc- fix array overlay in deflate.c which sometimes caused bad compressed data 651*44bedb31SLionel Sambuc- fix inflate bug with empty stored block 652*44bedb31SLionel Sambuc- fix MSDOS medium model which was broken in 0.99 653*44bedb31SLionel Sambuc- fix deflateParams() which could generated bad compressed data. 654*44bedb31SLionel Sambuc- Bytef is define'd instead of typedef'ed (work around Borland bug) 655*44bedb31SLionel Sambuc- added an INDEX file 656*44bedb31SLionel Sambuc- new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), 657*44bedb31SLionel Sambuc Watcom (Makefile.wat), Amiga SAS/C (Makefile.sas) 658*44bedb31SLionel Sambuc- speed up adler32 for modern machines without auto-increment 659*44bedb31SLionel Sambuc- added -ansi for IRIX in configure 660*44bedb31SLionel Sambuc- static_init_done in trees.c is an int 661*44bedb31SLionel Sambuc- define unlink as delete for VMS 662*44bedb31SLionel Sambuc- fix configure for QNX 663*44bedb31SLionel Sambuc- add configure branch for SCO and HPUX 664*44bedb31SLionel Sambuc- avoid many warnings (unused variables, dead assignments, etc...) 665*44bedb31SLionel Sambuc- no fdopen for BeOS 666*44bedb31SLionel Sambuc- fix the Watcom fix for 32 bit mode (define FAR as empty) 667*44bedb31SLionel Sambuc- removed redefinition of Byte for MKWERKS 668*44bedb31SLionel Sambuc- work around an MWKERKS bug (incorrect merge of all .h files) 669*44bedb31SLionel Sambuc 670*44bedb31SLionel SambucChanges in 0.99 (27 Jan 96) 671*44bedb31SLionel Sambuc- allow preset dictionary shared between compressor and decompressor 672*44bedb31SLionel Sambuc- allow compression level 0 (no compression) 673*44bedb31SLionel Sambuc- add deflateParams in zlib.h: allow dynamic change of compression level 674*44bedb31SLionel Sambuc and compression strategy. 675*44bedb31SLionel Sambuc- test large buffers and deflateParams in example.c 676*44bedb31SLionel Sambuc- add optional "configure" to build zlib as a shared library 677*44bedb31SLionel Sambuc- suppress Makefile.qnx, use configure instead 678*44bedb31SLionel Sambuc- fixed deflate for 64-bit systems (detected on Cray) 679*44bedb31SLionel Sambuc- fixed inflate_blocks for 64-bit systems (detected on Alpha) 680*44bedb31SLionel Sambuc- declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2) 681*44bedb31SLionel Sambuc- always return Z_BUF_ERROR when deflate() has nothing to do 682*44bedb31SLionel Sambuc- deflateInit and inflateInit are now macros to allow version checking 683*44bedb31SLionel Sambuc- prefix all global functions and types with z_ with -DZ_PREFIX 684*44bedb31SLionel Sambuc- make falloc completely reentrant (inftrees.c) 685*44bedb31SLionel Sambuc- fixed very unlikely race condition in ct_static_init 686*44bedb31SLionel Sambuc- free in reverse order of allocation to help memory manager 687*44bedb31SLionel Sambuc- use zlib-1.0/* instead of zlib/* inside the tar.gz 688*44bedb31SLionel Sambuc- make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith 689*44bedb31SLionel Sambuc -Wconversion -Wstrict-prototypes -Wmissing-prototypes" 690*44bedb31SLionel Sambuc- allow gzread on concatenated .gz files 691*44bedb31SLionel Sambuc- deflateEnd now returns Z_DATA_ERROR if it was premature 692*44bedb31SLionel Sambuc- deflate is finally (?) fully deterministic (no matches beyond end of input) 693*44bedb31SLionel Sambuc- Document Z_SYNC_FLUSH 694*44bedb31SLionel Sambuc- add uninstall in Makefile 695*44bedb31SLionel Sambuc- Check for __cpluplus in zlib.h 696*44bedb31SLionel Sambuc- Better test in ct_align for partial flush 697*44bedb31SLionel Sambuc- avoid harmless warnings for Borland C++ 698*44bedb31SLionel Sambuc- initialize hash_head in deflate.c 699*44bedb31SLionel Sambuc- avoid warning on fdopen (gzio.c) for HP cc -Aa 700*44bedb31SLionel Sambuc- include stdlib.h for STDC compilers 701*44bedb31SLionel Sambuc- include errno.h for Cray 702*44bedb31SLionel Sambuc- ignore error if ranlib doesn't exist 703*44bedb31SLionel Sambuc- call ranlib twice for NeXTSTEP 704*44bedb31SLionel Sambuc- use exec_prefix instead of prefix for libz.a 705*44bedb31SLionel Sambuc- renamed ct_* as _tr_* to avoid conflict with applications 706*44bedb31SLionel Sambuc- clear z->msg in inflateInit2 before any error return 707*44bedb31SLionel Sambuc- initialize opaque in example.c, gzio.c, deflate.c and inflate.c 708*44bedb31SLionel Sambuc- fixed typo in zconf.h (_GNUC__ => __GNUC__) 709*44bedb31SLionel Sambuc- check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode) 710*44bedb31SLionel Sambuc- fix typo in Make_vms.com (f$trnlnm -> f$getsyi) 711*44bedb31SLionel Sambuc- in fcalloc, normalize pointer if size > 65520 bytes 712*44bedb31SLionel Sambuc- don't use special fcalloc for 32 bit Borland C++ 713*44bedb31SLionel Sambuc- use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc... 714*44bedb31SLionel Sambuc- use Z_BINARY instead of BINARY 715*44bedb31SLionel Sambuc- document that gzclose after gzdopen will close the file 716*44bedb31SLionel Sambuc- allow "a" as mode in gzopen. 717*44bedb31SLionel Sambuc- fix error checking in gzread 718*44bedb31SLionel Sambuc- allow skipping .gz extra-field on pipes 719*44bedb31SLionel Sambuc- added reference to Perl interface in README 720*44bedb31SLionel Sambuc- put the crc table in FAR data (I dislike more and more the medium model :) 721*44bedb31SLionel Sambuc- added get_crc_table 722*44bedb31SLionel Sambuc- added a dimension to all arrays (Borland C can't count). 723*44bedb31SLionel Sambuc- workaround Borland C bug in declaration of inflate_codes_new & inflate_fast 724*44bedb31SLionel Sambuc- guard against multiple inclusion of *.h (for precompiled header on Mac) 725*44bedb31SLionel Sambuc- Watcom C pretends to be Microsoft C small model even in 32 bit mode. 726*44bedb31SLionel Sambuc- don't use unsized arrays to avoid silly warnings by Visual C++: 727*44bedb31SLionel Sambuc warning C4746: 'inflate_mask' : unsized array treated as '__far' 728*44bedb31SLionel Sambuc (what's wrong with far data in far model?). 729*44bedb31SLionel Sambuc- define enum out of inflate_blocks_state to allow compilation with C++ 730*44bedb31SLionel Sambuc 731*44bedb31SLionel SambucChanges in 0.95 (16 Aug 95) 732*44bedb31SLionel Sambuc- fix MSDOS small and medium model (now easier to adapt to any compiler) 733*44bedb31SLionel Sambuc- inlined send_bits 734*44bedb31SLionel Sambuc- fix the final (:-) bug for deflate with flush (output was correct but 735*44bedb31SLionel Sambuc not completely flushed in rare occasions). 736*44bedb31SLionel Sambuc- default window size is same for compression and decompression 737*44bedb31SLionel Sambuc (it's now sufficient to set MAX_WBITS in zconf.h). 738*44bedb31SLionel Sambuc- voidp -> voidpf and voidnp -> voidp (for consistency with other 739*44bedb31SLionel Sambuc typedefs and because voidnp was not near in large model). 740*44bedb31SLionel Sambuc 741*44bedb31SLionel SambucChanges in 0.94 (13 Aug 95) 742*44bedb31SLionel Sambuc- support MSDOS medium model 743*44bedb31SLionel Sambuc- fix deflate with flush (could sometimes generate bad output) 744*44bedb31SLionel Sambuc- fix deflateReset (zlib header was incorrectly suppressed) 745*44bedb31SLionel Sambuc- added support for VMS 746*44bedb31SLionel Sambuc- allow a compression level in gzopen() 747*44bedb31SLionel Sambuc- gzflush now calls fflush 748*44bedb31SLionel Sambuc- For deflate with flush, flush even if no more input is provided. 749*44bedb31SLionel Sambuc- rename libgz.a as libz.a 750*44bedb31SLionel Sambuc- avoid complex expression in infcodes.c triggering Turbo C bug 751*44bedb31SLionel Sambuc- work around a problem with gcc on Alpha (in INSERT_STRING) 752*44bedb31SLionel Sambuc- don't use inline functions (problem with some gcc versions) 753*44bedb31SLionel Sambuc- allow renaming of Byte, uInt, etc... with #define. 754*44bedb31SLionel Sambuc- avoid warning about (unused) pointer before start of array in deflate.c 755*44bedb31SLionel Sambuc- avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c 756*44bedb31SLionel Sambuc- avoid reserved word 'new' in trees.c 757*44bedb31SLionel Sambuc 758*44bedb31SLionel SambucChanges in 0.93 (25 June 95) 759*44bedb31SLionel Sambuc- temporarily disable inline functions 760*44bedb31SLionel Sambuc- make deflate deterministic 761*44bedb31SLionel Sambuc- give enough lookahead for PARTIAL_FLUSH 762*44bedb31SLionel Sambuc- Set binary mode for stdin/stdout in minigzip.c for OS/2 763*44bedb31SLionel Sambuc- don't even use signed char in inflate (not portable enough) 764*44bedb31SLionel Sambuc- fix inflate memory leak for segmented architectures 765*44bedb31SLionel Sambuc 766*44bedb31SLionel SambucChanges in 0.92 (3 May 95) 767*44bedb31SLionel Sambuc- don't assume that char is signed (problem on SGI) 768*44bedb31SLionel Sambuc- Clear bit buffer when starting a stored block 769*44bedb31SLionel Sambuc- no memcpy on Pyramid 770*44bedb31SLionel Sambuc- suppressed inftest.c 771*44bedb31SLionel Sambuc- optimized fill_window, put longest_match inline for gcc 772*44bedb31SLionel Sambuc- optimized inflate on stored blocks. 773*44bedb31SLionel Sambuc- untabify all sources to simplify patches 774*44bedb31SLionel Sambuc 775*44bedb31SLionel SambucChanges in 0.91 (2 May 95) 776*44bedb31SLionel Sambuc- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h 777*44bedb31SLionel Sambuc- Document the memory requirements in zconf.h 778*44bedb31SLionel Sambuc- added "make install" 779*44bedb31SLionel Sambuc- fix sync search logic in inflateSync 780*44bedb31SLionel Sambuc- deflate(Z_FULL_FLUSH) now works even if output buffer too short 781*44bedb31SLionel Sambuc- after inflateSync, don't scare people with just "lo world" 782*44bedb31SLionel Sambuc- added support for DJGPP 783*44bedb31SLionel Sambuc 784*44bedb31SLionel SambucChanges in 0.9 (1 May 95) 785*44bedb31SLionel Sambuc- don't assume that zalloc clears the allocated memory (the TurboC bug 786*44bedb31SLionel Sambuc was Mark's bug after all :) 787*44bedb31SLionel Sambuc- let again gzread copy uncompressed data unchanged (was working in 0.71) 788*44bedb31SLionel Sambuc- deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented 789*44bedb31SLionel Sambuc- added a test of inflateSync in example.c 790*44bedb31SLionel Sambuc- moved MAX_WBITS to zconf.h because users might want to change that. 791*44bedb31SLionel Sambuc- document explicitly that zalloc(64K) on MSDOS must return a normalized 792*44bedb31SLionel Sambuc pointer (zero offset) 793*44bedb31SLionel Sambuc- added Makefiles for Microsoft C, Turbo C, Borland C++ 794*44bedb31SLionel Sambuc- faster crc32() 795*44bedb31SLionel Sambuc 796*44bedb31SLionel SambucChanges in 0.8 (29 April 95) 797*44bedb31SLionel Sambuc- added fast inflate (inffast.c) 798*44bedb31SLionel Sambuc- deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this 799*44bedb31SLionel Sambuc is incompatible with previous versions of zlib which returned Z_OK. 800*44bedb31SLionel Sambuc- work around a TurboC compiler bug (bad code for b << 0, see infutil.h) 801*44bedb31SLionel Sambuc (actually that was not a compiler bug, see 0.81 above) 802*44bedb31SLionel Sambuc- gzread no longer reads one extra byte in certain cases 803*44bedb31SLionel Sambuc- In gzio destroy(), don't reference a freed structure 804*44bedb31SLionel Sambuc- avoid many warnings for MSDOS 805*44bedb31SLionel Sambuc- avoid the ERROR symbol which is used by MS Windows 806*44bedb31SLionel Sambuc 807*44bedb31SLionel SambucChanges in 0.71 (14 April 95) 808*44bedb31SLionel Sambuc- Fixed more MSDOS compilation problems :( There is still a bug with 809*44bedb31SLionel Sambuc TurboC large model. 810*44bedb31SLionel Sambuc 811*44bedb31SLionel SambucChanges in 0.7 (14 April 95) 812*44bedb31SLionel Sambuc- Added full inflate support. 813*44bedb31SLionel Sambuc- Simplified the crc32() interface. The pre- and post-conditioning 814*44bedb31SLionel Sambuc (one's complement) is now done inside crc32(). WARNING: this is 815*44bedb31SLionel Sambuc incompatible with previous versions; see zlib.h for the new usage. 816*44bedb31SLionel Sambuc 817*44bedb31SLionel SambucChanges in 0.61 (12 April 95) 818*44bedb31SLionel Sambuc- workaround for a bug in TurboC. example and minigzip now work on MSDOS. 819*44bedb31SLionel Sambuc 820*44bedb31SLionel SambucChanges in 0.6 (11 April 95) 821*44bedb31SLionel Sambuc- added minigzip.c 822*44bedb31SLionel Sambuc- added gzdopen to reopen a file descriptor as gzFile 823*44bedb31SLionel Sambuc- added transparent reading of non-gziped files in gzread. 824*44bedb31SLionel Sambuc- fixed bug in gzread (don't read crc as data) 825*44bedb31SLionel Sambuc- fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose). 826*44bedb31SLionel Sambuc- don't allocate big arrays in the stack (for MSDOS) 827*44bedb31SLionel Sambuc- fix some MSDOS compilation problems 828*44bedb31SLionel Sambuc 829*44bedb31SLionel SambucChanges in 0.5: 830*44bedb31SLionel Sambuc- do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but 831*44bedb31SLionel Sambuc not yet Z_FULL_FLUSH. 832*44bedb31SLionel Sambuc- support decompression but only in a single step (forced Z_FINISH) 833*44bedb31SLionel Sambuc- added opaque object for zalloc and zfree. 834*44bedb31SLionel Sambuc- added deflateReset and inflateReset 835*44bedb31SLionel Sambuc- added a variable zlib_version for consistency checking. 836*44bedb31SLionel Sambuc- renamed the 'filter' parameter of deflateInit2 as 'strategy'. 837*44bedb31SLionel Sambuc Added Z_FILTERED and Z_HUFFMAN_ONLY constants. 838*44bedb31SLionel Sambuc 839*44bedb31SLionel SambucChanges in 0.4: 840*44bedb31SLionel Sambuc- avoid "zip" everywhere, use zlib instead of ziplib. 841*44bedb31SLionel Sambuc- suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush 842*44bedb31SLionel Sambuc if compression method == 8. 843*44bedb31SLionel Sambuc- added adler32 and crc32 844*44bedb31SLionel Sambuc- renamed deflateOptions as deflateInit2, call one or the other but not both 845*44bedb31SLionel Sambuc- added the method parameter for deflateInit2. 846*44bedb31SLionel Sambuc- added inflateInit2 847*44bedb31SLionel Sambuc- simplied considerably deflateInit and inflateInit by not supporting 848*44bedb31SLionel Sambuc user-provided history buffer. This is supported only in deflateInit2 849*44bedb31SLionel Sambuc and inflateInit2. 850*44bedb31SLionel Sambuc 851*44bedb31SLionel SambucChanges in 0.3: 852*44bedb31SLionel Sambuc- prefix all macro names with Z_ 853*44bedb31SLionel Sambuc- use Z_FINISH instead of deflateEnd to finish compression. 854*44bedb31SLionel Sambuc- added Z_HUFFMAN_ONLY 855*44bedb31SLionel Sambuc- added gzerror() 856