summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6733c5..4c69f88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 0.95 (16 Aug 95)
5- fix MSDOS small and medium model (now easier to adapt to any compiler)
6- inlined send_bits
7- fix the final (:-) bug for deflate with flush (output was correct but
8 not completely flushed in rare occasions).
9- default window size is same for compression and decompression
10 (it's now sufficient to set MAX_WBITS in zconf.h).
11- voidp -> voidpf and voidnp -> voidp (for consistency with other
12 typedefs and because voidnp was not near in large model).
13
4Changes in 0.94 (13 Aug 95) 14Changes in 0.94 (13 Aug 95)
5- support MSDOS medium model 15- support MSDOS medium model
6- fix deflate with flush (could sometimes generate bad output) 16- fix deflate with flush (could sometimes generate bad output)
@@ -10,6 +20,7 @@ Changes in 0.94 (13 Aug 95)
10- gzflush now calls fflush 20- gzflush now calls fflush
11- For deflate with flush, flush even if no more input is provided. 21- For deflate with flush, flush even if no more input is provided.
12- rename libgz.a as libz.a 22- rename libgz.a as libz.a
23- avoid complex expression in infcodes.c triggering Turbo C bug
13- work around a problem with gcc on Alpha (in INSERT_STRING) 24- work around a problem with gcc on Alpha (in INSERT_STRING)
14- don't use inline functions (problem with some gcc versions) 25- don't use inline functions (problem with some gcc versions)
15- allow renaming of Byte, uInt, etc... with #define. 26- allow renaming of Byte, uInt, etc... with #define.