summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc70594..d6733c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
1
1 ChangeLog file for zlib 2 ChangeLog file for zlib
2 3
4Changes in 0.94 (13 Aug 95)
5- support MSDOS medium model
6- fix deflate with flush (could sometimes generate bad output)
7- fix deflateReset (zlib header was incorrectly suppressed)
8- added support for VMS
9- allow a compression level in gzopen()
10- gzflush now calls fflush
11- For deflate with flush, flush even if no more input is provided.
12- rename libgz.a as libz.a
13- work around a problem with gcc on Alpha (in INSERT_STRING)
14- don't use inline functions (problem with some gcc versions)
15- allow renaming of Byte, uInt, etc... with #define.
16- avoid warning about (unused) pointer before start of array in deflate.c
17- avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
18- avoid reserved word 'new' in trees.c
19
3Changes in 0.93 (25 June 95) 20Changes in 0.93 (25 June 95)
4- temporarily disable inline functions 21- temporarily disable inline functions
5- make deflate deterministic 22- make deflate deterministic