aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:02 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:02 -0700
commitff11b0a61f7345572ff2e413173d3179486162f2 (patch)
treef3c9e2563c4f0ac6684a0012ad48423d4c6aa798 /ChangeLog
parente26a448e9673d67dc2866e11a48d24fc352e5f80 (diff)
downloadzlib-ff11b0a61f7345572ff2e413173d3179486162f2.tar.gz
zlib-ff11b0a61f7345572ff2e413173d3179486162f2.tar.bz2
zlib-ff11b0a61f7345572ff2e413173d3179486162f2.zip
zlib 1.0.4v1.0.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffbe1c4..218cfb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,25 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.0.4 (24 Jul 96)
5- In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF
6 bit, so the decompressor could decompress all the correct data but went
7 on to attempt decompressing extra garbage data. This affected minigzip too.
8- zlibVersion and gzerror return const char* (needed for DLL)
9- port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)
10- use z_error only for DEBUG (avoid problem with DLLs)
11
12Changes in 1.0.3 (2 Jul 96)
13- use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
14 small and medium models; this makes the library incompatible with previous
15 versions for these models. (No effect in large model or on other systems.)
16- return OK instead of BUF_ERROR if previous deflate call returned with
17 avail_out as zero but there is nothing to do
18- added memcmp for non STDC compilers
19- define NO_DUMMY_DECL for more Mac compilers (.h files merged incorrectly)
20- define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO)
21- better check for 16-bit mode MSC (avoids problem with Symantec)
22
4Changes in 1.0.2 (23 May 96) 23Changes in 1.0.2 (23 May 96)
5- added Windows DLL support 24- added Windows DLL support
6- added a function zlibVersion (for the DLL support) 25- added a function zlibVersion (for the DLL support)