CHANGELOG 758 B

1234567891011121314151617181920
  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. Changed
  14. version to 0.1.2.
  15. --ryan. (icculus@clutteredmind.org)
  16. /* end of CHANGELOG ... */