From 61fe2101d95955ef222b9c8d41ac765edaf31381 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 26 Dec 2002 20:50:39 +0000 Subject: [PATCH] * src/gzip/adler32.c, src/gzip/infblock.c, src/gzip/inflate.c, src/gzip/inftrees.c, src/gzip/zconf.h, src/gzip/zlib.h, src/gzip/zutil.h: updates to allow compilation without compiler warnings with LCC-Win32 * include/freetype/freetype.h, docs/VERSION.DLL, builds/unix/configure.ac: updates for the upcoming 2.1.4 release --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index f92ec2c8f..b678ae3eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-12-26 David Turner + + * src/gzip/adler32.c, src/gzip/infblock.c, src/gzip/inflate.c, + src/gzip/inftrees.c, src/gzip/zconf.h, src/gzip/zlib.h, + src/gzip/zutil.h: updates to allow compilation without compiler + warnings with LCC-Win32 + 2002-12-23 Anthony Fok * builds/unix/configure.ac, builds/unix/unix-cc.in,