From 4766a7d31ab8997740a0fc71790b443ff1058c34 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 25 May 2002 09:40:51 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 ++- TODO | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 19a6e245..a1abc659 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,8 @@ * CHANGELOG. */ -05242002 - Upped version to 0.1.6. +05252002 - Added John Hall's file modification time patch. +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". Updated INSTALL. Wrote BeOS platform code (platform/beos.cpp). diff --git a/TODO b/TODO index 1419fb21..a9355ef9 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of - Port to MacOS X (specifically, make Project Builder files; unix.c should work with it as-is. Might compile as-is with the current Makefile.) - Probably other stuff. Requests and recommendations are welcome. +- Fill in __PHYSFS_platformGetLastModTime() in all the platform drivers. // end of TODO ...