CHANGELOG 913 B

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