Commit 6bb601eaf01934497962849b53f406a2fa66c5d4

David Turner 2002-12-26T20:50:39

* 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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/ChangeLog b/ChangeLog
index f92ec2c..b678ae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-12-26  David Turner  <david@freetype.org>
+
+        * 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 <anthony@thizlinux.com>
 
         * builds/unix/configure.ac, builds/unix/unix-cc.in,