From 1c87411112f998c442ce95d1848258d781e8a8b4 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 28 Aug 2002 23:32:48 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 50445020..9d1d897f 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 c7d3fe0b..61835eff 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?