From bac20fc43285642defe3384ebbb8d186860e772a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 25 May 2002 11:13:38 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a1abc659..ae701f7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,11 @@ * CHANGELOG. */ -05252002 - Added John Hall's file modification time patch. +05252002 - Added John Hall's file modification time patch, and added a + getlastmodtime command to test_physfs. Corrected error reporting + for missing files a little bit. Changed build system to only try + building beos.cpp if on a BeOS system (since we need a C++ compiler + available to do so). 05242002 - Upped version to 0.1.6 (not officially released yet). 05232002 - Fixed the build system to always package the complete source, not just what we built for a given system, when doing a "make dist".