From a4276d9a61e2655259570692f82288296ce933d2 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 21 Jul 2003 00:28:21 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ac4e19ff..d455688b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,8 @@ project, otherwise we'll eventually replace their work...everyone else signed on for the change. Committed a patch to convert all tabs to spaces (Thanks, James!). Added patch to zip.c to fix - crash (thanks, dillo!). + crash (thanks, dillo!). Reimplmented qpak.c, by welding together + bits of grp.c and zip.c. 06112003 - Patches to globbing.c to handle corner cases (thanks, Bradley!). 06102003 - Added globbing.c to "extras" directory. 05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is