Ryan C. Gordon 24 anni fa
parent
commit
4766a7d31a
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 1
      CHANGELOG
  2. 1 0
      TODO

+ 2 - 1
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).

+ 1 - 0
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 ...