]> git.lizzy.rs Git - zlib.git/blob - ChangeLog
zlib 1.0-pre
[zlib.git] / ChangeLog
1
2                 ChangeLog file for zlib
3
4 Changes in 1.0 (15 Jan 96)
5 - fixed deflate for 64-bit systems (detected on Cray)
6 - fixed inflate_blocks for 64-bit systems (detected on Alpha)
7 - make falloc completely reentrant (inftrees.c)
8 - fixed very unlikely race condition in ct_static_init
9 - always return Z_BUF_ERROR when deflate() has nothing to do
10 - add deflateParams in zlib.h.
11 - test large buffers and deflateParams in example.c
12 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
13 - Document Z_SYNC_FLUSH
14 - added deflateGetAdler32 and deflateSetAdler32
15 - free in reverse order of allocation to help memory manager
16 - Check for __cpluplus in zlib.h
17 - Finer test in ct_align for partial flush
18 - avoid harmless warnings for Borland C++
19 - initialize hash_head in deflate.c
20 - avoid warning on fdopen (gzio.c) for HP cc -Aa
21 - include stdlib.h for STDC compilers
22 - include errno.h for Cray
23 - ignore error if ranlib doesn't exist
24 - call ranlib twice for NeXTSTEP
25 - use exec_prefix instead of prefix for libz.a
26 - renamed ct_* as tr_* to avoid conflict with another application.
27 - clear z->msg in inflateInit2 before any error return
28 - initialize opaque in example.c, gzio.c, deflate.c and inflate.c
29 - fixed typo in zconf.h (_GNUC__ => __GNUC__)
30 - check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)
31 - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
32 - in fcalloc, normalize pointer if size > 65520 bytes
33 - don't use special fcalloc for 32 bit Borland C++
34 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
35
36 Changes in 0.95 (16 Aug 95)
37 - fix MSDOS small and medium model (now easier to adapt to any compiler)
38 - inlined send_bits
39 - fix the final (:-) bug for deflate with flush (output was correct but
40   not completely flushed in rare occasions).
41 - default window size is same for compression and decompression
42   (it's now sufficient to set MAX_WBITS in zconf.h).
43 - voidp -> voidpf and voidnp -> voidp (for consistency with other
44   typedefs and because voidnp was not near in large model).
45
46 Changes in 0.94 (13 Aug 95)
47 - support MSDOS medium model
48 - fix deflate with flush (could sometimes generate bad output)
49 - fix deflateReset (zlib header was incorrectly suppressed)
50 - added support for VMS
51 - allow a compression level in gzopen()
52 - gzflush now calls fflush
53 - For deflate with flush, flush even if no more input is provided.
54 - rename libgz.a as libz.a
55 - avoid complex expression in infcodes.c triggering Turbo C bug
56 - work around a problem with gcc on Alpha (in INSERT_STRING)
57 - don't use inline functions (problem with some gcc versions)
58 - allow renaming of Byte, uInt, etc... with #define.
59 - avoid warning about (unused) pointer before start of array in deflate.c
60 - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
61 - avoid reserved word 'new' in trees.c
62
63 Changes in 0.93 (25 June 95)
64 - temporarily disable inline functions
65 - make deflate deterministic
66 - give enough lookahead for PARTIAL_FLUSH
67 - Set binary mode for stdin/stdout in minigzip.c for OS/2
68 - don't even use signed char in inflate (not portable enough)
69 - fix inflate memory leak for segmented architectures
70
71 Changes in 0.92 (3 May 95)
72 - don't assume that char is signed (problem on SGI)
73 - Clear bit buffer when starting a stored block
74 - no memcpy on Pyramid
75 - suppressed inftest.c
76 - optimized fill_window, put longest_match inline for gcc
77 - optimized inflate on stored blocks.
78 - untabify all sources to simplify patches
79
80 Changes in 0.91 (2 May 95)
81 - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
82 - Document the memory requirements in zconf.h
83 - added "make install"
84 - fix sync search logic in inflateSync
85 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
86 - after inflateSync, don't scare people with just "lo world"
87 - added support for DJGPP
88
89 Changes in 0.9 (1 May 95)
90 - don't assume that zalloc clears the allocated memory (the TurboC bug
91   was Mark's bug after all :)
92 - let again gzread copy uncompressed data unchanged (was working in 0.71)
93 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
94 - added a test of inflateSync in example.c
95 - moved MAX_WBITS to zconf.h because users might want to change that.
96 - document explicitly that zalloc(64K) on MSDOS must return a normalized
97   pointer (zero offset)
98 - added Makefiles for Microsoft C, Turbo C, Borland C++
99 - faster crc32()
100
101 Changes in 0.8 (29 April 95)
102 - added fast inflate (inffast.c)
103 - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this
104   is incompatible with previous versions of zlib which returned Z_OK.
105 - work around a TurboC compiler bug (bad code for b << 0, see infutil.h)
106   (actually that was not a compiler bug, see 0.81 above)
107 - gzread no longer reads one extra byte in certain cases
108 - In gzio destroy(), don't reference a freed structure
109 - avoid many warnings for MSDOS
110 - avoid the ERROR symbol which is used by MS Windows
111
112 Changes in 0.71 (14 April 95)
113 - Fixed more MSDOS compilation problems :( There is still a bug with
114   TurboC large model.
115
116 Changes in 0.7 (14 April 95)
117 - Added full inflate support.
118 - Simplified the crc32() interface. The pre- and post-conditioning
119   (one's complement) is now done inside crc32(). WARNING: this is
120   incompatible with previous versions; see zlib.h for the new usage.
121
122 Changes in 0.61 (12 April 95)
123 - workaround for a bug in TurboC. example and minigzip now work on MSDOS.
124
125 Changes in 0.6 (11 April 95)
126 - added minigzip.c
127 - added gzdopen to reopen a file descriptor as gzFile
128 - added transparent reading of non-gziped files in gzread.
129 - fixed bug in gzread (don't read crc as data)
130 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
131 - don't allocate big arrays in the stack (for MSDOS)
132 - fix some MSDOS compilation problems
133
134 Changes in 0.5:
135 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
136   not yet Z_FULL_FLUSH.
137 - support decompression but only in a single step (forced Z_FINISH)
138 - added opaque object for zalloc and zfree.
139 - added deflateReset and inflateReset
140 - added a variable zlib_version for consistency checking.
141 - renamed the 'filter' parameter of deflateInit2 as 'strategy'.
142   Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
143
144 Changes in 0.4:
145 - avoid "zip" everywhere, use zlib instead of ziplib.
146 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
147   if compression method == 8.
148 - added adler32 and crc32
149 - renamed deflateOptions as deflateInit2, call one or the other but not both
150 - added the method parameter for deflateInit2.
151 - added inflateInit2
152 - simplied considerably deflateInit and inflateInit by not supporting
153   user-provided history buffer. This is supported only in deflateInit2
154   and inflateInit2.
155
156 Changes in 0.3:
157 - prefix all macro names with Z_
158 - use Z_FINISH instead of deflateEnd to finish compression.
159 - added Z_HUFFMAN_ONLY
160 - added gzerror()