This commit is contained in:
Ryan C. Gordon 2003-05-24 03:38:58 +00:00
parent 3e2885afda
commit 4454511ca0
2 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,9 @@
* CHANGELOG.
*/
05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is
much much more accurate than the previous code. Updated
configure.in and Makefile.am.newautomake for some MacOSX stuff.
05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
05182003 - PocketPC fixes (thanks, David Hedbor!)
05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)

6
TODO
View File

@ -11,12 +11,10 @@ These are in no particular order. A 1.0 release is reliant on doing some of
nice for an email program. That's blue sky, unless someone wants to tackle
it.
- I'm a little nervous about the use of linked lists in qpak.c.
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
- macclassic.c :
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
- Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP,
MacOS 8.1
- Platforms to port to: PocketPC (Maybe can just use win32.c?),
Amiga (needs platform driver), DOS4GW (platform driver).
- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
- profile string list interpolation.
- We have two different ways to find dir entries in zip.c.
- Do symlinks in zip archiver work when they point to dirs?