# HG changeset patch # User Ryan C. Gordon # Date 1030523247 0 # Node ID b458b647e98a3dcd1b8f6008ab51dfdd6b320552 # Parent 3af0e0852c411ff5af9785a7b0de6ac9f143be0b Updated. diff -r 3af0e0852c41 -r b458b647e98a CHANGELOG --- a/CHANGELOG Wed Aug 28 07:56:14 2002 +0000 +++ b/CHANGELOG Wed Aug 28 08:27:27 2002 +0000 @@ -2,7 +2,11 @@ * CHANGELOG. */ -08222002 - Fixed ZIP_exists() to work with directories. +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 + if symlinks are disabled, but we might as well save easy cycles + where we can. 08212002 - Did a couple tedious-for-small-rewards cleanups, optimizations, corrections and streamlinings I've been meaning to do. Touched a lot of code. One of the side results is that ZIP_isDirectory()