This commit is contained in:
Ryan C. Gordon 2002-05-25 09:40:51 +00:00
parent 19ad02b553
commit 4766a7d31a
2 changed files with 3 additions and 1 deletions

View File

@ -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
TODO
View File

@ -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 ...