From 8c36e958e215361ec4706b277949c90c994270ac Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 29 Aug 2001 03:11:23 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9e1dd3c5..05995a5d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,9 @@ with license info and Win32 build instructions. Dependency on the readline library in test_physfs.c is now optional. Changed version to 0.1.2. +08282001 - win32.c now checks HOMEDRIVE, HOMEPATH, and HOME when calculating + the userdir. Added include files that make it a little closer to + compiling under Cygwin. Added a TODO file. --ryan. (icculus@clutteredmind.org)