CHANGELOG 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * CHANGELOG.
  3. */
  4. 07282001 - Initial release.
  5. 08012001 - Added a safety memset in error setting, fixed URLs and email addr.
  6. 08062001 - Added CD-ROM detection code to the unix platform driver.
  7. 08072001 - Changed version to 0.1.1.
  8. 08232001 - Fixed a potential free()ing of a NULL pointer in
  9. __PHYSFS_platformEnumerateFiles() in platform/unix.c. Added
  10. platform/win32.c. Other cleanups to get this compiling with
  11. Visual C and CygWin. Added BAIL_MACRO for times when we were doing
  12. BAIL_IF_MACRO(1, ...). Abstracted mkdir() in the platform drivers.
  13. Added GRP setting output to showcfg in the Makefile. Updated INSTALL
  14. with license info and Win32 build instructions. Dependency on the
  15. readline library in test_physfs.c is now optional.
  16. Changed version to 0.1.2.
  17. 08282001 - win32.c now checks HOMEDRIVE, HOMEPATH, and HOME when calculating
  18. the userdir. Added include files that make it a little closer to
  19. compiling under Cygwin. Added a TODO file. Fixed unix.c's
  20. __PHYSFS_platformCalcBaseDir() so that it actually works. Fixed
  21. Makefile so that it links the test program properly.
  22. Changed version to 0.1.3.
  23. 08292001 - win32.c calculates the base dir with GetModuleFileName() first, now,
  24. and falls back to SearchPath() if there were problems. Changed an
  25. occurence of _MAX_PATH to MAX_PATH, so both CygWin and Visual C can
  26. handle it.
  27. 08312001 - Built PhysicsFS on Mandrake 8.0 for the PowerPC. Compiles clean,
  28. but there's at least one byte-ordering issue in zip.c that needs
  29. to be fixed.
  30. 09012001 - Happy September. Moved the Visual C project files and the zlib
  31. source to a separate download. Look for it at
  32. http://icculus.org/physfs/downloads/physfs-win32-support.zip ...
  33. Updated the INSTALL doc for Win32 building. Rewrote win32.c's
  34. __PHYSFS_platformRealPath() to not rely on Visual C's runtime lib,
  35. which was the last Cygwin incompatibility (although the Makefile
  36. needs to be updated to build a DLL under Cygwin). Tinkered with the
  37. Makefile a little, but it needs more work. Started working on a
  38. MacOS version. All I have is CodeWarrior 4, which is way out of
  39. date, and (for what is supposed to be an ultra-user-friendly
  40. environment) is completely uninituitive to me. Still, managed to
  41. get most everything compiling, which improved the quality of the
  42. code somewhat). Haven't tried to compile the zipfile support, and
  43. I still can't link the library. Dunno what the hell I'm supposed
  44. to do there. Isn't Unix supposed to be hard compared to this?
  45. 09142001 - David Hedbor submitted a patch to handle a case where the
  46. current working directory has been deleted out from under the
  47. process (both in platform/unix.c and physfs.c itself). Thanks,
  48. David! Added a CREDITS file. Changed the format of the author field
  49. in PHYSFS_ArchiveInfo to put the email address between "<>" instead
  50. of "()" chars. Updated TODO. make install now deletes previous
  51. revisions of the library. Changed version to 0.1.4.
  52. --ryan. (icculus@clutteredmind.org)
  53. /* end of CHANGELOG ... */