diff --git a/CHANGELOG b/CHANGELOG index 5044502..9d1d897 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ */ 08282002 - Cleanups in grp.c so that Visual C++ doesn't complain anymore. + zip.c now works correctly when PhysicsFS is disallowing symlinks. + A few minor optimizations in zip.c, with a few more to come later. + Added VS.NET project files to CVS. 08222002 - Fixed ZIP_exists() to work with directories. Now breaks out of __PHYSFS_verifySecurity() early if a path element is missing (since all the others will be, too)...this check is only done diff --git a/TODO b/TODO index c7d3fe0..61835ef 100644 --- a/TODO +++ b/TODO @@ -22,7 +22,8 @@ These are in no particular order. A 1.0 release is reliant on doing most of - Platforms to port to: PocketPC (Maybe can just use win32.c?), Amiga (needs platform driver), DOS4GW (platform driver). - profile string list interpolation. -- Make zip_find_entry() do _something_ with dir entries. +- We have two different ways to find dir entries in zip.c. +- Do symlinks in zip archiver work when they point to dirs? - Is building internal zlib broken? - Enable more warnings? - Use __cdecl in physfs.h?