aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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)