diff -r ad9d219dcb59 -r e7cd7411eadf CHANGELOG --- a/CHANGELOG Fri Sep 09 20:35:18 2005 +0000 +++ b/CHANGELOG Sun Sep 18 21:44:42 2005 +0000 @@ -2,6 +2,10 @@ * CHANGELOG. */ +09182005 - API BREAKAGE: PHYSFS_enumerateFilesCallback() now passes the + original directory name back to the app in the callback. This + API was only in 1.1.0, and wasn't promised to be stable at this + point. Please update your apps. 09092005 - Some tweaks to PHYSFS_Allocator. Apparently configure.in doesn't work like I thought for version bumps, so it thinks 1.1.0 isn't binary compatible with 1.0...fixed, I think.