From 56606fa65cfcd6c4494af0a0dadc6412023c2943 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 29 Dec 2003 08:49:58 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d179692d..af8a4d7d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,16 @@ /* * CHANGELOG. */ -12222003 - Converted VC6 .dsp to use zlib121; made Z_PREFIX=1 enabled by - default to avoid link clashes; put zlib files in separate - logical folder in .dsp project; updated zlib121/zconf.h to - address remaining symbols that were still causing link warnings + +12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of + patches to get the Mac Classic target building again. Removed + zlib114 from CVS repository. Updated OS/2 build batch file. 12222003 - Fixed a search-and-replace mistake in win32.c that preventing - compiling on Windows. (thanks, Brian!) + compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use + zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes; + put zlib files in separate logical folder in .dsp project; updated + zlib121/zconf.h to address remaining symbols that were still + causing link warnings. 12182003 - WAD archiver now puts maps into subdirectories, making them accessible to the application. (Thanks, Travis!) RPM spec and Makefile.am* now package zlib_license_change.txt (Thanks, Edward!)