CHANGELOG 1.3 KB

12345678910111213141516171819202122232425262728
  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. --ryan. (icculus@clutteredmind.org)
  24. /* end of CHANGELOG ... */