ChangeLog revision 206924
117651Speter
2131377Stjr                ChangeLog file for zlib
317651Speter
4206924SdelphijChanges in 1.2.5 (19 Apr 2010)
5206924Sdelphij- Disable visibility attribute in win32/Makefile.gcc [Bar-Lev]
6206924Sdelphij- Default to libdir as sharedlibdir in configure [Nieder]
7206924Sdelphij- Update copyright dates on modified source files
8206924Sdelphij- Update trees.c to be able to generate modified trees.h
9206924Sdelphij- Exit configure for MinGW, suggesting win32/Makefile.gcc
10206924Sdelphij
11206924SdelphijChanges in 1.2.4.5 (18 Apr 2010)
12206924Sdelphij- Set sharedlibdir in configure [Torok]
13206924Sdelphij- Set LDFLAGS in Makefile.in [Bar-Lev]
14206924Sdelphij- Avoid mkdir objs race condition in Makefile.in [Bowler]
15206924Sdelphij- Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
16206924Sdelphij- Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
17206924Sdelphij- Don't use hidden attribute when it is a warning generator (e.g. Solaris)
18206924Sdelphij
19206924SdelphijChanges in 1.2.4.4 (18 Apr 2010)
20206924Sdelphij- Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok]
21206924Sdelphij- Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty
22206924Sdelphij- Try to use bash or ksh regardless of functionality of /bin/sh
23206924Sdelphij- Fix configure incompatibility with NetBSD sh
24206924Sdelphij- Remove attempt to run under bash or ksh since have better NetBSD fix
25206924Sdelphij- Fix win32/Makefile.gcc for MinGW [Bar-Lev]
26206924Sdelphij- Add diagnostic messages when using CROSS_PREFIX in configure
27206924Sdelphij- Added --sharedlibdir option to configure [Weigelt]
28206924Sdelphij- Use hidden visibility attribute when available [Frysinger]
29206924Sdelphij
30206708SdelphijChanges in 1.2.4.3 (10 Apr 2010)
31206708Sdelphij- Only use CROSS_PREFIX in configure for ar and ranlib if they exist
32206708Sdelphij- Use CROSS_PREFIX for nm [Bar-Lev]
33206708Sdelphij- Assume _LARGEFILE64_SOURCE defined is equivalent to true
34206708Sdelphij- Avoid use of undefined symbols in #if with && and ||
35206708Sdelphij- Make *64 prototypes in gzguts.h consistent with functions
36206708Sdelphij- Add -shared load option for MinGW in configure [Bowler]
37206708Sdelphij- Move z_off64_t to public interface, use instead of off64_t
38206708Sdelphij- Remove ! from shell test in configure (not portable to Solaris)
39206708Sdelphij- Change +0 macro tests to -0 for possibly increased portability
40206708Sdelphij
41206708SdelphijChanges in 1.2.4.2 (9 Apr 2010)
42206708Sdelphij- Add consistent carriage returns to readme.txt's in masmx86 and masmx64
43206708Sdelphij- Really provide prototypes for *64 functions when building without LFS
44206708Sdelphij- Only define unlink() in minigzip.c if unistd.h not included
45206708Sdelphij- Update README to point to contrib/vstudio project files
46206708Sdelphij- Move projects/vc6 to old/ and remove projects/
47206708Sdelphij- Include stdlib.h in minigzip.c for setmode() definition under WinCE
48206708Sdelphij- Clean up assembler builds in win32/Makefile.msc [Rowe]
49206708Sdelphij- Include sys/types.h for Microsoft for off_t definition
50206708Sdelphij- Fix memory leak on error in gz_open()
51206708Sdelphij- Symbolize nm as $NM in configure [Weigelt]
52206708Sdelphij- Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt]
53206708Sdelphij- Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
54206708Sdelphij- Fix bug in gzeof() to take into account unused input data
55206708Sdelphij- Avoid initialization of structures with variables in puff.c
56206708Sdelphij- Updated win32/README-WIN32.txt [Rowe]
57206708Sdelphij
58206002SdelphijChanges in 1.2.4.1 (28 Mar 2010)
59206002Sdelphij- Remove the use of [a-z] constructs for sed in configure [gentoo 310225]
60206002Sdelphij- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech]
61206002Sdelphij- Restore "for debugging" comment on sprintf() in gzlib.c
62206002Sdelphij- Remove fdopen for MVS from gzguts.h
63206002Sdelphij- Put new README-WIN32.txt in win32 [Rowe]
64206002Sdelphij- Add check for shell to configure and invoke another shell if needed
65206002Sdelphij- Fix big fat stinking bug in gzseek() on uncompressed files
66206002Sdelphij- Remove vestigial F_OPEN64 define in zutil.h
67206002Sdelphij- Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE
68206002Sdelphij- Avoid errors on non-LFS systems when applications define LFS macros
69206002Sdelphij- Set EXE to ".exe" in configure for MINGW [Kahle]
70206002Sdelphij- Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]
71206002Sdelphij- Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
72206002Sdelphij- Add DLL install in win32/makefile.gcc [Bar-Lev]
73206002Sdelphij- Allow Linux* or linux* from uname in configure [Bar-Lev]
74206002Sdelphij- Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev]
75206002Sdelphij- Add cross-compilation prefixes to configure [Bar-Lev]
76206002Sdelphij- Match type exactly in gz_load() invocation in gzread.c
77206002Sdelphij- Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
78206002Sdelphij- Provide prototypes for *64 functions when building zlib without LFS
79206002Sdelphij- Don't use -lc when linking shared library on MinGW
80206002Sdelphij- Remove errno.h check in configure and vestigial errno code in zutil.h
81206002Sdelphij
82205471SdelphijChanges in 1.2.4 (14 Mar 2010)
83205471Sdelphij- Fix VER3 extraction in configure for no fourth subversion
84205471Sdelphij- Update zlib.3, add docs to Makefile.in to make .pdf out of it
85205471Sdelphij- Add zlib.3.pdf to distribution
86205471Sdelphij- Don't set error code in gzerror() if passed pointer is NULL
87205471Sdelphij- Apply destination directory fixes to CMakeLists.txt [Lowman]
88205471Sdelphij- Move #cmakedefine's to a new zconf.in.cmakein
89205471Sdelphij- Restore zconf.h for builds that don't use configure or cmake
90205471Sdelphij- Add distclean to dummy Makefile for convenience
91205471Sdelphij- Update and improve INDEX, README, and FAQ
92205471Sdelphij- Update CMakeLists.txt for the return of zconf.h [Lowman]
93205471Sdelphij- Update contrib/vstudio/vc9 and vc10 [Vollant]
94205471Sdelphij- Change libz.dll.a back to libzdll.a in win32/Makefile.gcc
95205471Sdelphij- Apply license and readme changes to contrib/asm686 [Raiter]
96205471Sdelphij- Check file name lengths and add -c option in minigzip.c [Li]
97205471Sdelphij- Update contrib/amd64 and contrib/masmx86/ [Vollant]
98205471Sdelphij- Avoid use of "eof" parameter in trees.c to not shadow library variable
99205471Sdelphij- Update make_vms.com for removal of zlibdefs.h [Zinser]
100205471Sdelphij- Update assembler code and vstudio projects in contrib [Vollant]
101205471Sdelphij- Remove outdated assembler code contrib/masm686 and contrib/asm586
102205471Sdelphij- Remove old vc7 and vc8 from contrib/vstudio
103205471Sdelphij- Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe]
104205471Sdelphij- Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open()
105205471Sdelphij- Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
106205471Sdelphij- Remove *64 functions from win32/zlib.def (they're not 64-bit yet)
107205471Sdelphij- Fix bug in void-returning vsprintf() case in gzwrite.c
108205471Sdelphij- Fix name change from inflate.h in contrib/inflate86/inffas86.c
109205471Sdelphij- Check if temporary file exists before removing in make_vms.com [Zinser]
110205471Sdelphij- Fix make install and uninstall for --static option
111205471Sdelphij- Fix usage of _MSC_VER in gzguts.h and zutil.h [Truta]
112205471Sdelphij- Update readme.txt in contrib/masmx64 and masmx86 to assemble
113205471Sdelphij
114205471SdelphijChanges in 1.2.3.9 (21 Feb 2010)
115205471Sdelphij- Expunge gzio.c
116205471Sdelphij- Move as400 build information to old
117205471Sdelphij- Fix updates in contrib/minizip and contrib/vstudio
118205471Sdelphij- Add const to vsnprintf test in configure to avoid warnings [Weigelt]
119205471Sdelphij- Delete zconf.h (made by configure) [Weigelt]
120205471Sdelphij- Change zconf.in.h to zconf.h.in per convention [Weigelt]
121205471Sdelphij- Check for NULL buf in gzgets()
122205471Sdelphij- Return empty string for gzgets() with len == 1 (like fgets())
123205471Sdelphij- Fix description of gzgets() in zlib.h for end-of-file, NULL return
124205471Sdelphij- Update minizip to 1.1 [Vollant]
125205471Sdelphij- Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
126205471Sdelphij- Note in zlib.h that gzerror() should be used to distinguish from EOF
127205471Sdelphij- Remove use of snprintf() from gzlib.c
128205471Sdelphij- Fix bug in gzseek()
129205471Sdelphij- Update contrib/vstudio, adding vc9 and vc10 [Kuno, Vollant]
130205471Sdelphij- Fix zconf.h generation in CMakeLists.txt [Lowman]
131205471Sdelphij- Improve comments in zconf.h where modified by configure
132205471Sdelphij
133205471SdelphijChanges in 1.2.3.8 (13 Feb 2010)
134205471Sdelphij- Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer]
135205471Sdelphij- Use z_off64_t in gz_zero() and gz_skip() to match state->skip
136205471Sdelphij- Avoid comparison problem when sizeof(int) == sizeof(z_off64_t)
137205471Sdelphij- Revert to Makefile.in from 1.2.3.6 (live with the clutter)
138205471Sdelphij- Fix missing error return in gzflush(), add zlib.h note
139205471Sdelphij- Add *64 functions to zlib.map [Levin]
140205471Sdelphij- Fix signed/unsigned comparison in gz_comp()
141205471Sdelphij- Use SFLAGS when testing shared linking in configure
142205471Sdelphij- Add --64 option to ./configure to use -m64 with gcc
143205471Sdelphij- Fix ./configure --help to correctly name options
144205471Sdelphij- Have make fail if a test fails [Levin]
145205471Sdelphij- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
146205471Sdelphij- Remove assembler object files from contrib
147205471Sdelphij
148205471SdelphijChanges in 1.2.3.7 (24 Jan 2010)
149205471Sdelphij- Always gzopen() with O_LARGEFILE if available
150205471Sdelphij- Fix gzdirect() to work immediately after gzopen() or gzdopen()
151205471Sdelphij- Make gzdirect() more precise when the state changes while reading
152205471Sdelphij- Improve zlib.h documentation in many places
153205471Sdelphij- Catch memory allocation failure in gz_open()
154205471Sdelphij- Complete close operation if seek forward in gzclose_w() fails
155205471Sdelphij- Return Z_ERRNO from gzclose_r() if close() fails
156205471Sdelphij- Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
157205471Sdelphij- Return zero for gzwrite() errors to match zlib.h description
158205471Sdelphij- Return -1 on gzputs() error to match zlib.h description
159205471Sdelphij- Add zconf.in.h to allow recovery from configure modification [Weigelt]
160205471Sdelphij- Fix static library permissions in Makefile.in [Weigelt]
161205471Sdelphij- Avoid warnings in configure tests that hide functionality [Weigelt]
162205471Sdelphij- Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
163205471Sdelphij- Change libzdll.a to libz.dll.a in win32/Makefile.gcc [gentoo 288212]
164205471Sdelphij- Avoid access of uninitialized data for first inflateReset2 call [Gomes]
165205471Sdelphij- Keep object files in subdirectories to reduce the clutter somewhat
166205471Sdelphij- Remove default Makefile and zlibdefs.h, add dummy Makefile
167205471Sdelphij- Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
168205471Sdelphij- Remove zlibdefs.h completely -- modify zconf.h instead
169205471Sdelphij
170205471SdelphijChanges in 1.2.3.6 (17 Jan 2010)
171205471Sdelphij- Avoid void * arithmetic in gzread.c and gzwrite.c
172205471Sdelphij- Make compilers happier with const char * for gz_error message
173205471Sdelphij- Avoid unused parameter warning in inflate.c
174205471Sdelphij- Avoid signed-unsigned comparison warning in inflate.c
175205471Sdelphij- Indent #pragma's for traditional C
176205471Sdelphij- Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
177205471Sdelphij- Correct email address in configure for system options
178205471Sdelphij- Update make_vms.com and add make_vms.com to contrib/minizip [Zinser]
179205471Sdelphij- Update zlib.map [Brown]
180206924Sdelphij- Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok]
181205471Sdelphij- Apply various fixes to CMakeLists.txt [Lowman]
182205471Sdelphij- Add checks on len in gzread() and gzwrite()
183205471Sdelphij- Add error message for no more room for gzungetc()
184205471Sdelphij- Remove zlib version check in gzwrite()
185205471Sdelphij- Defer compression of gzprintf() result until need to
186205471Sdelphij- Use snprintf() in gzdopen() if available
187205471Sdelphij- Remove USE_MMAP configuration determination (only used by minigzip)
188205471Sdelphij- Remove examples/pigz.c (available separately)
189205471Sdelphij- Update examples/gun.c to 1.6
190205471Sdelphij
191205471SdelphijChanges in 1.2.3.5 (8 Jan 2010)
192205471Sdelphij- Add space after #if in zutil.h for some compilers
193205471Sdelphij- Fix relatively harmless bug in deflate_fast() [Exarevsky]
194205471Sdelphij- Fix same problem in deflate_slow()
195205471Sdelphij- Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]
196205471Sdelphij- Add deflate_rle() for faster Z_RLE strategy run-length encoding
197205471Sdelphij- Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding
198205471Sdelphij- Change name of "write" variable in inffast.c to avoid library collisions
199205471Sdelphij- Fix premature EOF from gzread() in gzio.c [Brown]
200205471Sdelphij- Use zlib header window size if windowBits is 0 in inflateInit2()
201205471Sdelphij- Remove compressBound() call in deflate.c to avoid linking compress.o
202205471Sdelphij- Replace use of errno in gz* with functions, support WinCE [Alves]
203205471Sdelphij- Provide alternative to perror() in minigzip.c for WinCE [Alves]
204205471Sdelphij- Don't use _vsnprintf on later versions of MSVC [Lowman]
205205471Sdelphij- Add CMake build script and input file [Lowman]
206205471Sdelphij- Update contrib/minizip to 1.1 [Svensson, Vollant]
207205471Sdelphij- Moved nintendods directory from contrib to .
208205471Sdelphij- Replace gzio.c with a new set of routines with the same functionality
209205471Sdelphij- Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
210205471Sdelphij- Update contrib/minizip to 1.1b
211205471Sdelphij- Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
212205471Sdelphij
213205471SdelphijChanges in 1.2.3.4 (21 Dec 2009)
214205471Sdelphij- Use old school .SUFFIXES in Makefile.in for FreeBSD compatibility
215205471Sdelphij- Update comments in configure and Makefile.in for default --shared
216205471Sdelphij- Fix test -z's in configure [Marquess]
217205471Sdelphij- Build examplesh and minigzipsh when not testing
218205471Sdelphij- Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h
219205471Sdelphij- Import LDFLAGS from the environment in configure
220205471Sdelphij- Fix configure to populate SFLAGS with discovered CFLAGS options
221205471Sdelphij- Adapt make_vms.com to the new Makefile.in [Zinser]
222205471Sdelphij- Add zlib2ansi script for C++ compilation [Marquess]
223205471Sdelphij- Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
224205471Sdelphij- Add AMD64 assembler code for longest match to contrib [Teterin]
225205471Sdelphij- Include options from $SFLAGS when doing $LDSHARED
226205471Sdelphij- Simplify 64-bit file support by introducing z_off64_t type
227205471Sdelphij- Make shared object files in objs directory to work around old Sun cc
228205471Sdelphij- Use only three-part version number for Darwin shared compiles
229205471Sdelphij- Add rc option to ar in Makefile.in for when ./configure not run
230205471Sdelphij- Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
231205471Sdelphij- Set LD_LIBRARYN32_PATH for SGI IRIX shared compile
232205471Sdelphij- Protect against _FILE_OFFSET_BITS being defined when compiling zlib
233205471Sdelphij- Rename Makefile.in targets allstatic to static and allshared to shared
234205471Sdelphij- Fix static and shared Makefile.in targets to be independent
235205471Sdelphij- Correct error return bug in gz_open() by setting state [Brown]
236205471Sdelphij- Put spaces before ;;'s in configure for better sh compatibility
237205471Sdelphij- Add pigz.c (parallel implementation of gzip) to examples/
238205471Sdelphij- Correct constant in crc32.c to UL [Leventhal]
239205471Sdelphij- Reject negative lengths in crc32_combine()
240205471Sdelphij- Add inflateReset2() function to work like inflateEnd()/inflateInit2()
241205471Sdelphij- Include sys/types.h for _LARGEFILE64_SOURCE [Brown]
242205471Sdelphij- Correct typo in doc/algorithm.txt [Janik]
243205471Sdelphij- Fix bug in adler32_combine() [Zhu]
244205471Sdelphij- Catch missing-end-of-block-code error in all inflates and in puff
245205471Sdelphij    Assures that random input to inflate eventually results in an error
246205471Sdelphij- Added enough.c (calculation of ENOUGH for inftrees.h) to examples/
247205471Sdelphij- Update ENOUGH and its usage to reflect discovered bounds
248205471Sdelphij- Fix gzerror() error report on empty input file [Brown]
249205471Sdelphij- Add ush casts in trees.c to avoid pedantic runtime errors
250205471Sdelphij- Fix typo in zlib.h uncompress() description [Reiss]
251205471Sdelphij- Correct inflate() comments with regard to automatic header detection
252205471Sdelphij- Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
253205471Sdelphij- Put new version of gzlog (2.0) in examples with interruption recovery
254205471Sdelphij- Add puff compile option to permit invalid distance-too-far streams
255205471Sdelphij- Add puff TEST command options, ability to read piped input
256205471Sdelphij- Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
257205471Sdelphij  _LARGEFILE64_SOURCE not defined
258205471Sdelphij- Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
259205471Sdelphij- Fix deflateSetDictionary() to use all 32K for output consistency
260205471Sdelphij- Remove extraneous #define MIN_LOOKAHEAD in deflate.c (in deflate.h)
261205471Sdelphij- Clear bytes after deflate lookahead to avoid use of uninitialized data
262205471Sdelphij- Change a limit in inftrees.c to be more transparent to Coverity Prevent
263205471Sdelphij- Update win32/zlib.def with exported symbols from zlib.h
264205471Sdelphij- Correct spelling error in zlib.h [Willem]
265205471Sdelphij- Allow Z_BLOCK for deflate() to force a new block
266205471Sdelphij- Allow negative bits in inflatePrime() to delete existing bit buffer
267205471Sdelphij- Add Z_TREES flush option to inflate() to return at end of trees
268205471Sdelphij- Add inflateMark() to return current state information for random access
269205471Sdelphij- Add Makefile for NintendoDS to contrib [Costa]
270205471Sdelphij- Add -w in configure compile tests to avoid spurious warnings [Beucler]
271205471Sdelphij- Fix typos in zlib.h comments for deflateSetDictionary()
272205471Sdelphij- Fix EOF detection in transparent gzread() [Maier]
273205471Sdelphij
274205471SdelphijChanges in 1.2.3.3 (2 October 2006)
275205471Sdelphij- Make --shared the default for configure, add a --static option
276205471Sdelphij- Add compile option to permit invalid distance-too-far streams
277205471Sdelphij- Add inflateUndermine() function which is required to enable above
278205471Sdelphij- Remove use of "this" variable name for C++ compatibility [Marquess]
279205471Sdelphij- Add testing of shared library in make test, if shared library built
280205471Sdelphij- Use ftello() and fseeko() if available instead of ftell() and fseek()
281205471Sdelphij- Provide two versions of all functions that use the z_off_t type for
282205471Sdelphij  binary compatibility -- a normal version and a 64-bit offset version,
283205471Sdelphij  per the Large File Support Extension when _LARGEFILE64_SOURCE is
284205471Sdelphij  defined; use the 64-bit versions by default when _FILE_OFFSET_BITS
285205471Sdelphij  is defined to be 64
286205471Sdelphij- Add a --uname= option to configure to perhaps help with cross-compiling
287205471Sdelphij
288205471SdelphijChanges in 1.2.3.2 (3 September 2006)
289205471Sdelphij- Turn off silly Borland warnings [Hay]
290205471Sdelphij- Use off64_t and define _LARGEFILE64_SOURCE when present
291205471Sdelphij- Fix missing dependency on inffixed.h in Makefile.in
292205471Sdelphij- Rig configure --shared to build both shared and static [Teredesai, Truta]
293205471Sdelphij- Remove zconf.in.h and instead create a new zlibdefs.h file
294205471Sdelphij- Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant]
295205471Sdelphij- Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]
296205471Sdelphij
297205471SdelphijChanges in 1.2.3.1 (16 August 2006)
298205471Sdelphij- Add watcom directory with OpenWatcom make files [Daniel]
299205471Sdelphij- Remove #undef of FAR in zconf.in.h for MVS [Fedtke]
300205471Sdelphij- Update make_vms.com [Zinser]
301205471Sdelphij- Use -fPIC for shared build in configure [Teredesai, Nicholson]
302205471Sdelphij- Use only major version number for libz.so on IRIX and OSF1 [Reinholdtsen]
303205471Sdelphij- Use fdopen() (not _fdopen()) for Interix in zutil.h [B�ck]
304205471Sdelphij- Add some FAQ entries about the contrib directory
305205471Sdelphij- Update the MVS question in the FAQ
306205471Sdelphij- Avoid extraneous reads after EOF in gzio.c [Brown]
307205471Sdelphij- Correct spelling of "successfully" in gzio.c [Randers-Pehrson]
308205471Sdelphij- Add comments to zlib.h about gzerror() usage [Brown]
309205471Sdelphij- Set extra flags in gzip header in gzopen() like deflate() does
310205471Sdelphij- Make configure options more compatible with double-dash conventions
311205471Sdelphij  [Weigelt]
312205471Sdelphij- Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen]
313205471Sdelphij- Fix uninstall target in Makefile.in [Truta]
314205471Sdelphij- Add pkgconfig support [Weigelt]
315205471Sdelphij- Use $(DESTDIR) macro in Makefile.in [Reinholdtsen, Weigelt]
316205471Sdelphij- Replace set_data_type() with a more accurate detect_data_type() in
317205471Sdelphij  trees.c, according to the txtvsbin.txt document [Truta]
318205471Sdelphij- Swap the order of #include <stdio.h> and #include "zlib.h" in
319205471Sdelphij  gzio.c, example.c and minigzip.c [Truta]
320205471Sdelphij- Shut up annoying VS2005 warnings about standard C deprecation [Rowe,
321205471Sdelphij  Truta] (where?)
322205471Sdelphij- Fix target "clean" from win32/Makefile.bor [Truta]
323205471Sdelphij- Create .pdb and .manifest files in win32/makefile.msc [Ziegler, Rowe]
324205471Sdelphij- Update zlib www home address in win32/DLL_FAQ.txt [Truta]
325205471Sdelphij- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove]
326205471Sdelphij- Enable browse info in the "Debug" and "ASM Debug" configurations in
327205471Sdelphij  the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta]
328205471Sdelphij- Add pkgconfig support [Weigelt]
329205471Sdelphij- Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
330205471Sdelphij  for use in win32/zlib1.rc [Polushin, Rowe, Truta]
331205471Sdelphij- Add a document that explains the new text detection scheme to
332205471Sdelphij  doc/txtvsbin.txt [Truta]
333205471Sdelphij- Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
334205471Sdelphij- Move algorithm.txt into doc/ [Truta]
335205471Sdelphij- Synchronize FAQ with website
336205471Sdelphij- Fix compressBound(), was low for some pathological cases [Fearnley]
337205471Sdelphij- Take into account wrapper variations in deflateBound()
338205471Sdelphij- Set examples/zpipe.c input and output to binary mode for Windows
339205471Sdelphij- Update examples/zlib_how.html with new zpipe.c (also web site)
340205471Sdelphij- Fix some warnings in examples/gzlog.c and examples/zran.c (it seems
341205471Sdelphij  that gcc became pickier in 4.0)
342205471Sdelphij- Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
343205471Sdelphij  un-versioned, the patch adds versioning only for symbols introduced in
344205471Sdelphij  zlib-1.2.0 or later.  It also declares as local those symbols which are
345205471Sdelphij  not designed to be exported." [Levin]
346205471Sdelphij- Update Z_PREFIX list in zconf.in.h, add --zprefix option to configure
347205471Sdelphij- Do not initialize global static by default in trees.c, add a response
348205471Sdelphij  NO_INIT_GLOBAL_POINTERS to initialize them if needed [Marquess]
349205471Sdelphij- Don't use strerror() in gzio.c under WinCE [Yakimov]
350205471Sdelphij- Don't use errno.h in zutil.h under WinCE [Yakimov]
351205471Sdelphij- Move arguments for AR to its usage to allow replacing ar [Marot]
352205471Sdelphij- Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]
353205471Sdelphij- Improve inflateInit() and inflateInit2() documentation
354205471Sdelphij- Fix structure size comment in inflate.h
355205471Sdelphij- Change configure help option from --h* to --help [Santos]
356205471Sdelphij
357157043SdesChanges in 1.2.3 (18 July 2005)
358157043Sdes- Apply security vulnerability fixes to contrib/infback9 as well
359157043Sdes- Clean up some text files (carriage returns, trailing space)
360157043Sdes- Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant]
361157043Sdes
362157043SdesChanges in 1.2.2.4 (11 July 2005)
363157043Sdes- Add inflatePrime() function for starting inflation at bit boundary
364157043Sdes- Avoid some Visual C warnings in deflate.c
365157043Sdes- Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit
366157043Sdes  compile
367157043Sdes- Fix some spelling errors in comments [Betts]
368157043Sdes- Correct inflateInit2() error return documentation in zlib.h
369205471Sdelphij- Add zran.c example of compressed data random access to examples
370157043Sdes  directory, shows use of inflatePrime()
371157043Sdes- Fix cast for assignments to strm->state in inflate.c and infback.c
372157043Sdes- Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
373157043Sdes- Move declarations of gf2 functions to right place in crc32.c [Oberhumer]
374157043Sdes- Add cast in trees.c t avoid a warning [Oberhumer]
375157043Sdes- Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer]
376157043Sdes- Update make_vms.com [Zinser]
377157043Sdes- Initialize state->write in inflateReset() since copied in inflate_fast()
378157043Sdes- Be more strict on incomplete code sets in inflate_table() and increase
379157043Sdes  ENOUGH and MAXD -- this repairs a possible security vulnerability for
380157043Sdes  invalid inflate input.  Thanks to Tavis Ormandy and Markus Oberhumer for
381157043Sdes  discovering the vulnerability and providing test cases.
382157043Sdes- Add ia64 support to configure for HP-UX [Smith]
383157043Sdes- Add error return to gzread() for format or i/o error [Levin]
384157043Sdes- Use malloc.h for OS/2 [Necasek]
385157043Sdes
386157043SdesChanges in 1.2.2.3 (27 May 2005)
387157043Sdes- Replace 1U constants in inflate.c and inftrees.c for 64-bit compile
388157043Sdes- Typecast fread() return values in gzio.c [Vollant]
389157043Sdes- Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
390157043Sdes- Fix crc check bug in gzread() after gzungetc() [Heiner]
391157043Sdes- Add the deflateTune() function to adjust internal compression parameters
392157043Sdes- Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
393157043Sdes- Remove an incorrect assertion in examples/zpipe.c
394157043Sdes- Add C++ wrapper in infback9.h [Donais]
395157043Sdes- Fix bug in inflateCopy() when decoding fixed codes
396157043Sdes- Note in zlib.h how much deflateSetDictionary() actually uses
397157043Sdes- Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used)
398157043Sdes- Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
399157043Sdes- Don't include stderr.h or errno.h for _WIN32_WCE in zutil.h [Spencer]
400157043Sdes- Add gzdirect() function to indicate transparent reads
401157043Sdes- Update contrib/minizip [Vollant]
402157043Sdes- Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer]
403157043Sdes- Add casts in crc32.c to avoid warnings [Oberhumer]
404157043Sdes- Add contrib/masmx64 [Vollant]
405157043Sdes- Update contrib/asm586, asm686, masmx86, testzlib, vstudio [Vollant]
406157043Sdes
407157043SdesChanges in 1.2.2.2 (30 December 2004)
408157043Sdes- Replace structure assignments in deflate.c and inflate.c with zmemcpy to
409157043Sdes  avoid implicit memcpy calls (portability for no-library compilation)
410157043Sdes- Increase sprintf() buffer size in gzdopen() to allow for large numbers
411157043Sdes- Add INFLATE_STRICT to check distances against zlib header
412157043Sdes- Improve WinCE errno handling and comments [Chang]
413157043Sdes- Remove comment about no gzip header processing in FAQ
414157043Sdes- Add Z_FIXED strategy option to deflateInit2() to force fixed trees
415157043Sdes- Add updated make_vms.com [Coghlan], update README
416157043Sdes- Create a new "examples" directory, move gzappend.c there, add zpipe.c,
417157043Sdes  fitblk.c, gzlog.[ch], gzjoin.c, and zlib_how.html.
418157043Sdes- Add FAQ entry and comments in deflate.c on uninitialized memory access
419157043Sdes- Add Solaris 9 make options in configure [Gilbert]
420157043Sdes- Allow strerror() usage in gzio.c for STDC
421157043Sdes- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
422157043Sdes- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
423157043Sdes- Use z_off_t for adler32_combine() and crc32_combine() lengths
424157043Sdes- Make adler32() much faster for small len
425157043Sdes- Use OS_CODE in deflate() default gzip header
426157043Sdes
427157043SdesChanges in 1.2.2.1 (31 October 2004)
428157043Sdes- Allow inflateSetDictionary() call for raw inflate
429157043Sdes- Fix inflate header crc check bug for file names and comments
430157043Sdes- Add deflateSetHeader() and gz_header structure for custom gzip headers
431157043Sdes- Add inflateGetheader() to retrieve gzip headers
432157043Sdes- Add crc32_combine() and adler32_combine() functions
433157043Sdes- Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
434157043Sdes- Use zstreamp consistently in zlib.h (inflate_back functions)
435157043Sdes- Remove GUNZIP condition from definition of inflate_mode in inflate.h
436157043Sdes  and in contrib/inflate86/inffast.S [Truta, Anderson]
437157043Sdes- Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson]
438157043Sdes- Update projects/README.projects and projects/visualc6 [Truta]
439157043Sdes- Update win32/DLL_FAQ.txt [Truta]
440157043Sdes- Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
441157043Sdes- Deprecate Z_ASCII; use Z_TEXT instead [Truta]
442157043Sdes- Use a new algorithm for setting strm->data_type in trees.c [Truta]
443157043Sdes- Do not define an exit() prototype in zutil.c unless DEBUG defined
444157043Sdes- Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta]
445157043Sdes- Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
446157043Sdes- Fix Darwin build version identification [Peterson]
447157043Sdes
448145474SkientzleChanges in 1.2.2 (3 October 2004)
449145474Skientzle- Update zlib.h comments on gzip in-memory processing
450145474Skientzle- Set adler to 1 in inflateReset() to support Java test suite [Walles]
451145474Skientzle- Add contrib/dotzlib [Ravn]
452145474Skientzle- Update win32/DLL_FAQ.txt [Truta]
453145474Skientzle- Update contrib/minizip [Vollant]
454145474Skientzle- Move contrib/visual-basic.txt to old/ [Truta]
455145474Skientzle- Fix assembler builds in projects/visualc6/ [Truta]
456145474Skientzle
457145474SkientzleChanges in 1.2.1.2 (9 September 2004)
458145474Skientzle- Update INDEX file
459145474Skientzle- Fix trees.c to update strm->data_type (no one ever noticed!)
460145474Skientzle- Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown]
461145474Skientzle- Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
462145474Skientzle- Add limited multitasking protection to DYNAMIC_CRC_TABLE
463145474Skientzle- Add NO_vsnprintf for VMS in zutil.h [Mozilla]
464145474Skientzle- Don't declare strerror() under VMS [Mozilla]
465145474Skientzle- Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
466145474Skientzle- Update contrib/ada [Anisimkov]
467145474Skientzle- Update contrib/minizip [Vollant]
468145474Skientzle- Fix configure to not hardcode directories for Darwin [Peterson]
469145474Skientzle- Fix gzio.c to not return error on empty files [Brown]
470145474Skientzle- Fix indentation; update version in contrib/delphi/ZLib.pas and
471145474Skientzle  contrib/pascal/zlibpas.pas [Truta]
472145474Skientzle- Update mkasm.bat in contrib/masmx86 [Truta]
473145474Skientzle- Update contrib/untgz [Truta]
474145474Skientzle- Add projects/README.projects [Truta]
475145474Skientzle- Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta]
476145474Skientzle- Update win32/DLL_FAQ.txt [Truta]
477145474Skientzle- Update list of Z_PREFIX symbols in zconf.h [Randers-Pehrson, Truta]
478145474Skientzle- Remove an unnecessary assignment to curr in inftrees.c [Truta]
479145474Skientzle- Add OS/2 to exe builds in configure [Poltorak]
480145474Skientzle- Remove err dummy parameter in zlib.h [Kientzle]
481145474Skientzle
482145474SkientzleChanges in 1.2.1.1 (9 January 2004)
483145474Skientzle- Update email address in README
484145474Skientzle- Several FAQ updates
485145474Skientzle- Fix a big fat bug in inftrees.c that prevented decoding valid
486145474Skientzle  dynamic blocks with only literals and no distance codes --
487145474Skientzle  Thanks to "Hot Emu" for the bug report and sample file
488145474Skientzle- Add a note to puff.c on no distance codes case.
489145474Skientzle
490131377StjrChanges in 1.2.1 (17 November 2003)
491131377Stjr- Remove a tab in contrib/gzappend/gzappend.c
492131377Stjr- Update some interfaces in contrib for new zlib functions
493131377Stjr- Update zlib version number in some contrib entries
494131377Stjr- Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
495131377Stjr- Support shared libraries on Hurd and KFreeBSD [Brown]
496131377Stjr- Fix error in NO_DIVIDE option of adler32.c
497131377Stjr
498131377StjrChanges in 1.2.0.8 (4 November 2003)
499131377Stjr- Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas
500131377Stjr- Add experimental NO_DIVIDE #define in adler32.c
501131377Stjr    - Possibly faster on some processors (let me know if it is)
502131377Stjr- Correct Z_BLOCK to not return on first inflate call if no wrap
503131377Stjr- Fix strm->data_type on inflate() return to correctly indicate EOB
504131377Stjr- Add deflatePrime() function for appending in the middle of a byte
505131377Stjr- Add contrib/gzappend for an example of appending to a stream
506131377Stjr- Update win32/DLL_FAQ.txt [Truta]
507131377Stjr- Delete Turbo C comment in README [Truta]
508131377Stjr- Improve some indentation in zconf.h [Truta]
509131377Stjr- Fix infinite loop on bad input in configure script [Church]
510131377Stjr- Fix gzeof() for concatenated gzip files [Johnson]
511131377Stjr- Add example to contrib/visual-basic.txt [Michael B.]
512131377Stjr- Add -p to mkdir's in Makefile.in [vda]
513131377Stjr- Fix configure to properly detect presence or lack of printf functions
514131377Stjr- Add AS400 support [Monnerat]
515131377Stjr- Add a little Cygwin support [Wilson]
516131377Stjr
517131377StjrChanges in 1.2.0.7 (21 September 2003)
518131377Stjr- Correct some debug formats in contrib/infback9
519131377Stjr- Cast a type in a debug statement in trees.c
520131377Stjr- Change search and replace delimiter in configure from % to # [Beebe]
521131377Stjr- Update contrib/untgz to 0.2 with various fixes [Truta]
522131377Stjr- Add build support for Amiga [Nikl]
523131377Stjr- Remove some directories in old that have been updated to 1.2
524131377Stjr- Add dylib building for Mac OS X in configure and Makefile.in
525131377Stjr- Remove old distribution stuff from Makefile
526131377Stjr- Update README to point to DLL_FAQ.txt, and add comment on Mac OS X
527131377Stjr- Update links in README
528131377Stjr
529131377StjrChanges in 1.2.0.6 (13 September 2003)
530131377Stjr- Minor FAQ updates
531131377Stjr- Update contrib/minizip to 1.00 [Vollant]
532131377Stjr- Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta]
533131377Stjr- Update POSTINC comment for 68060 [Nikl]
534131377Stjr- Add contrib/infback9 with deflate64 decoding (unsupported)
535131377Stjr- For MVS define NO_vsnprintf and undefine FAR [van Burik]
536131377Stjr- Add pragma for fdopen on MVS [van Burik]
537131377Stjr
538131377StjrChanges in 1.2.0.5 (8 September 2003)
539131377Stjr- Add OF to inflateBackEnd() declaration in zlib.h
540131377Stjr- Remember start when using gzdopen in the middle of a file
541131377Stjr- Use internal off_t counters in gz* functions to properly handle seeks
542131377Stjr- Perform more rigorous check for distance-too-far in inffast.c
543131377Stjr- Add Z_BLOCK flush option to return from inflate at block boundary
544131377Stjr- Set strm->data_type on return from inflate
545131377Stjr    - Indicate bits unused, if at block boundary, and if in last block
546131377Stjr- Replace size_t with ptrdiff_t in crc32.c, and check for correct size
547131377Stjr- Add condition so old NO_DEFLATE define still works for compatibility
548131377Stjr- FAQ update regarding the Windows DLL [Truta]
549131377Stjr- INDEX update: add qnx entry, remove aix entry [Truta]
550131377Stjr- Install zlib.3 into mandir [Wilson]
551131377Stjr- Move contrib/zlib_dll_FAQ.txt to win32/DLL_FAQ.txt; update [Truta]
552131377Stjr- Adapt the zlib interface to the new DLL convention guidelines [Truta]
553131377Stjr- Introduce ZLIB_WINAPI macro to allow the export of functions using
554131377Stjr  the WINAPI calling convention, for Visual Basic [Vollant, Truta]
555131377Stjr- Update msdos and win32 scripts and makefiles [Truta]
556131377Stjr- Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
557131377Stjr- Add contrib/ada [Anisimkov]
558131377Stjr- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta]
559131377Stjr- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant]
560131377Stjr- Add contrib/masm686 [Truta]
561131377Stjr- Fix offsets in contrib/inflate86 and contrib/masmx86/inffas32.asm
562131377Stjr  [Truta, Vollant]
563131377Stjr- Update contrib/delphi; rename to contrib/pascal; add example [Truta]
564131377Stjr- Remove contrib/delphi2; add a new contrib/delphi [Truta]
565131377Stjr- Avoid inclusion of the nonstandard <memory.h> in contrib/iostream,
566131377Stjr  and fix some method prototypes [Truta]
567131377Stjr- Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip
568131377Stjr  [Truta]
569131377Stjr- Avoid the use of backslash (\) in contrib/minizip [Vollant]
570131377Stjr- Fix file time handling in contrib/untgz; update makefiles [Truta]
571131377Stjr- Update contrib/vstudio/vc70_32 to comply with the new DLL guidelines
572131377Stjr  [Vollant]
573131377Stjr- Remove contrib/vstudio/vc15_16 [Vollant]
574131377Stjr- Rename contrib/vstudio/vc70_32 to contrib/vstudio/vc7 [Truta]
575131377Stjr- Update README.contrib [Truta]
576131377Stjr- Invert the assignment order of match_head and s->prev[...] in
577131377Stjr  INSERT_STRING [Truta]
578131377Stjr- Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
579131377Stjr  [Truta]
580131377Stjr- Compare function pointers with 0, not with NULL or Z_NULL [Truta]
581131377Stjr- Fix prototype of syncsearch in inflate.c [Truta]
582131377Stjr- Introduce ASMINF macro to be enabled when using an ASM implementation
583131377Stjr  of inflate_fast [Truta]
584131377Stjr- Change NO_DEFLATE to NO_GZCOMPRESS [Truta]
585131377Stjr- Modify test_gzio in example.c to take a single file name as a
586131377Stjr  parameter [Truta]
587131377Stjr- Exit the example.c program if gzopen fails [Truta]
588131377Stjr- Add type casts around strlen in example.c [Truta]
589131377Stjr- Remove casting to sizeof in minigzip.c; give a proper type
590131377Stjr  to the variable compared with SUFFIX_LEN [Truta]
591131377Stjr- Update definitions of STDC and STDC99 in zconf.h [Truta]
592131377Stjr- Synchronize zconf.h with the new Windows DLL interface [Truta]
593131377Stjr- Use SYS16BIT instead of __32BIT__ to distinguish between
594131377Stjr  16- and 32-bit platforms [Truta]
595131377Stjr- Use far memory allocators in small 16-bit memory models for
596131377Stjr  Turbo C [Truta]
597131377Stjr- Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in
598131377Stjr  zlibCompileFlags [Truta]
599131377Stjr- Cygwin has vsnprintf [Wilson]
600131377Stjr- In Windows16, OS_CODE is 0, as in MSDOS [Truta]
601131377Stjr- In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
602131377Stjr
603131377StjrChanges in 1.2.0.4 (10 August 2003)
604131377Stjr- Minor FAQ updates
605131377Stjr- Be more strict when checking inflateInit2's windowBits parameter
606131377Stjr- Change NO_GUNZIP compile option to NO_GZIP to cover deflate as well
607131377Stjr- Add gzip wrapper option to deflateInit2 using windowBits
608131377Stjr- Add updated QNX rule in configure and qnx directory [Bonnefoy]
609131377Stjr- Make inflate distance-too-far checks more rigorous
610131377Stjr- Clean up FAR usage in inflate
611131377Stjr- Add casting to sizeof() in gzio.c and minigzip.c
612131377Stjr
613131377StjrChanges in 1.2.0.3 (19 July 2003)
614131377Stjr- Fix silly error in gzungetc() implementation [Vollant]
615131377Stjr- Update contrib/minizip and contrib/vstudio [Vollant]
616131377Stjr- Fix printf format in example.c
617131377Stjr- Correct cdecl support in zconf.in.h [Anisimkov]
618131377Stjr- Minor FAQ updates
619131377Stjr
620131377StjrChanges in 1.2.0.2 (13 July 2003)
621131377Stjr- Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
622131377Stjr- Attempt to avoid warnings in crc32.c for pointer-int conversion
623131377Stjr- Add AIX to configure, remove aix directory [Bakker]
624131377Stjr- Add some casts to minigzip.c
625131377Stjr- Improve checking after insecure sprintf() or vsprintf() calls
626131377Stjr- Remove #elif's from crc32.c
627131377Stjr- Change leave label to inf_leave in inflate.c and infback.c to avoid
628131377Stjr  library conflicts
629131377Stjr- Remove inflate gzip decoding by default--only enable gzip decoding by
630131377Stjr  special request for stricter backward compatibility
631131377Stjr- Add zlibCompileFlags() function to return compilation information
632131377Stjr- More typecasting in deflate.c to avoid warnings
633131377Stjr- Remove leading underscore from _Capital #defines [Truta]
634131377Stjr- Fix configure to link shared library when testing
635131377Stjr- Add some Windows CE target adjustments [Mai]
636131377Stjr- Remove #define ZLIB_DLL in zconf.h [Vollant]
637131377Stjr- Add zlib.3 [Rodgers]
638131377Stjr- Update RFC URL in deflate.c and algorithm.txt [Mai]
639131377Stjr- Add zlib_dll_FAQ.txt to contrib [Truta]
640131377Stjr- Add UL to some constants [Truta]
641131377Stjr- Update minizip and vstudio [Vollant]
642131377Stjr- Remove vestigial NEED_DUMMY_RETURN from zconf.in.h
643131377Stjr- Expand use of NO_DUMMY_DECL to avoid all dummy structures
644131377Stjr- Added iostream3 to contrib [Schwardt]
645131377Stjr- Replace rewind() with fseek() for WinCE [Truta]
646131377Stjr- Improve setting of zlib format compression level flags
647131377Stjr    - Report 0 for huffman and rle strategies and for level == 0 or 1
648131377Stjr    - Report 2 only for level == 6
649131377Stjr- Only deal with 64K limit when necessary at compile time [Truta]
650131377Stjr- Allow TOO_FAR check to be turned off at compile time [Truta]
651131377Stjr- Add gzclearerr() function [Souza]
652131377Stjr- Add gzungetc() function
653131377Stjr
654131377StjrChanges in 1.2.0.1 (17 March 2003)
655131377Stjr- Add Z_RLE strategy for run-length encoding [Truta]
656131377Stjr    - When Z_RLE requested, restrict matches to distance one
657131377Stjr    - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
658131377Stjr- Correct FASTEST compilation to allow level == 0
659131377Stjr- Clean up what gets compiled for FASTEST
660131377Stjr- Incorporate changes to zconf.in.h [Vollant]
661131377Stjr    - Refine detection of Turbo C need for dummy returns
662131377Stjr    - Refine ZLIB_DLL compilation
663131377Stjr    - Include additional header file on VMS for off_t typedef
664131377Stjr- Try to use _vsnprintf where it supplants vsprintf [Vollant]
665131377Stjr- Add some casts in inffast.c
666131377Stjr- Enchance comments in zlib.h on what happens if gzprintf() tries to
667131377Stjr  write more than 4095 bytes before compression
668131377Stjr- Remove unused state from inflateBackEnd()
669131377Stjr- Remove exit(0) from minigzip.c, example.c
670131377Stjr- Get rid of all those darn tabs
671131377Stjr- Add "check" target to Makefile.in that does the same thing as "test"
672131377Stjr- Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
673131377Stjr- Update contrib/inflate86 [Anderson]
674131377Stjr- Update contrib/testzlib, contrib/vstudio, contrib/minizip [Vollant]
675131377Stjr- Add msdos and win32 directories with makefiles [Truta]
676131377Stjr- More additions and improvements to the FAQ
677131377Stjr
678131377StjrChanges in 1.2.0 (9 March 2003)
679131377Stjr- New and improved inflate code
680131377Stjr    - About 20% faster
681131377Stjr    - Does not allocate 32K window unless and until needed
682131377Stjr    - Automatically detects and decompresses gzip streams
683131377Stjr    - Raw inflate no longer needs an extra dummy byte at end
684131377Stjr    - Added inflateBack functions using a callback interface--even faster
685131377Stjr      than inflate, useful for file utilities (gzip, zip)
686131377Stjr    - Added inflateCopy() function to record state for random access on
687131377Stjr      externally generated deflate streams (e.g. in gzip files)
688131377Stjr    - More readable code (I hope)
689131377Stjr- New and improved crc32()
690131377Stjr    - About 50% faster, thanks to suggestions from Rodney Brown
691131377Stjr- Add deflateBound() and compressBound() functions
692131377Stjr- Fix memory leak in deflateInit2()
693131377Stjr- Permit setting dictionary for raw deflate (for parallel deflate)
694131377Stjr- Fix const declaration for gzwrite()
695131377Stjr- Check for some malloc() failures in gzio.c
696131377Stjr- Fix bug in gzopen() on single-byte file 0x1f
697131377Stjr- Fix bug in gzread() on concatenated file with 0x1f at end of buffer
698131377Stjr  and next buffer doesn't start with 0x8b
699131377Stjr- Fix uncompress() to return Z_DATA_ERROR on truncated input
700131377Stjr- Free memory at end of example.c
701131377Stjr- Remove MAX #define in trees.c (conflicted with some libraries)
702131377Stjr- Fix static const's in deflate.c, gzio.c, and zutil.[ch]
703131377Stjr- Declare malloc() and free() in gzio.c if STDC not defined
704131377Stjr- Use malloc() instead of calloc() in zutil.c if int big enough
705131377Stjr- Define STDC for AIX
706131377Stjr- Add aix/ with approach for compiling shared library on AIX
707131377Stjr- Add HP-UX support for shared libraries in configure
708131377Stjr- Add OpenUNIX support for shared libraries in configure
709131377Stjr- Use $cc instead of gcc to build shared library
710131377Stjr- Make prefix directory if needed when installing
711131377Stjr- Correct Macintosh avoidance of typedef Byte in zconf.h
712131377Stjr- Correct Turbo C memory allocation when under Linux
713131377Stjr- Use libz.a instead of -lz in Makefile (assure use of compiled library)
714131377Stjr- Update configure to check for snprintf or vsnprintf functions and their
715131377Stjr  return value, warn during make if using an insecure function
716131377Stjr- Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that
717131377Stjr  is lost when library is used--resolution is to build new zconf.h
718131377Stjr- Documentation improvements (in zlib.h):
719131377Stjr    - Document raw deflate and inflate
720131377Stjr    - Update RFCs URL
721131377Stjr    - Point out that zlib and gzip formats are different
722131377Stjr    - Note that Z_BUF_ERROR is not fatal
723131377Stjr    - Document string limit for gzprintf() and possible buffer overflow
724131377Stjr    - Note requirement on avail_out when flushing
725131377Stjr    - Note permitted values of flush parameter of inflate()
726131377Stjr- Add some FAQs (and even answers) to the FAQ
727131377Stjr- Add contrib/inflate86/ for x86 faster inflate
728131377Stjr- Add contrib/blast/ for PKWare Data Compression Library decompression
729131377Stjr- Add contrib/puff/ simple inflate for deflate format description
730131377Stjr
73192111SgreenChanges in 1.1.4 (11 March 2002)
73292111Sgreen- ZFREE was repeated on same allocation on some error conditions.
73392111Sgreen  This creates a security problem described in
73492111Sgreen  http://www.zlib.org/advisory-2002-03-11.txt
73592111Sgreen- Returned incorrect error (Z_MEM_ERROR) on some invalid data
73692111Sgreen- Avoid accesses before window for invalid distances with inflate window
73792111Sgreen  less than 32K.
73892111Sgreen- force windowBits > 8 to avoid a bug in the encoder for a window size
73992111Sgreen  of 256 bytes. (A complete fix will be available in 1.1.5).
740131377Stjr
74142468SpeterChanges in 1.1.3 (9 July 1998)
74242468Speter- fix "an inflate input buffer bug that shows up on rare but persistent
74342468Speter  occasions" (Mark)
74442468Speter- fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
74542468Speter- fix gzseek(..., SEEK_SET) in write mode
74642468Speter- fix crc check after a gzeek (Frank Faubert)
74742468Speter- fix miniunzip when the last entry in a zip file is itself a zip file
74842468Speter  (J Lillge)
74942468Speter- add contrib/asm586 and contrib/asm686 (Brian Raiter)
75042468Speter  See http://www.muppetlabs.com/~breadbox/software/assembly.html
75142468Speter- add support for Delphi 3 in contrib/delphi (Bob Dellaca)
75242468Speter- add support for C++Builder 3 and Delphi 3 in contrib/delphi2 (Davide Moretti)
75342468Speter- do not exit prematurely in untgz if 0 at start of block (Magnus Holmgren)
75442468Speter- use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks)
75542468Speter- added a FAQ file
75642468Speter
75742468Speter- Support gzdopen on Mac with Metrowerks (Jason Linhart)
75842468Speter- Do not redefine Byte on Mac (Brad Pettit & Jason Linhart)
75942468Speter- define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young)
76042468Speter- avoid some warnings with Borland C (Tom Tanner)
76142468Speter- fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
76242468Speter- emulate utime() for WIN32 in contrib/untgz  (Gilles Vollant)
76342468Speter- allow several arguments to configure (Tim Mooney, Frodo Looijaard)
76442468Speter- use libdir and includedir in Makefile.in (Tim Mooney)
76542468Speter- support shared libraries on OSF1 V4 (Tim Mooney)
76642468Speter- remove so_locations in "make clean"  (Tim Mooney)
76742468Speter- fix maketree.c compilation error (Glenn, Mark)
76842468Speter- Python interface to zlib now in Python 1.5 (Jeremy Hylton)
76942468Speter- new Makefile.riscos (Rich Walker)
77042468Speter- initialize static descriptors in trees.c for embedded targets (Nick Smith)
77142468Speter- use "foo-gz" in example.c for RISCOS and VMS (Nick Smith)
77242468Speter- add the OS/2 files in Makefile.in too (Andrew Zabolotny)
77342468Speter- fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)
77442468Speter- fix maketree.c to allow clean compilation of inffixed.h (Mark)
77542468Speter- fix parameter check in deflateCopy (Gunther Nikl)
77642468Speter- cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
77742468Speter- Many portability patches by Christian Spieler:
77842468Speter  . zutil.c, zutil.h: added "const" for zmem*
77942468Speter  . Make_vms.com: fixed some typos
78042468Speter  . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists
78142468Speter  . msdos/Makefile.msc: remove "default rtl link library" info from obj files
78242468Speter  . msdos/Makefile.*: use model-dependent name for the built zlib library
78342468Speter  . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc:
78442468Speter     new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT)
78542468Speter- use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
78642468Speter- replace __far with _far for better portability (Christian Spieler, Tom Lane)
78742468Speter- fix test for errno.h in configure (Tim Newsham)
78842468Speter
78942468SpeterChanges in 1.1.2 (19 March 98)
79042468Speter- added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
79142468Speter  See http://www.winimage.com/zLibDll/unzip.html
79242468Speter- preinitialize the inflate tables for fixed codes, to make the code
79342468Speter  completely thread safe (Mark)
79442468Speter- some simplifications and slight speed-up to the inflate code (Mark)
79542468Speter- fix gzeof on non-compressed files (Allan Schrum)
79642468Speter- add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
79742468Speter- use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn)
79842468Speter- added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
79942468Speter- add shared lib support for UNIX_SV4.2MP (MATSUURA Takanori)
80042468Speter- do not wrap extern "C" around system includes (Tom Lane)
80142468Speter- mention zlib binding for TCL in README (Andreas Kupries)
80242468Speter- added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert)
80342468Speter- allow "make install prefix=..." even after configure (Glenn Randers-Pehrson)
80442468Speter- allow "configure --prefix $HOME" (Tim Mooney)
80542468Speter- remove warnings in example.c and gzio.c (Glenn Randers-Pehrson)
80642468Speter- move Makefile.sas to amiga/Makefile.sas
80742468Speter
80833904SsteveChanges in 1.1.1 (27 Feb 98)
80933904Ssteve- fix macros _tr_tally_* in deflate.h for debug mode  (Glenn Randers-Pehrson)
81033904Ssteve- remove block truncation heuristic which had very marginal effect for zlib
81133904Ssteve  (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the
81233904Ssteve  compression ratio on some files. This also allows inlining _tr_tally for
81333904Ssteve  matches in deflate_slow.
81433904Ssteve- added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier)
81533904Ssteve
81633904SsteveChanges in 1.1.0 (24 Feb 98)
81733904Ssteve- do not return STREAM_END prematurely in inflate (John Bowler)
81833904Ssteve- revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
81933904Ssteve- compile with -DFASTEST to get compression code optimized for speed only
82033904Ssteve- in minigzip, try mmap'ing the input file first (Miguel Albrecht)
82133904Ssteve- increase size of I/O buffers in minigzip.c and gzio.c (not a big gain
82233904Ssteve  on Sun but significant on HP)
82333904Ssteve
82433904Ssteve- add a pointer to experimental unzip library in README (Gilles Vollant)
82533904Ssteve- initialize variable gcc in configure (Chris Herborth)
82633904Ssteve
82733904SsteveChanges in 1.0.9 (17 Feb 1998)
82833904Ssteve- added gzputs and gzgets functions
82933904Ssteve- do not clear eof flag in gzseek (Mark Diekhans)
83033904Ssteve- fix gzseek for files in transparent mode (Mark Diekhans)
83133904Ssteve- do not assume that vsprintf returns the number of bytes written (Jens Krinke)
83233904Ssteve- replace EXPORT with ZEXPORT to avoid conflict with other programs
83333904Ssteve- added compress2 in zconf.h, zlib.def, zlib.dnt
83433904Ssteve- new asm code from Gilles Vollant in contrib/asm386
83533904Ssteve- simplify the inflate code (Mark):
83633904Ssteve . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
83733904Ssteve . ZALLOC the length list in inflate_trees_fixed() instead of using stack
83833904Ssteve . ZALLOC the value area for huft_build() instead of using stack
83933904Ssteve . Simplify Z_FINISH check in inflate()
84033904Ssteve
84133904Ssteve- Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
84233904Ssteve- in inftrees.c, avoid cc -O bug on HP (Farshid Elahi)
84333904Ssteve- in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with
84433904Ssteve  the declaration of FAR (Gilles VOllant)
84533904Ssteve- install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann)
84633904Ssteve- read_buf buf parameter of type Bytef* instead of charf*
84733904Ssteve- zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
84833904Ssteve- do not redeclare unlink in minigzip.c for WIN32 (John Bowler)
84933904Ssteve- fix check for presence of directories in "make install" (Ian Willis)
85033904Ssteve
85133904SsteveChanges in 1.0.8 (27 Jan 1998)
85233904Ssteve- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
85333904Ssteve- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
85433904Ssteve- added compress2() to allow setting the compression level
85533904Ssteve- include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong)
85633904Ssteve- use constant arrays for the static trees in trees.c instead of computing
85733904Ssteve  them at run time (thanks to Ken Raeburn for this suggestion). To create
85833904Ssteve  trees.h, compile with GEN_TREES_H and run "make test".
85933904Ssteve- check return code of example in "make test" and display result
86033904Ssteve- pass minigzip command line options to file_compress
86133904Ssteve- simplifying code of inflateSync to avoid gcc 2.8 bug
86233904Ssteve
86333904Ssteve- support CC="gcc -Wall" in configure -s (QingLong)
86433904Ssteve- avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
86533904Ssteve- fix test for shared library support to avoid compiler warnings
86633904Ssteve- zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
86733904Ssteve- check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
86833904Ssteve- do not use fdopen for Metrowerks on Mac (Brad Pettit))
86933904Ssteve- add checks for gzputc and gzputc in example.c
87033904Ssteve- avoid warnings in gzio.c and deflate.c (Andreas Kleinert)
87133904Ssteve- use const for the CRC table (Ken Raeburn)
87233904Ssteve- fixed "make uninstall" for shared libraries
87333904Ssteve- use Tracev instead of Trace in infblock.c
87433904Ssteve- in example.c use correct compressed length for test_sync
87533904Ssteve- suppress +vnocompatwarnings in configure for HPUX (not always supported)
87633904Ssteve
87733904SsteveChanges in 1.0.7 (20 Jan 1998)
87833904Ssteve- fix gzseek which was broken in write mode
87933904Ssteve- return error for gzseek to negative absolute position
88033904Ssteve- fix configure for Linux (Chun-Chung Chen)
88133904Ssteve- increase stack space for MSC (Tim Wegner)
88233904Ssteve- get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
88333904Ssteve- define EXPORTVA for gzprintf (Gilles Vollant)
88433904Ssteve- added man page zlib.3 (Rick Rodgers)
88533904Ssteve- for contrib/untgz, fix makedir() and improve Makefile
88633904Ssteve
88733904Ssteve- check gzseek in write mode in example.c
88833904Ssteve- allocate extra buffer for seeks only if gzseek is actually called
88933904Ssteve- avoid signed/unsigned comparisons (Tim Wegner, Gilles Vollant)
89033904Ssteve- add inflateSyncPoint in zconf.h
89133904Ssteve- fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
89233904Ssteve
89333904SsteveChanges in 1.0.6 (19 Jan 1998)
89433904Ssteve- add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
89533904Ssteve  gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code)
896157043Sdes- Fix a deflate bug occurring only with compression level 0 (thanks to
89733904Ssteve  Andy Buckler for finding this one).
89833904Ssteve- In minigzip, pass transparently also the first byte for .Z files.
89933904Ssteve- return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
90033904Ssteve- check Z_FINISH in inflate (thanks to Marc Schluper)
90133904Ssteve- Implement deflateCopy (thanks to Adam Costello)
90233904Ssteve- make static libraries by default in configure, add --shared option.
90333904Ssteve- move MSDOS or Windows specific files to directory msdos
90433904Ssteve- suppress the notion of partial flush to simplify the interface
90533904Ssteve  (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
90633904Ssteve- suppress history buffer provided by application to simplify the interface
90733904Ssteve  (this feature was not implemented anyway in 1.0.4)
90833904Ssteve- next_in and avail_in must be initialized before calling inflateInit or
90933904Ssteve  inflateInit2
91033904Ssteve- add EXPORT in all exported functions (for Windows DLL)
91133904Ssteve- added Makefile.nt (thanks to Stephen Williams)
91233904Ssteve- added the unsupported "contrib" directory:
91333904Ssteve   contrib/asm386/ by Gilles Vollant <info@winimage.com>
914131377Stjr        386 asm code replacing longest_match().
91533904Ssteve   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
91633904Ssteve        A C++ I/O streams interface to the zlib gz* functions
91733904Ssteve   contrib/iostream2/  by Tyge L�vset <Tyge.Lovset@cmr.no>
918131377Stjr        Another C++ I/O streams interface
91933904Ssteve   contrib/untgz/  by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
920131377Stjr        A very simple tar.gz file extractor using zlib
92133904Ssteve   contrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
92233904Ssteve        How to use compress(), uncompress() and the gz* functions from VB.
92333904Ssteve- pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
92433904Ssteve  level) in minigzip (thanks to Tom Lane)
92533904Ssteve
92633904Ssteve- use const for rommable constants in deflate
92733904Ssteve- added test for gzseek and gztell in example.c
92833904Ssteve- add undocumented function inflateSyncPoint() (hack for Paul Mackerras)
92933904Ssteve- add undocumented function zError to convert error code to string
93033904Ssteve  (for Tim Smithers)
93133904Ssteve- Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code.
93233904Ssteve- Use default memcpy for Symantec MSDOS compiler.
93333904Ssteve- Add EXPORT keyword for check_func (needed for Windows DLL)
93433904Ssteve- add current directory to LD_LIBRARY_PATH for "make test"
93533904Ssteve- create also a link for libz.so.1
93633904Ssteve- added support for FUJITSU UXP/DS (thanks to Toshiaki Nomura)
93733904Ssteve- use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX)
93833904Ssteve- added -soname for Linux in configure (Chun-Chung Chen,
93933904Ssteve- assign numbers to the exported functions in zlib.def (for Windows DLL)
94033904Ssteve- add advice in zlib.h for best usage of deflateSetDictionary
94133904Ssteve- work around compiler bug on Atari (cast Z_NULL in call of s->checkfn)
94233904Ssteve- allow compilation with ANSI keywords only enabled for TurboC in large model
94333904Ssteve- avoid "versionString"[0] (Borland bug)
94433904Ssteve- add NEED_DUMMY_RETURN for Borland
94542468Speter- use variable z_verbose for tracing in debug mode (L. Peter Deutsch).
94633904Ssteve- allow compilation with CC
947131377Stjr- defined STDC for OS/2 (David Charlap)
94833904Ssteve- limit external names to 8 chars for MVS (Thomas Lund)
94933904Ssteve- in minigzip.c, use static buffers only for 16-bit systems
95033904Ssteve- fix suffix check for "minigzip -d foo.gz"
95133904Ssteve- do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
95233904Ssteve- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
95333904Ssteve- added makelcc.bat for lcc-win32 (Tom St Denis)
95433904Ssteve- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
95533904Ssteve- Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
95633904Ssteve- check for unistd.h in configure (for off_t)
95733904Ssteve- remove useless check parameter in inflate_blocks_free
95833904Ssteve- avoid useless assignment of s->check to itself in inflate_blocks_new
95933904Ssteve- do not flush twice in gzclose (thanks to Ken Raeburn)
96033904Ssteve- rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h
96133904Ssteve- use NO_ERRNO_H instead of enumeration of operating systems with errno.h
96233904Ssteve- work around buggy fclose on pipes for HP/UX
96333904Ssteve- support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson)
96433904Ssteve- fix configure if CC is already equal to gcc
96533904Ssteve
96633904SsteveChanges in 1.0.5 (3 Jan 98)
96733904Ssteve- Fix inflate to terminate gracefully when fed corrupted or invalid data
96833904Ssteve- Use const for rommable constants in inflate
96933904Ssteve- Eliminate memory leaks on error conditions in inflate
97033904Ssteve- Removed some vestigial code in inflate
97133904Ssteve- Update web address in README
972131377Stjr
97317651SpeterChanges in 1.0.4 (24 Jul 96)
97417651Speter- In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF
97517651Speter  bit, so the decompressor could decompress all the correct data but went
97617651Speter  on to attempt decompressing extra garbage data. This affected minigzip too.
97717651Speter- zlibVersion and gzerror return const char* (needed for DLL)
97817651Speter- port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)
97917651Speter- use z_error only for DEBUG (avoid problem with DLLs)
98017651Speter
98117651SpeterChanges in 1.0.3 (2 Jul 96)
98217651Speter- use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
98317651Speter  small and medium models; this makes the library incompatible with previous
98417651Speter  versions for these models. (No effect in large model or on other systems.)
98517651Speter- return OK instead of BUF_ERROR if previous deflate call returned with
98617651Speter  avail_out as zero but there is nothing to do
98717651Speter- added memcmp for non STDC compilers
98817651Speter- define NO_DUMMY_DECL for more Mac compilers (.h files merged incorrectly)
98917651Speter- define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO)
99017651Speter- better check for 16-bit mode MSC (avoids problem with Symantec)
99117651Speter
99217651SpeterChanges in 1.0.2 (23 May 96)
99317651Speter- added Windows DLL support
99417651Speter- added a function zlibVersion (for the DLL support)
99517651Speter- fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
99617651Speter- Bytef is define's instead of typedef'd only for Borland C
99717651Speter- avoid reading uninitialized memory in example.c
99817651Speter- mention in README that the zlib format is now RFC1950
99917651Speter- updated Makefile.dj2
100017651Speter- added algorithm.doc
100117651Speter
100217651SpeterChanges in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
100317651Speter- fix array overlay in deflate.c which sometimes caused bad compressed data
100417651Speter- fix inflate bug with empty stored block
100517651Speter- fix MSDOS medium model which was broken in 0.99
100617651Speter- fix deflateParams() which could generated bad compressed data.
100717651Speter- Bytef is define'd instead of typedef'ed (work around Borland bug)
100817651Speter- added an INDEX file
100917651Speter- new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32),
101017651Speter  Watcom (Makefile.wat), Amiga SAS/C (Makefile.sas)
101117651Speter- speed up adler32 for modern machines without auto-increment
101217651Speter- added -ansi for IRIX in configure
101317651Speter- static_init_done in trees.c is an int
101417651Speter- define unlink as delete for VMS
101517651Speter- fix configure for QNX
101617651Speter- add configure branch for SCO and HPUX
101717651Speter- avoid many warnings (unused variables, dead assignments, etc...)
101817651Speter- no fdopen for BeOS
101917651Speter- fix the Watcom fix for 32 bit mode (define FAR as empty)
102017651Speter- removed redefinition of Byte for MKWERKS
102117651Speter- work around an MWKERKS bug (incorrect merge of all .h files)
102217651Speter
102317651SpeterChanges in 0.99 (27 Jan 96)
102417651Speter- allow preset dictionary shared between compressor and decompressor
102517651Speter- allow compression level 0 (no compression)
102617651Speter- add deflateParams in zlib.h: allow dynamic change of compression level
102717651Speter  and compression strategy.
102817651Speter- test large buffers and deflateParams in example.c
102917651Speter- add optional "configure" to build zlib as a shared library
103017651Speter- suppress Makefile.qnx, use configure instead
103117651Speter- fixed deflate for 64-bit systems (detected on Cray)
103217651Speter- fixed inflate_blocks for 64-bit systems (detected on Alpha)
103317651Speter- declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
103417651Speter- always return Z_BUF_ERROR when deflate() has nothing to do
103517651Speter- deflateInit and inflateInit are now macros to allow version checking
103617651Speter- prefix all global functions and types with z_ with -DZ_PREFIX
103717651Speter- make falloc completely reentrant (inftrees.c)
103817651Speter- fixed very unlikely race condition in ct_static_init
103917651Speter- free in reverse order of allocation to help memory manager
104017651Speter- use zlib-1.0/* instead of zlib/* inside the tar.gz
104117651Speter- make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
104217651Speter  -Wconversion -Wstrict-prototypes -Wmissing-prototypes"
104317651Speter- allow gzread on concatenated .gz files
104417651Speter- deflateEnd now returns Z_DATA_ERROR if it was premature
104517651Speter- deflate is finally (?) fully deterministic (no matches beyond end of input)
104617651Speter- Document Z_SYNC_FLUSH
104717651Speter- add uninstall in Makefile
104817651Speter- Check for __cpluplus in zlib.h
104917651Speter- Better test in ct_align for partial flush
105017651Speter- avoid harmless warnings for Borland C++
105117651Speter- initialize hash_head in deflate.c
105217651Speter- avoid warning on fdopen (gzio.c) for HP cc -Aa
105317651Speter- include stdlib.h for STDC compilers
105417651Speter- include errno.h for Cray
105517651Speter- ignore error if ranlib doesn't exist
105617651Speter- call ranlib twice for NeXTSTEP
105717651Speter- use exec_prefix instead of prefix for libz.a
105817651Speter- renamed ct_* as _tr_* to avoid conflict with applications
105917651Speter- clear z->msg in inflateInit2 before any error return
106017651Speter- initialize opaque in example.c, gzio.c, deflate.c and inflate.c
106117651Speter- fixed typo in zconf.h (_GNUC__ => __GNUC__)
106217651Speter- check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)
106317651Speter- fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
106417651Speter- in fcalloc, normalize pointer if size > 65520 bytes
106517651Speter- don't use special fcalloc for 32 bit Borland C++
106617651Speter- use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
106717651Speter- use Z_BINARY instead of BINARY
106817651Speter- document that gzclose after gzdopen will close the file
106917651Speter- allow "a" as mode in gzopen.
107017651Speter- fix error checking in gzread
107117651Speter- allow skipping .gz extra-field on pipes
107217651Speter- added reference to Perl interface in README
107317651Speter- put the crc table in FAR data (I dislike more and more the medium model :)
107417651Speter- added get_crc_table
107517651Speter- added a dimension to all arrays (Borland C can't count).
107617651Speter- workaround Borland C bug in declaration of inflate_codes_new & inflate_fast
107717651Speter- guard against multiple inclusion of *.h (for precompiled header on Mac)
107817651Speter- Watcom C pretends to be Microsoft C small model even in 32 bit mode.
107917651Speter- don't use unsized arrays to avoid silly warnings by Visual C++:
108017651Speter     warning C4746: 'inflate_mask' : unsized array treated as  '__far'
108117651Speter     (what's wrong with far data in far model?).
108217651Speter- define enum out of inflate_blocks_state to allow compilation with C++
108317651Speter
108417651SpeterChanges in 0.95 (16 Aug 95)
108517651Speter- fix MSDOS small and medium model (now easier to adapt to any compiler)
108617651Speter- inlined send_bits
108717651Speter- fix the final (:-) bug for deflate with flush (output was correct but
108817651Speter  not completely flushed in rare occasions).
108917651Speter- default window size is same for compression and decompression
109017651Speter  (it's now sufficient to set MAX_WBITS in zconf.h).
109117651Speter- voidp -> voidpf and voidnp -> voidp (for consistency with other
109217651Speter  typedefs and because voidnp was not near in large model).
109317651Speter
109417651SpeterChanges in 0.94 (13 Aug 95)
109517651Speter- support MSDOS medium model
109617651Speter- fix deflate with flush (could sometimes generate bad output)
109717651Speter- fix deflateReset (zlib header was incorrectly suppressed)
109817651Speter- added support for VMS
109917651Speter- allow a compression level in gzopen()
110017651Speter- gzflush now calls fflush
110117651Speter- For deflate with flush, flush even if no more input is provided.
110217651Speter- rename libgz.a as libz.a
110317651Speter- avoid complex expression in infcodes.c triggering Turbo C bug
110417651Speter- work around a problem with gcc on Alpha (in INSERT_STRING)
110517651Speter- don't use inline functions (problem with some gcc versions)
110617651Speter- allow renaming of Byte, uInt, etc... with #define.
110717651Speter- avoid warning about (unused) pointer before start of array in deflate.c
110817651Speter- avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
110917651Speter- avoid reserved word 'new' in trees.c
111017651Speter
111117651SpeterChanges in 0.93 (25 June 95)
111217651Speter- temporarily disable inline functions
111317651Speter- make deflate deterministic
111417651Speter- give enough lookahead for PARTIAL_FLUSH
111517651Speter- Set binary mode for stdin/stdout in minigzip.c for OS/2
111617651Speter- don't even use signed char in inflate (not portable enough)
111717651Speter- fix inflate memory leak for segmented architectures
111817651Speter
111917651SpeterChanges in 0.92 (3 May 95)
112017651Speter- don't assume that char is signed (problem on SGI)
112117651Speter- Clear bit buffer when starting a stored block
112217651Speter- no memcpy on Pyramid
112317651Speter- suppressed inftest.c
112417651Speter- optimized fill_window, put longest_match inline for gcc
112517651Speter- optimized inflate on stored blocks.
112617651Speter- untabify all sources to simplify patches
112717651Speter
112817651SpeterChanges in 0.91 (2 May 95)
112917651Speter- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
113017651Speter- Document the memory requirements in zconf.h
113117651Speter- added "make install"
113217651Speter- fix sync search logic in inflateSync
113317651Speter- deflate(Z_FULL_FLUSH) now works even if output buffer too short
113417651Speter- after inflateSync, don't scare people with just "lo world"
113517651Speter- added support for DJGPP
113617651Speter
113717651SpeterChanges in 0.9 (1 May 95)
113817651Speter- don't assume that zalloc clears the allocated memory (the TurboC bug
113917651Speter  was Mark's bug after all :)
114017651Speter- let again gzread copy uncompressed data unchanged (was working in 0.71)
114117651Speter- deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
114217651Speter- added a test of inflateSync in example.c
114317651Speter- moved MAX_WBITS to zconf.h because users might want to change that.
114417651Speter- document explicitly that zalloc(64K) on MSDOS must return a normalized
114517651Speter  pointer (zero offset)
114617651Speter- added Makefiles for Microsoft C, Turbo C, Borland C++
114717651Speter- faster crc32()
114817651Speter
114917651SpeterChanges in 0.8 (29 April 95)
115017651Speter- added fast inflate (inffast.c)
115117651Speter- deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this
115217651Speter  is incompatible with previous versions of zlib which returned Z_OK.
115317651Speter- work around a TurboC compiler bug (bad code for b << 0, see infutil.h)
115417651Speter  (actually that was not a compiler bug, see 0.81 above)
115517651Speter- gzread no longer reads one extra byte in certain cases
115617651Speter- In gzio destroy(), don't reference a freed structure
115717651Speter- avoid many warnings for MSDOS
115817651Speter- avoid the ERROR symbol which is used by MS Windows
115917651Speter
116017651SpeterChanges in 0.71 (14 April 95)
116117651Speter- Fixed more MSDOS compilation problems :( There is still a bug with
116217651Speter  TurboC large model.
116317651Speter
116417651SpeterChanges in 0.7 (14 April 95)
116517651Speter- Added full inflate support.
116617651Speter- Simplified the crc32() interface. The pre- and post-conditioning
116717651Speter  (one's complement) is now done inside crc32(). WARNING: this is
116817651Speter  incompatible with previous versions; see zlib.h for the new usage.
116917651Speter
117017651SpeterChanges in 0.61 (12 April 95)
117117651Speter- workaround for a bug in TurboC. example and minigzip now work on MSDOS.
117217651Speter
117317651SpeterChanges in 0.6 (11 April 95)
117417651Speter- added minigzip.c
117517651Speter- added gzdopen to reopen a file descriptor as gzFile
117617651Speter- added transparent reading of non-gziped files in gzread.
117717651Speter- fixed bug in gzread (don't read crc as data)
117817651Speter- fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
117917651Speter- don't allocate big arrays in the stack (for MSDOS)
118017651Speter- fix some MSDOS compilation problems
118117651Speter
118217651SpeterChanges in 0.5:
118317651Speter- do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
118417651Speter  not yet Z_FULL_FLUSH.
118517651Speter- support decompression but only in a single step (forced Z_FINISH)
118617651Speter- added opaque object for zalloc and zfree.
118717651Speter- added deflateReset and inflateReset
118817651Speter- added a variable zlib_version for consistency checking.
118917651Speter- renamed the 'filter' parameter of deflateInit2 as 'strategy'.
119017651Speter  Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
119117651Speter
119217651SpeterChanges in 0.4:
119317651Speter- avoid "zip" everywhere, use zlib instead of ziplib.
119417651Speter- suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
119517651Speter  if compression method == 8.
119617651Speter- added adler32 and crc32
119717651Speter- renamed deflateOptions as deflateInit2, call one or the other but not both
119817651Speter- added the method parameter for deflateInit2.
119917651Speter- added inflateInit2
120017651Speter- simplied considerably deflateInit and inflateInit by not supporting
120117651Speter  user-provided history buffer. This is supported only in deflateInit2
120217651Speter  and inflateInit2.
120317651Speter
120417651SpeterChanges in 0.3:
120517651Speter- prefix all macro names with Z_
120617651Speter- use Z_FINISH instead of deflateEnd to finish compression.
120717651Speter- added Z_HUFFMAN_ONLY
120817651Speter- added gzerror()
1209