diff packages/services/compress/zlib/current/ChangeLog @ 1653:9875d08a7ee7

Turn on Z_PREFIX
author gthomas
date Tue, 25 May 2004 13:30:07 +0000
parents 91a37e2314f4
children
line wrap: on
line diff
--- a/packages/services/compress/zlib/current/ChangeLog
+++ b/packages/services/compress/zlib/current/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-25  Gary Thomas  <gary@mlbassoc.com>
+
+	* src/zutil.h: Fix redefine of 'crc32'
+	
+	* include/zconf.h: Force define of __ECOS__ to make it easier for
+	applications to use this library.  Also define Z_PREFIX to minimize
+	namespace pollution.  !CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP now
+	implies NO_GZCOMPRESS and NO_GZIP.
+
 2004-05-24  Gary Thomas  <gary@mlbassoc.com>
 
 	* tests/zlib2.c: